KiCad PCB EDA Suite
|
#include <confirm.h>
#include <widgets/resettable_panel.h>
#include <widgets/wx_infobar.h>
#include <widgets/wx_panel.h>
#include <widgets/paged_dialog.h>
#include <widgets/wx_treebook.h>
#include <widgets/ui_common.h>
#include <wx/button.h>
#include <wx/grid.h>
#include <wx/sizer.h>
#include <wx/treebook.h>
#include <wx/treectrl.h>
#include <wx/listctrl.h>
#include <wx/stc/stc.h>
#include <paths.h>
#include <launch_ext.h>
#include <algorithm>
Go to the source code of this file.
Variables | |
std::map< wxString, wxString > | g_lastPage |
std::map< wxString, wxString > | g_lastParentPage |
std::map<wxString, wxString> g_lastPage |
Definition at line 44 of file paged_dialog.cpp.
Referenced by PAGED_DIALOG::SetInitialPage(), PAGED_DIALOG::TransferDataToWindow(), and PAGED_DIALOG::~PAGED_DIALOG().
std::map<wxString, wxString> g_lastParentPage |
Definition at line 45 of file paged_dialog.cpp.
Referenced by PAGED_DIALOG::SetInitialPage(), PAGED_DIALOG::TransferDataToWindow(), and PAGED_DIALOG::~PAGED_DIALOG().