KiCad PCB EDA Suite
|
#include <dialog_shim.h>
#include <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.
Classes | |
class | WDO_ENABLE_DISABLE |
Toggle a window's "enable" status to disabled, then enabled on destruction. More... | |
Functions | |
static void | selectAllInTextCtrls (wxWindowList &children) |
static void | recursiveDescent (wxSizer *aSizer, std::map< int, wxString > &aLabels) |
Variables | |
static std::unordered_map< std::string, wxRect > | class_map |
|
static |
Definition at line 648 of file dialog_shim.cpp.
References _, and recursiveDescent().
Referenced by recursiveDescent(), DIALOG_SHIM::SetupStandardButtons(), and HIERARCHY_PANE::UpdateHierarchySelection().
|
static |
Definition at line 328 of file dialog_shim.cpp.
References ignore_unused(), minSize, and selectAllInTextCtrls().
Referenced by DIALOG_SHIM::OnPaint(), and selectAllInTextCtrls().
|
static |
Definition at line 193 of file dialog_shim.cpp.
Referenced by DIALOG_SHIM::resetSize(), DIALOG_SHIM::SetPosition(), and DIALOG_SHIM::Show().