|
3Depict
|
#include "wxcomponents.h"#include "wxcommon.h"#include "common/stringFuncs.h"#include "common/constants.h"#include "common/translation.h"#include <wx/clipbrd.h>#include <stack>
Functions | |
| void | upWxTreeCtrl (const FilterTree &filterTree, wxTreeCtrl *t, std::map< size_t, Filter *> &filterMap, vector< const Filter *> &persistentFilters, const Filter *visibleFilt) |
| Update a wxTree control to layout according to the specified filter tree. More... | |
| std::string | choiceStringToCommaDelim (std::string choiceString) |
Variables | |
| const float | FONT_HEADING_SCALEFACTOR =1.25f |
| std::string choiceStringToCommaDelim | ( | std::string | choiceString | ) |
References END_EVENT_TABLE(), and CopyGrid::OnKey().
| void upWxTreeCtrl | ( | const FilterTree & | filterTree, |
| wxTreeCtrl * | t, | ||
| std::map< size_t, Filter *> & | filterMap, | ||
| vector< const Filter *> & | persistentFilters, | ||
| const Filter * | visibleFilt | ||
| ) |
Update a wxTree control to layout according to the specified filter tree.
References ASSERT, FilterTree::contains(), FilterTree::depth(), FilterTree::depthBegin(), FilterTree::depthEnd(), TreePersist::restoreTreeExpandState(), and TreePersist::saveTreeExpandState().
Referenced by ExportPosDialog::initialiseData(), ExportAnimationDialog::prepare(), and VisController::updateWxTreeCtrl().

| const float FONT_HEADING_SCALEFACTOR =1.25f |
1.8.13