24#ifndef KIWAY_HOLDER_H_
25#define KIWAY_HOLDER_H_
67 return m_kiway !=
nullptr;
82 void SetKiway( wxWindow* aDest,
KIWAY* aKiway );
A mix in class which holds the location of a wxWindow's KIWAY.
KIWAY_HOLDER(KIWAY *aKiway, HOLDER_TYPE aType)
KIWAY & Kiway() const
Return a reference to the KIWAY that this object has an opportunity to participate in.
bool HasKiway() const
Safety check before asking for the Kiway reference.
HOLDER_TYPE GetType() const
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
Container for project specific data.