KiCad PCB EDA Suite
|
#include <wx_treebook.h>
Public Member Functions | |
WX_TREEBOOK (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxBK_DEFAULT, const wxString &name=wxEmptyString) | |
bool | AddLazyPage (std::function< wxWindow *(wxWindow *aParent)> aLazyCtor, const wxString &text, bool bSelect=false, int imageId=NO_IMAGE) |
bool | AddLazySubPage (std::function< wxWindow *(wxWindow *aParent)> aLazyCtor, const wxString &text, bool bSelect=false, int imageId=NO_IMAGE) |
wxWindow * | ResolvePage (size_t aPage) |
Definition at line 30 of file wx_treebook.h.
WX_TREEBOOK::WX_TREEBOOK | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxBK_DEFAULT , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 82 of file wx_treebook.cpp.
bool WX_TREEBOOK::AddLazyPage | ( | std::function< wxWindow *(wxWindow *aParent)> | aLazyCtor, |
const wxString & | text, | ||
bool | bSelect = false , |
||
int | imageId = NO_IMAGE |
||
) |
Definition at line 89 of file wx_treebook.cpp.
References text.
Referenced by EDA_BASE_FRAME::ShowPreferences().
bool WX_TREEBOOK::AddLazySubPage | ( | std::function< wxWindow *(wxWindow *aParent)> | aLazyCtor, |
const wxString & | text, | ||
bool | bSelect = false , |
||
int | imageId = NO_IMAGE |
||
) |
Definition at line 96 of file wx_treebook.cpp.
References text.
Referenced by DIALOG_BOARD_SETUP::DIALOG_BOARD_SETUP(), DIALOG_SCHEMATIC_SETUP::DIALOG_SCHEMATIC_SETUP(), and EDA_BASE_FRAME::ShowPreferences().
wxWindow * WX_TREEBOOK::ResolvePage | ( | size_t | aPage | ) |
Definition at line 103 of file wx_treebook.cpp.
Referenced by DIALOG_SCHEMATIC_SETUP::onAuxiliaryAction(), PAGED_DIALOG::onResetButton(), and PAGED_DIALOG::UpdateResetButton().