#include <dialog_shim.h>
#include <core/ignore.h>
#include <kiway_player.h>
#include <kiway.h>
#include <pgm_base.h>
#include <tool/tool_manager.h>
#include <kiplatform/ui.h>
#include <wx/display.h>
#include <wx/evtloop.h>
#include <wx/app.h>
#include <wx/event.h>
#include <wx/grid.h>
#include <wx/bmpbuttn.h>
#include <wx/textctrl.h>
#include <wx/stc/stc.h>
#include <algorithm>
#include <hashtables.h>
#include <typeinfo>
Go to the source code of this file.
|
static void | recursiveDescent (wxSizer *aSizer, std::map< int, wxString > &aLabels) |
|
|
static std::unordered_map< std::string, wxRect > | class_map |
|
◆ recursiveDescent()
static void recursiveDescent |
( |
wxSizer * |
aSizer, |
|
|
std::map< int, wxString > & |
aLabels |
|
) |
| |
|
static |
◆ class_map
std::unordered_map<std::string, wxRect> class_map |
|
static |