#include <TableViewerPointCloud.h>
Inheritance diagram for Impala::Application::MediaTable::TableViewerPointCloud:
Public Types | |
typedef OglGui::ViewerPoint | ViewerPoint |
Public Member Functions | |
TableViewerPointCloud (TableDataView *view, int x, int y, int w, int h) | |
TableViewerPointCloud (Window *parent, TableDataView *view, int x, int y, int w, int h) | |
void | AddDataFromTableDataView (std::string columnX, std::string columnY, std::string columnImage) |
virtual void | DisplayFunc () |
virtual void | MouseFunc (int msg, int btn, int state, int x, int y) |
This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
void | TransformMarkedTo (int sourcemask, int targetmask) |
void | MarkAllRows (int mark, bool state) |
void | MarkAllFilteredRows (int mark, bool state) |
virtual void | KeyboardFunc (int c, int state) |
void | UpdateRowsEvent () |
void | UpdateSelectionEvent () |
void | UpdateAllMarks () |
void | UpdateAllViewers () |
Public Attributes | |
bool | mSkipUpdateSelectionEvent |
std::string | mColumns [3] |
ILOG_VAR_DECL |
Definition at line 10 of file TableViewerPointCloud.h.