33 #include <QtCore/QObject> 134 virtual void process(
const MouseEvent &event);
undocument this line if you encounter any issues!
Definition: Any.h:37
MouseHandler(mouse_handler handler)
Create a mouse handler with given callback function.
Definition: MouseHandler.h:107
mouse_handler m_handler
internal mouse handler function
Definition: MouseHandler.h:138
MouseEvent Handler.
Definition: MouseHandler.h:92
#define ICLQt_API
Definition: CompatMacros.h:178
Provided by interface MouseGrabber.
Definition: MouseEvent.h:86
MouseHandler()
This constructor can be called from derived classes.
Definition: MouseHandler.h:117