VR-Forces 4.0.4 Class Documentation
Public Member Functions | Public Attributes | Protected Member Functions
makVrv::DtWidgetEventSignals Class Reference

A simple collection of signals that all widgets can emit. More...

Inheritance diagram for makVrv::DtWidgetEventSignals:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void connectAll (DtWidgetEventSignals &emmitter)
 Connects all signals from one signals object to this object.

Public Attributes

boost::signal< void(int x, int y)> signal_mouseEnter
 Emitted when the mouse entered the widget.
boost::signal< void(int x, int y)> signal_mouseMove
 Emitted when the mouse moves over the widget.
boost::signal< void()> signal_mouseLeave
 Emitted when the mouse leaves the widget.
boost::signal< void(int button)> signal_mouseButtonPress
 Emitted when a mouse button is pressed.
boost::signal< void(int button)> signal_mouseButtonRelease
 Emitted when a mouse button is released.

Protected Member Functions

void emitMouseEnter (int x, int y)
void emitMouseMove (int x, int y)
void emitMouseLeave ()
void emitMouseButtonPress (int button)
void emitMouseButtonRelease (int button)

Detailed Description

A simple collection of signals that all widgets can emit.


Member Function Documentation

Connects all signals from one signals object to this object.

void makVrv::DtWidgetEventSignals::emitMouseEnter ( int  x,
int  y 
) [protected]
void makVrv::DtWidgetEventSignals::emitMouseMove ( int  x,
int  y 
) [protected]
void makVrv::DtWidgetEventSignals::emitMouseButtonPress ( int  button) [protected]
void makVrv::DtWidgetEventSignals::emitMouseButtonRelease ( int  button) [protected]

Member Data Documentation

boost::signal<void (int x, int y)> makVrv::DtWidgetEventSignals::signal_mouseEnter

Emitted when the mouse entered the widget.

boost::signal<void (int x, int y)> makVrv::DtWidgetEventSignals::signal_mouseMove

Emitted when the mouse moves over the widget.

Emitted when the mouse leaves the widget.

Emitted when a mouse button is pressed.

Emitted when a mouse button is released.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)