|
KiCad PCB EDA Suite
|
A container for all KIWAYS and PROJECTS. More...
#include <kiway_mgr.h>
Public Member Functions | |
| bool | OnStart (wxApp *aProcess) |
| void | OnEnd () |
| KIWAY & | operator[] (int aIndex) |
Private Types | |
| typedef boost::ptr_vector< KIWAY > | KIWAYS |
Private Attributes | |
| KIWAYS | m_kiways |
A container for all KIWAYS and PROJECTS.
This class needs to work both for a C++ project manager and an a wxPython one (after being moved into a header later).
Definition at line 38 of file kiway_mgr.h.
|
private |
Definition at line 59 of file kiway_mgr.h.
| void KIWAY_MGR::OnEnd | ( | ) |
| bool KIWAY_MGR::OnStart | ( | wxApp * | aProcess | ) |
|
inline |
Definition at line 48 of file kiway_mgr.h.
References m_kiways.
|
private |
Definition at line 61 of file kiway_mgr.h.
Referenced by operator[]().