#include <TableCell.h>
Inheritance diagram for Impala::Application::VideoExcel::TableCell:
Public Types | |
typedef OglGui::Window | Window |
typedef OglGui::StaticText | StaticText |
Public Member Functions | |
TableCell (Window *parent, TableDataSource *source, TableViewCache *cache, String column) | |
void | UpdateRow (int y, int row, int displaymode=DISPLAY_NOCHANGE, int dispattr=NONE) |
virtual void | DisplayFunc () |
Static Public Attributes | |
static const int | DISPLAY_NOCHANGE = 0 |
static const int | DISPLAY_TEXT = 1 |
static const int | DISPLAY_DOT = 2 |
static const int | DISPLAY_IMAGE = 3 |
static const int | DISPLAY_FILLED = 4 |
static const int | NONE = 0 |
static const int | GRADIENT_REDFADE = 1 |
static const int | GRADIENT_GREENFADE = 2 |
static const int | GRADIENT_BLUEFADE = 3 |
static const int | GRADIENT_BLACKFADE = 4 |
Private Member Functions | |
int | Gradient (double val, int grtype=GRADIENT_REDFADE) |
void | Init (Window *parent, TableDataSource *source, TableViewCache *cache, String column) |
Private Attributes | |
unsigned long | mFillBgColor |
int | mCurrentDisplayMode |
String | mColumn |
TableDataSource * | mSource |
TableViewCache * | mViewCache |
Window * | mParent |
Window * | mDisplayAsDot |
StaticText * | mDisplayAsText |
Definition at line 15 of file TableCell.h.