3Depict
|
Tree controller. More...
#include <viscontrol.h>
Public Member Functions | |
RefreshController (TreeState &treeState) | |
~RefreshController () | |
unsigned int | refresh () |
Refresh the tree-control's tree, and return error code. More... | |
std::list< FILTER_OUTPUT_DATA > & | getRefreshData () |
std::vector< std::pair< const Filter *, std::string > > & | getConsoleMessages () |
Public Attributes | |
ProgressData | curProg |
Current progress. More... | |
Tree controller.
RefreshController::RefreshController | ( | TreeState & | treeState | ) |
RefreshController::~RefreshController | ( | ) |
|
inline |
|
inline |
unsigned int RefreshController::refresh | ( | ) |
Refresh the tree-control's tree, and return error code.
References ASSERT, curProg, and TreeState::refresh().
Referenced by RefreshThread::Entry().
ProgressData RefreshController::curProg |
Current progress.
Referenced by MainWindowFrame::OnComboFilter(), MainWindowFrame::OnUpdateTimer(), and refresh().