24 #ifndef KIWAY_HOLDER_H_ 25 #define KIWAY_HOLDER_H_ 83 #endif // KIWAY_HOLDER_H_ A mix in class which holds the location of a wxWindow's KIWAY.
void SetKiway(wxWindow *aDest, KIWAY *aKiway)
It is only used for debugging, since "this" is not a wxWindow*.
KIWAY & Kiway() const
Return a reference to the KIWAY that this object has an opportunity to participate in.
Container for project specific data.
HOLDER_TYPE GetType() const
PROJECT & Prj() const
Return a reference to the PROJECT associated with this KIWAY.
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
KIWAY_HOLDER(KIWAY *aKiway, HOLDER_TYPE aType)