#include <guiTable.h>
Public Attributes | |
s32 | xmin |
s32 | xmax |
s32 | xpos |
ColumnType | content_type |
s32 | content_index |
s32 | tooltip_index |
video::SColor | color |
bool | color_defined |
s32 | reported_column |
f32 | image_scale |
video::SColor GUITable::Cell::color |
Referenced by GUITable::drawCell(), GUITable::setTable(), and GUITable::setTextList().
bool GUITable::Cell::color_defined |
Referenced by GUITable::drawCell(), GUITable::setTable(), and GUITable::setTextList().
s32 GUITable::Cell::content_index |
ColumnType GUITable::Cell::content_type |
f32 GUITable::Cell::image_scale |
Referenced by GUITable::drawCell(), and GUITable::setTable().
s32 GUITable::Cell::reported_column |
Referenced by GUITable::OnEvent(), GUITable::setTable(), and GUITable::setTextList().
s32 GUITable::Cell::tooltip_index |
Referenced by GUITable::OnEvent(), GUITable::setTable(), and GUITable::setTextList().
s32 GUITable::Cell::xmax |
Referenced by GUITable::alignContent(), GUITable::drawCell(), GUITable::setTable(), and GUITable::setTextList().
s32 GUITable::Cell::xmin |
Referenced by GUITable::alignContent(), GUITable::getCellAt(), GUITable::setTable(), and GUITable::setTextList().
s32 GUITable::Cell::xpos |
Referenced by GUITable::alignContent(), GUITable::drawCell(), GUITable::setTable(), and GUITable::setTextList().