Antares Simulator
Power System Simulator
|
Interface for all registered frames, external or not. More...
#include <frame.h>
Public Types | |
using | Vector = std::vector<IFrame*> |
Vector. | |
Public Member Functions | |
virtual void | frameRaise ()=0 |
Raise the frame to the top level. | |
virtual Yuni::String | frameTitle () const =0 |
Get the frame title. | |
virtual bool | excludeFromMenu ()=0 |
virtual void | updateOpenWindowsMenu ()=0 |
virtual int | frameID () const =0 |
Interface for all registered frames, external or not.
|
pure virtual |
Raise the frame to the top level.
Implemented in Antares::Component::Frame::WxLocalFrame.
|
pure virtual |
Get the frame title.
Implemented in Antares::Component::Frame::WxLocalFrame.