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


Public Types | |
| typedef OglGui::Window | Window |
Public Member Functions | |
| TableOverviewWindow (OglGui::Window *parent, TableDataView *source, int width, int height) | |
| TableOverviewWindow (Window *parent, TableDataView *source, int x, int y, int width, int height) | |
| virtual void | UpdateSelectionEvent () |
| virtual void | MouseFunc (int msg, int but, int state, int x, int y) |
| This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
| virtual void | KeyboardFunc (int c, int state) |
| virtual void | ReshapeFunc (int w, int h) |
| int | RowToPixel (int row) |
| int | PixelToRow (int pixel) |
| void | PixelToRows (int pixel, int *startrow, int *endrow) |
| void | UpdatePixelCache (int height) |
| virtual void | DisplayFunc () |
| void | SetHeaderHeight (int height) |
Private Member Functions | |
| int | MarkToColor (int m) |
| void | Init (TableDataView *source, int w, int h) |
Private Attributes | |
| TableDataView * | mSource |
| std::vector< unsigned long > | mSelPixelCache |
| bool | mPixelCacheSynced |
| bool | mReady |
| int | mDrawHeight |
| int | mDrawOffset |
| int | mHeaderHeight |
| ILOG_VAR_DEC | |
Definition at line 10 of file TableOverviewWindow.h.
1.5.1