Clickable Class Referenceabstract
#include <clickable.h>
Public Member Functions | |
Clickable (int x, int y, int w, int h) | |
virtual void | click (TQMouseEvent *)=0 |
virtual TQRect | getBoundingBox () |
Protected Attributes | |
TQRect | boundingBox |
Detailed Description
Constructor & Destructor Documentation
◆ Clickable()
Clickable::Clickable | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
Definition at line 14 of file clickable.cpp.
◆ ~Clickable()
|
virtual |
Definition at line 19 of file clickable.cpp.
Member Function Documentation
◆ getBoundingBox()
|
virtual |
Definition at line 34 of file clickable.cpp.
Member Data Documentation
◆ boundingBox
|
protected |
Definition at line 39 of file clickable.h.
The documentation for this class was generated from the following files: