creaImageIO_lib
creaImageIO::WxTreeView::LevelType Struct Reference

Public Attributes

wxListCtrl * wxCtrl
 
wxSplitterWindow * wxSplitter
 
std::vector< std::string > key
 
std::vector< tree::Node * > Selected
 
bool SelectedUpToDate
 
unsigned int SortColumn
 
bool SortAscending
 
std::vector< std::string > notShownAtts
 

Detailed Description

The struct holding the data for one level Holds the wx control and other data such as the vector of attribute keys corresponding to the columns

Definition at line 142 of file creaImageIOWxTreeView.h.

Member Data Documentation

std::vector<std::string> creaImageIO::WxTreeView::LevelType::key

Definition at line 147 of file creaImageIOWxTreeView.h.

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

std::vector<std::string> creaImageIO::WxTreeView::LevelType::notShownAtts

Definition at line 158 of file creaImageIOWxTreeView.h.

std::vector<tree::Node*> creaImageIO::WxTreeView::LevelType::Selected

Definition at line 149 of file creaImageIOWxTreeView.h.

bool creaImageIO::WxTreeView::LevelType::SelectedUpToDate

Definition at line 151 of file creaImageIOWxTreeView.h.

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

bool creaImageIO::WxTreeView::LevelType::SortAscending

Boolean that defines the direction of the sort True is ascending order and false is descending

Definition at line 156 of file creaImageIOWxTreeView.h.

unsigned int creaImageIO::WxTreeView::LevelType::SortColumn

Definition at line 153 of file creaImageIOWxTreeView.h.

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

wxListCtrl* creaImageIO::WxTreeView::LevelType::wxCtrl

Definition at line 145 of file creaImageIOWxTreeView.h.

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

wxSplitterWindow* creaImageIO::WxTreeView::LevelType::wxSplitter

Definition at line 146 of file creaImageIOWxTreeView.h.

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


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