21#ifndef __ANTARES_COMMON_COMPONENTS_FRAME_FRAME_H__
22#define __ANTARES_COMMON_COMPONENTS_FRAME_FRAME_H__
25#include <yuni/string.h>
57 virtual bool excludeFromMenu() = 0;
58 virtual void updateOpenWindowsMenu() = 0;
59 virtual int frameID()
const = 0;
Interface for all registered frames, external or not.
Definition frame.h:38
virtual Yuni::String frameTitle() const =0
Get the frame title.
std::vector< IFrame * > Vector
Vector.
Definition frame.h:41
virtual void frameRaise()=0
Raise the frame to the top level.