ALBA
Public Member Functions | Public Attributes | List of all members
wxFrameManagerEvent Class Reference

#include <albaGUIDockManager.h>

Inheritance diagram for wxFrameManagerEvent:
Inheritance graph
[legend]
Collaboration diagram for wxFrameManagerEvent:
Collaboration graph
[legend]

Public Member Functions

 wxFrameManagerEvent (wxEventType type)
 
 wxFrameManagerEvent (const wxFrameManagerEvent &c)
 
wxEvent * Clone () const
 
void SetPane (wxPaneInfo *p)
 
void SetButton (int b)
 
wxPaneInfoGetPane ()
 
int GetButton ()
 

Public Attributes

wxPaneInfom_Pane
 
int m_Button
 

Detailed Description

class name: wxFrameManagerEvent Event handled by frame manager

Definition at line 639 of file albaGUIDockManager.h.

Constructor & Destructor Documentation

◆ wxFrameManagerEvent() [1/2]

wxFrameManagerEvent::wxFrameManagerEvent ( wxEventType  type)
inline

constructor

Definition at line 643 of file albaGUIDockManager.h.

◆ wxFrameManagerEvent() [2/2]

wxFrameManagerEvent::wxFrameManagerEvent ( const wxFrameManagerEvent c)
inline

constructor

Definition at line 650 of file albaGUIDockManager.h.

References m_Button, and m_Pane.

Member Function Documentation

◆ Clone()

wxEvent * wxFrameManagerEvent::Clone ( ) const
inline

clone the event and retrieve the new instance

Definition at line 657 of file albaGUIDockManager.h.

◆ SetPane()

void wxFrameManagerEvent::SetPane ( wxPaneInfo p)
inline

set pane member

Definition at line 660 of file albaGUIDockManager.h.

◆ SetButton()

void wxFrameManagerEvent::SetButton ( int  b)
inline

set button member

Definition at line 662 of file albaGUIDockManager.h.

◆ GetPane()

wxPaneInfo * wxFrameManagerEvent::GetPane ( )
inline

retrieve pane

Definition at line 664 of file albaGUIDockManager.h.

◆ GetButton()

int wxFrameManagerEvent::GetButton ( )
inline

retrieve button

Definition at line 666 of file albaGUIDockManager.h.

Member Data Documentation

◆ m_Pane

wxPaneInfo* wxFrameManagerEvent::m_Pane

Definition at line 669 of file albaGUIDockManager.h.

Referenced by wxFrameManagerEvent().

◆ m_Button

int wxFrameManagerEvent::m_Button

Definition at line 670 of file albaGUIDockManager.h.

Referenced by wxFrameManagerEvent().


The documentation for this class was generated from the following file: