#include <wx/aui/framemanager.h>
Detailed Description
Event used to indicate various actions taken with wxAuiManager.
See wxAuiManager for available event types.
- See also:
- wxAuiManager, wxAuiPaneInfo
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| bool wxAuiManagerEvent::CanVeto |
( |
|
) |
|
- Returns:
- true if this event can be vetoed.
- See also:
- Veto()
| int wxAuiManagerEvent::GetButton |
( |
|
) |
|
- Returns:
- The ID of the button that was clicked.
| wxDC* wxAuiManagerEvent::GetDC |
( |
|
) |
|
- Returns:
- The pane this event is associated with.
| bool wxAuiManagerEvent::GetVeto |
( |
|
) |
|
- Returns:
- true if this event was vetoed.
- See also:
- 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 |
) |
|
| void wxAuiManagerEvent::SetManager |
( |
wxAuiManager * |
manager |
) |
|
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.