KiCad PCB EDA Suite
|
Public Member Functions | |
LAZY_PAGE (wxWindow *aParent, std::function< wxWindow *(wxWindow *aParent)> aLazyCtor) | |
wxWindow * | Resolve () |
bool | Show (bool show) override |
Private Attributes | |
std::function< wxWindow *(wxWindow *aParent)> | m_lazyCtor |
wxSizer * | m_mainSizer |
wxWindow * | m_contents |
Definition at line 30 of file wx_treebook.cpp.
|
inline |
Definition at line 33 of file wx_treebook.cpp.
References m_contents, m_lazyCtor, m_mainSizer, and move.
|
inline |
Definition at line 43 of file wx_treebook.cpp.
References m_contents, m_lazyCtor, and m_mainSizer.
Referenced by Show().
|
inlineoverride |
Definition at line 60 of file wx_treebook.cpp.
References m_contents, and Resolve().
|
private |
Definition at line 78 of file wx_treebook.cpp.
Referenced by LAZY_PAGE(), Resolve(), and Show().
|
private |
Definition at line 75 of file wx_treebook.cpp.
Referenced by LAZY_PAGE(), and Resolve().
|
private |
Definition at line 77 of file wx_treebook.cpp.
Referenced by LAZY_PAGE(), and Resolve().