#include <albaGUIViewFrame.h>
Definition at line 32 of file albaGUIViewFrame.h.
◆ albaGUIViewFrame()
albaGUIViewFrame::albaGUIViewFrame |
( |
wxFrame * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxString & |
title, |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = wxDEFAULT_FRAME_STYLE|wxCLIP_CHILDREN |
|
) |
| |
◆ ~albaGUIViewFrame()
albaGUIViewFrame::~albaGUIViewFrame |
( |
| ) |
|
◆ SetListener()
void albaGUIViewFrame::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inline |
◆ OnQuit()
static void albaGUIViewFrame::OnQuit |
( |
| ) |
|
|
inlinestatic |
◆ SetView()
void albaGUIViewFrame::SetView |
( |
albaView * |
view | ) |
|
Set which is the external view.
◆ OnEvent()
virtual void albaGUIViewFrame::OnEvent |
( |
albaEventBase * |
alba_event | ) |
|
|
virtual |
Answer to the messages coming from bottom classes.
Implements albaObserver.
◆ OnCloseWindow()
void albaGUIViewFrame::OnCloseWindow |
( |
wxCloseEvent & |
event | ) |
|
|
protected |
Send the event to destroy the owned view.
◆ OnSize()
void albaGUIViewFrame::OnSize |
( |
wxSizeEvent & |
event | ) |
|
|
protected |
◆ OnSelect()
void albaGUIViewFrame::OnSelect |
( |
wxCommandEvent & |
event | ) |
|
|
protected |
Send the event to select the owned view.
◆ OnActivate()
void albaGUIViewFrame::OnActivate |
( |
wxActivateEvent & |
event | ) |
|
|
protected |
Send the event to select the owned view.
◆ m_Listener
◆ m_ClientWin
wxWindow* albaGUIViewFrame::m_ClientWin |
|
protected |
◆ m_View
◆ m_Quitting
bool albaGUIViewFrame::m_Quitting |
|
staticprotected |
The documentation for this class was generated from the following file: