KiCad PCB EDA Suite
|
#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.
Functions | |
static void | recursiveDescent (wxSizer *aSizer, std::map< int, wxString > &aLabels) |
Variables | |
static std::unordered_map< std::string, wxRect > | class_map |
|
static |
Definition at line 731 of file dialog_shim.cpp.
References _, and recursiveDescent().
Referenced by WX_DATAVIEWCTRL::CollapseAll(), WX_DATAVIEWCTRL::ExpandAll(), recursiveDescent(), HIERARCHY_PANE::renameIdenticalSheets(), HIERARCHY_PANE::setIdenticalSheetsHighlighted(), DIALOG_SHIM::SetupStandardButtons(), LIB_TREE_MODEL_ADAPTER::ShowResults(), HIERARCHY_PANE::UpdateHierarchySelection(), and HIERARCHY_PANE::UpdateLabelsHierarchyTree().
|
static |
Definition at line 197 of file dialog_shim.cpp.
Referenced by DIALOG_SHIM::resetSize(), DIALOG_SHIM::SetPosition(), and DIALOG_SHIM::Show().