KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_shim.cpp File Reference
#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.

Classes

class  WDO_ENABLE_DISABLE
 Toggle a window's "enable" status to disabled, then enabled on destruction. More...
 

Functions

static void recursiveDescent (wxSizer *aSizer, std::map< int, wxString > &aLabels)
 

Variables

static std::unordered_map< std::string, wxRect > class_map
 

Function Documentation

◆ recursiveDescent()

static void recursiveDescent ( wxSizer *  aSizer,
std::map< int, wxString > &  aLabels 
)
static

Variable Documentation

◆ class_map

std::unordered_map<std::string, wxRect> class_map
static