Grabber Class.
More...
#include <Grabber.h>
Grabber Class.
Definition at line 47 of file Grabber.h.
◆ GrabberEvent() [1/2]
GrabberEvent::GrabberEvent |
( |
wxEventType |
type = wxEVT_NULL , |
|
|
Identifier |
barId = {} , |
|
|
const wxPoint & |
pt = wxDefaultPosition , |
|
|
bool |
escaping = false |
|
) |
| |
|
inline |
Definition at line 51 of file Grabber.h.
52 {},
53 const wxPoint& pt = wxDefaultPosition,
54 bool escaping = false)
55 : wxCommandEvent(type)
57 {
60 }
◆ GrabberEvent() [2/2]
◆ BarId()
◆ Clone()
wxEvent * GrabberEvent::Clone |
( |
| ) |
const |
|
inlineoverride |
Definition at line 80 of file Grabber.h.
81 {
83 }
GrabberEvent(wxEventType type=wxEVT_NULL, Identifier barId={}, const wxPoint &pt=wxDefaultPosition, bool escaping=false)
References safenew.
◆ GetPosition()
const wxPoint & GrabberEvent::GetPosition |
( |
| ) |
const |
|
inline |
◆ IsEscaping()
bool GrabberEvent::IsEscaping |
( |
| ) |
const |
|
inline |
◆ SetPosition()
void GrabberEvent::SetPosition |
( |
const wxPoint & |
pos | ) |
|
|
inline |
◆ mBarId
◆ mEscaping
bool GrabberEvent::mEscaping {} |
|
protected |
◆ mPos
wxPoint GrabberEvent::mPos |
|
protected |
The documentation for this class was generated from the following file: