Data stored by the list items. More...
#include <creaImageIOWxTreeView.h>
Public Member Functions | |
ItemData () | |
Public Attributes | |
tree::Node * | node |
int | id |
const std::string * | attr |
bool | selected |
Data stored by the list items.
Definition at line 18 of file creaImageIOWxTreeView.h.
creaImageIO::ItemData::ItemData | ( | ) | [inline] |
Definition at line 20 of file creaImageIOWxTreeView.h.
: node(0), id(-1), attr(&empty_string) {}
const std::string* creaImageIO::ItemData::attr |
Definition at line 26 of file creaImageIOWxTreeView.h.
Referenced by CompareFunctionInts(), CompareFunctionStrings(), and creaImageIO::WxTreeView::SortLevel().
Definition at line 24 of file creaImageIOWxTreeView.h.
Referenced by creaImageIO::WxTreeView::RecursiveUpdateLevel().
Definition at line 22 of file creaImageIOWxTreeView.h.
Referenced by creaImageIO::WxTreeView::RecursiveUpdateLevel(), and creaImageIO::WxTreeView::SortLevel().
Definition at line 29 of file creaImageIOWxTreeView.h.
Referenced by creaImageIO::WxTreeView::SortLevel().