16#ifndef __albaGUIMDIChild_H__
17#define __albaGUIMDIChild_H__
48 static void OnQuit () {m_Quitting=
true;};
Class Name: albaGUIMDIChild.
void EnableResize(bool enable=true)
Enable/disable resizing of the view.
void OnSelect(wxCommandEvent &event)
Send the event to select the owned view.
void OnMaximize(wxMaximizeEvent &event)
Used to maximize view in remote application.
void SetAllowCloseWindow(bool allow_close)
Allow to set the flag to avoid closing the view.
void OnActivate(wxActivateEvent &event)
Send the event to select the owned view.
void SetListener(albaObserver *Listener)
Set the listener object, i.e.
virtual ~albaGUIMDIChild()
destructor.
void OnCloseWindow(wxCloseEvent &event)
Send the event to destroy the owned view.
albaGUIMDIChild(wxMDIParentFrame *parent, albaView *view)
constructor.
static void OnQuit()
Set the quitting flag.
void OnSize(wxSizeEvent &event)
Adjust the child size.
albaObserver * m_Listener
Interface implementing the Observer of the Subject/Observer design pattern.
albaView is the base class for Views in alba.