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


Public Member Functions | |
| TableDataSourceCombinedViews () | |
| ~TableDataSourceCombinedViews () | |
| std::vector< TableColumn * > | GetColumns (bool StaticColumns=true, bool ExtraColumns=false) |
| TableColumn * | GetColumn (std::string column) |
| int | GetTotalRows () |
| String | GetTextDataByID (String column, int row) |
| int | GetIntDataByID (String column, int row) |
| double | GetDoubleDataByID (String column, int row) |
| double | GetNormalizedDataByID (String column, int row) |
| Array2dVec3UInt8 * | GetImageDataByID (String column, int row) |
| Array2dVec3UInt8 * | GetVideoDataByID (String column, int row) |
| unsigned long long | GetQuidByID (String column, int row) |
| bool | AddTableDataView (TableDataView *view, std::string column="") |
Private Member Functions | |
| void | Init () |
| void | UpdateRowsEvent () |
| void | UpdateNumberOfRowsEvent () |
Private Attributes | |
| std::vector< TableDataView * > | mTableDataViews |
| std::map< std::string, TableDataView * > | mColumns |
| std::string | mColumn |
| ILOG_VAR_DEC | |
Definition at line 11 of file TableDataSourceCombinedViews.h.
1.5.1