Version: 2.9.4
Public Member Functions
wxAuiManagerEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/aui/framemanager.h>

Inheritance diagram for wxAuiManagerEvent:

Detailed Description

Event used to indicate various actions taken with wxAuiManager.

See wxAuiManager for available event types.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxAuiManagerEvent& event)

Event macros:

Library:  wxAui
Category:  Events, Window Docking (wxAUI)
参照:
wxAuiManager, wxAuiPaneInfo

Public Member Functions

 wxAuiManagerEvent (wxEventType type=wxEVT_NULL)
 Constructor.
bool CanVeto ()
int GetButton ()
wxDCGetDC ()
bool GetVeto ()
wxAuiManagerGetManager ()
wxAuiPaneInfoGetPane ()
void SetButton (int button)
 Sets the ID of the button clicked that triggered this event.
void SetCanVeto (bool can_veto)
 Sets whether or not this event can be vetoed.
void SetDC (wxDC *pdc)
void SetManager (wxAuiManager *manager)
 Sets the wxAuiManager this event is associated with.
void SetPane (wxAuiPaneInfo *pane)
 Sets the pane this event is associated with.
void Veto (bool veto=true)
 Cancels the action indicated by this event if CanVeto() is true.

List of all members.


Constructor & Destructor Documentation

wxAuiManagerEvent::wxAuiManagerEvent ( wxEventType  type = wxEVT_NULL)

Constructor.


Member Function Documentation

bool wxAuiManagerEvent::CanVeto ( )
Returns:
true if this event can be vetoed.
参照:
Veto()
int wxAuiManagerEvent::GetButton ( )
Returns:
The ID of the button that was clicked.
wxDC* wxAuiManagerEvent::GetDC ( )
Todo:
What is this?
wxAuiManager* wxAuiManagerEvent::GetManager ( )
Returns:
The wxAuiManager this event is associated with.
wxAuiPaneInfo* wxAuiManagerEvent::GetPane ( )
Returns:
The pane this event is associated with.
bool wxAuiManagerEvent::GetVeto ( )
Returns:
true if this event was vetoed.
参照:
Veto()
void wxAuiManagerEvent::SetButton ( int  button)

Sets the ID of the button clicked that triggered this event.

void wxAuiManagerEvent::SetCanVeto ( bool  can_veto)

Sets whether or not this event can be vetoed.

void wxAuiManagerEvent::SetDC ( wxDC pdc)
Todo:
What is this?
void wxAuiManagerEvent::SetManager ( wxAuiManager manager)

Sets the wxAuiManager this event is associated with.

void wxAuiManagerEvent::SetPane ( wxAuiPaneInfo pane)

Sets the pane this event is associated with.

void wxAuiManagerEvent::Veto ( bool  veto = true)

Cancels the action indicated by this event if CanVeto() is true.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines