|
| WxLocalFrame (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE, const wxString &name=wxT("registered-frame")) |
|
virtual bool | Destroy () override |
|
virtual bool | excludeFromMenu () override |
|
virtual void | updateOpenWindowsMenu () override |
|
virtual void | frameRaise () override |
| Raise the frame to the top level.
|
|
virtual Yuni::String | frameTitle () const override |
| Get the frame title.
|
|
virtual int | frameID () const override |
|
virtual void | SetTitle (const wxString &title) override |
|
|
using | Vector = std::vector<IFrame*> |
| Vector.
|
|
◆ excludeFromMenu()
bool Antares::Component::Frame::WxLocalFrame::excludeFromMenu |
( |
| ) |
|
|
overridevirtual |
◆ frameID()
int Antares::Component::Frame::WxLocalFrame::frameID |
( |
| ) |
const |
|
overridevirtual |
◆ frameRaise()
void Antares::Component::Frame::WxLocalFrame::frameRaise |
( |
| ) |
|
|
overridevirtual |
◆ frameTitle()
String Antares::Component::Frame::WxLocalFrame::frameTitle |
( |
| ) |
const |
|
overridevirtual |
◆ updateOpenWindowsMenu()
void Antares::Component::Frame::WxLocalFrame::updateOpenWindowsMenu |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/ui/common/component/frame/local-frame.h
- src/ui/common/component/frame/local-frame.cpp