KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIWAY_MGR Class Reference

A container for all KIWAYS and PROJECTS. More...

#include <kiway_mgr.h>

Public Member Functions

bool OnStart (wxApp *aProcess)
 
void OnEnd ()
 
KIWAYoperator[] (int aIndex)
 

Private Types

typedef boost::ptr_vector< KIWAYKIWAYS
 

Private Attributes

KIWAYS m_kiways
 

Detailed Description

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.

Member Typedef Documentation

◆ KIWAYS

typedef boost::ptr_vector<KIWAY> KIWAY_MGR::KIWAYS
private

Definition at line 59 of file kiway_mgr.h.

Member Function Documentation

◆ OnEnd()

void KIWAY_MGR::OnEnd ( )

◆ OnStart()

bool KIWAY_MGR::OnStart ( wxApp *  aProcess)

◆ operator[]()

KIWAY & KIWAY_MGR::operator[] ( int  aIndex)
inline

Definition at line 48 of file kiway_mgr.h.

References m_kiways.

Member Data Documentation

◆ m_kiways

KIWAYS KIWAY_MGR::m_kiways
private

Definition at line 61 of file kiway_mgr.h.

Referenced by operator[]().


The documentation for this class was generated from the following file: