#include <Nux/BezierCurveControl2.h>
Public Member Functions |
| BezierCurveControl2 (NUX_FILE_LINE_PROTO) |
| ~BezierCurveControl2 () |
virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
void | EnablePanning (bool b) |
bool | IsPanningEnabled () const |
void | EnableZooming (bool b) |
bool | IsZoomingEnable () const |
void | RecvMouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDrag (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
void | RecvKeyEvent (GraphicsEngine &GfxContext, unsigned long eventType, unsigned long keysym, unsigned long state, const TCHAR *character, unsigned short keyCount) |
Constructor & Destructor Documentation
nux::BezierCurveControl2::BezierCurveControl2 |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
nux::BezierCurveControl2::~BezierCurveControl2 |
( |
| ) |
|
Member Function Documentation
virtual void nux::BezierCurveControl2::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::BezierCurveControl2::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
void nux::BezierCurveControl2::EnablePanning |
( |
bool |
b | ) |
[inline] |
void nux::BezierCurveControl2::EnableZooming |
( |
bool |
b | ) |
[inline] |
bool nux::BezierCurveControl2::IsPanningEnabled |
( |
| ) |
const [inline] |
bool nux::BezierCurveControl2::IsZoomingEnable |
( |
| ) |
const [inline] |
virtual void nux::BezierCurveControl2::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual long nux::BezierCurveControl2::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
void nux::BezierCurveControl2::RecvKeyEvent |
( |
GraphicsEngine & |
GfxContext, |
|
|
unsigned long |
eventType, |
|
|
unsigned long |
keysym, |
|
|
unsigned long |
state, |
|
|
const TCHAR * |
character, |
|
|
unsigned short |
keyCount |
|
) |
| |
void nux::BezierCurveControl2::RecvMouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::BezierCurveControl2::RecvMouseDrag |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::BezierCurveControl2::RecvMouseUp |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
The documentation for this class was generated from the following file: