#include <PreviewBar.h>
Inheritance diagram for Impala::Visualization::GUI::PreviewBar:
Public Types | |
typedef OglGui::CheckBox | CheckBox |
typedef OglGui::ProgressBar | ProgressBar |
Public Member Functions | |
PreviewBar (OglGui::Window *parent, int width, int height, String name, double quality, bool selected=false) | |
void | SetHighlight (bool highlight) |
void | SetSmall (bool small) |
void | SetType (int type) |
int | GetType () |
void | SetPreviewBarSelectionListener (PreviewBarSelectionListener *l, void *userData) |
virtual void | ImageSelectionEvent (Visualization::ImagesWindow *src, int imIndex, void *listenerData) |
Protected Member Functions | |
void | Init (String name, double quality, bool selected) |
virtual void | CheckBoxEvent (CheckBox *src, bool checked, void *userData) |
virtual void | UpdateBackgroundColor () |
virtual int | GetImageKeyframeID (int rank) |
Protected Attributes | |
PreviewBarSelectionListener * | mListener |
void * | mListenerData |
CheckBox * | mCheck |
Visualization::ImageSet * | mPreviewImages |
String | mName |
bool | mChecked |
bool | mHighlighted |
int | mType |
int | debug |
ILOG_VAR_DEC |
Definition at line 18 of file PreviewBar.h.