#include <Nux/MouseAreaCtrl.h>
Public Member Functions |
| MouseAreaCtrl (NUX_FILE_LINE_PROTO) |
| ~MouseAreaCtrl () |
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) |
int | getAreaPosY () |
int | getAreaPosX () |
int | getAreaWidth () |
int | getAreaHeight () |
void | MouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | MouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | MouseDrag (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
virtual void | SetGeometry (const Geometry &geo) |
| Set Geometry.
|
Data Fields |
sigc::signal< void, int, int,
long > | sigMouseDown |
sigc::signal< void, int, int,
long > | sigMouseUp |
sigc::signal< void, int, int,
int, int, long > | sigMouseDrag |
sigc::signal< void, bool > | sigDraw |
Constructor & Destructor Documentation
nux::MouseAreaCtrl::MouseAreaCtrl |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
nux::MouseAreaCtrl::~MouseAreaCtrl |
( |
| ) |
|
Member Function Documentation
virtual void nux::MouseAreaCtrl::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::MouseAreaCtrl::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
int nux::MouseAreaCtrl::getAreaHeight |
( |
| ) |
|
int nux::MouseAreaCtrl::getAreaPosX |
( |
| ) |
|
int nux::MouseAreaCtrl::getAreaPosY |
( |
| ) |
|
int nux::MouseAreaCtrl::getAreaWidth |
( |
| ) |
|
void nux::MouseAreaCtrl::MouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::MouseAreaCtrl::MouseDrag |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::MouseAreaCtrl::MouseUp |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
virtual void nux::MouseAreaCtrl::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual long nux::MouseAreaCtrl::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
virtual void nux::MouseAreaCtrl::SetGeometry |
( |
const Geometry & |
geo | ) |
[inline, virtual] |
Field Documentation
The documentation for this class was generated from the following file: