Class encapsulates generic wxSF shape's event.
More...
#include <SFEvents.h>
Class encapsulates generic wxSF shape's event.
◆ wxSFShapeEvent() [1/2]
wxSFShapeEvent::wxSFShapeEvent |
( |
wxEventType |
cmdType = wxEVT_NULL , |
|
|
int |
id = 0 |
|
) |
| |
◆ wxSFShapeEvent() [2/2]
◆ ~wxSFShapeEvent()
virtual wxSFShapeEvent::~wxSFShapeEvent |
( |
| ) |
|
|
virtual |
◆ Clone()
wxEvent* wxSFShapeEvent::Clone |
( |
| ) |
const |
|
inline |
Clone this event object and return pointer to the new instance.
◆ GetShape()
Get a shape object from the event object.
- Returns
- Pointer to the shape object.
◆ IsVetoed()
bool wxSFShapeEvent::IsVetoed |
( |
| ) |
|
|
inline |
Check if the event has been vetoed or not.
- Returns
- TRUE if the event has been vetoed.
◆ SetShape()
Insert a shape object to the event object.
- Parameters
-
shape | Pointer to the shape object |
◆ Veto()
void wxSFShapeEvent::Veto |
( |
| ) |
|
|
inline |
Set the veto flag to true.
◆ m_Shape
Pointer to stored shape object.
◆ m_Vetoed
bool wxSFShapeEvent::m_Vetoed |
|
private |
The documentation for this class was generated from the following file: