creaImageIO_lib
creaImageIO::ItemData Struct Reference

Data stored by the list items. More...

#include <creaImageIOWxTreeView.h>

Collaboration diagram for creaImageIO::ItemData:

Public Member Functions

 ItemData ()
 

Public Attributes

tree::Nodenode
 
int id
 
const std::string * attr
 
bool selected
 

Detailed Description

Data stored by the list items.

Definition at line 45 of file creaImageIOWxTreeView.h.

Constructor & Destructor Documentation

creaImageIO::ItemData::ItemData ( )
inline

Definition at line 47 of file creaImageIOWxTreeView.h.

47 : node(0), id(-1), attr(&empty_string) {}

Member Data Documentation

const std::string* creaImageIO::ItemData::attr
int creaImageIO::ItemData::id
tree::Node* creaImageIO::ItemData::node
bool creaImageIO::ItemData::selected

Definition at line 56 of file creaImageIOWxTreeView.h.

Referenced by creaImageIO::WxTreeView::SortLevel().


The documentation for this struct was generated from the following file: