Public Member Functions | Public Attributes

creaImageIO::ItemData Struct Reference

Data stored by the list items. More...

#include <creaImageIOWxTreeView.h>

Collaboration diagram for creaImageIO::ItemData:
Collaboration graph
[legend]

List of all members.

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 18 of file creaImageIOWxTreeView.h.


Constructor & Destructor Documentation

creaImageIO::ItemData::ItemData (  )  [inline]

Definition at line 20 of file creaImageIOWxTreeView.h.

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


Member Data Documentation

const std::string* creaImageIO::ItemData::attr

Definition at line 29 of file creaImageIOWxTreeView.h.

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


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