#include <TableControlBarWindow.h>
Inheritance diagram for Impala::Application::MediaTable::TableControlBarWindow:


Public Types | |
| typedef OglGui::Window | Window |
| typedef OglGui::Button | Button |
| typedef OglGui::CheckBox | CheckBox |
Public Member Functions | |
| TableControlBarWindow (Window *parent, TableWindow *table, int width, int height) | |
| TableControlBarWindow (Window *parent, TableWindow *table, int x, int y, int width, int height) | |
| virtual void | CheckBoxEvent (CheckBox *src, bool checked, void *userData) |
| virtual void | ButtonSelectionEvent (Button *src, void *userData) |
Private Member Functions | |
| void | Init (TableWindow *table, int w, int h) |
Private Attributes | |
| TableWindow * | mTable |
| CheckBox * | mHorZoom |
| ILOG_VAR_DEC | |
Static Private Attributes | |
| static const int | CHECK_ZOOM = 1 |
| static const int | CHECK_PREVIEW = 2 |
| static const int | CHECK_VZOOM = 3 |
| static const int | BUTTON_RESETFILTERS = 4 |
Definition at line 13 of file TableControlBarWindow.h.
1.5.1