#include <TableControlBarWindow.h>
Inheritance diagram for Impala::Application::VideoExcel::TableControlBarWindow:
Public Types | |
typedef OglGui::Window | Window |
typedef OglGui::Button | Button |
typedef OglGui::CheckBox | CheckBox |
Public Member Functions | |
TableControlBarWindow (Window *parent, TableWindow *table, GridWindow *grid, int width, int height) | |
TableControlBarWindow (Window *parent, TableWindow *table, GridWindow *grid, int x, int y, int width, int height) | |
virtual void | CheckBoxEvent (CheckBox *src, bool checked, void *userData) |
virtual void | ButtonSelectionEvent (Button *src, void *userData) |
void | SwitchMode (bool to_grid) |
Private Member Functions | |
void | Init (TableWindow *table, GridWindow *grid, int w, int h) |
Private Attributes | |
TableWindow * | mTable |
GridWindow * | mGrid |
CheckBox * | mHorZoom |
ILOG_VAR_DEC | |
Static Private Attributes | |
static const int | CHECK_GRID = 3 |
static const int | CHECK_ZOOM = 1 |
static const int | CHECK_PREVIEW = 2 |
static const int | BUTTON_RESETFILTERS = 4 |
Definition at line 13 of file TableControlBarWindow.h.