#include <guiTable.h>
Collaboration diagram for GUITable::DynamicData:Public Attributes | |
| s32 | selected = 0 |
| s32 | scrollpos = 0 |
| s32 | keynav_time = 0 |
| core::stringw | keynav_buffer |
| std::set< s32 > | opened_trees |
| core::stringw GUITable::DynamicData::keynav_buffer |
Referenced by GUITable::getDynamicData(), and GUITable::setDynamicData().
| s32 GUITable::DynamicData::keynav_time = 0 |
Referenced by GUITable::getDynamicData(), and GUITable::setDynamicData().
| std::set<s32> GUITable::DynamicData::opened_trees |
Referenced by GUITable::getDynamicData(), and GUITable::setDynamicData().
| s32 GUITable::DynamicData::scrollpos = 0 |
Referenced by GUITable::getDynamicData(), and GUITable::setDynamicData().
| s32 GUITable::DynamicData::selected = 0 |
Referenced by GUITable::getDynamicData(), and GUITable::setDynamicData().