21 #ifndef __ANTARES_COMMON_COMPONENTS_FRAME_FRAME_H__
22 #define __ANTARES_COMMON_COMPONENTS_FRAME_FRAME_H__
24 #include <yuni/yuni.h>
25 #include <yuni/string.h>
28 namespace Antares::Component::Frame
53 virtual bool excludeFromMenu() = 0;
54 virtual void updateOpenWindowsMenu() = 0;
55 virtual int frameID()
const = 0;
Interface for all registered frames, external or not.
Definition: frame.h:34
virtual Yuni::String frameTitle() const =0
Get the frame title.
std::vector< IFrame * > Vector
Vector.
Definition: frame.h:37
virtual void frameRaise()=0
Raise the frame to the top level.