#include <TxqClickListener.h>
Inheritance diagram for TxqClickListener::

Public Slots | |
| void | listen (double x, double y) |
| The listen method prints the message "Heard the point ( x, y)" where x and y are sent from the signal connected to this slot. More... | |
| void | listen (QMouseEvent *mouseEvent) |
| The listen method prints the message "Heard the point ( x, y)" where x and y are sent from the signal connected to this slot. More... | |
Signals | |
| void | mouseClick (double, double) |
| This mouseClick signal is emitted with the X and Y canvas location value. More... | |
| void | mouseClick () |
| The mouseClick signal is emitted whenver a mouse click is heard on the object. More... | |
Public Methods | |
| TxqClickListener () | |
| The default constructor. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 33 of file TxqClickListener.h.
|
|
The default constructor.
Definition at line 42 of file TxqClickListener.h. |
|
|
The listen method prints the message "Heard the point ( x, y)" where x and y are sent from the signal connected to this slot.
Definition at line 81 of file TxqClickListener.h. |
|
|
The listen method prints the message "Heard the point ( x, y)" where x and y are sent from the signal connected to this slot.
Definition at line 69 of file TxqClickListener.h. |
|
|
The mouseClick signal is emitted whenver a mouse click is heard on the object.
|
|
|
This mouseClick signal is emitted with the X and Y canvas location value.
|
Copyright Tech-X Corporation, all rights reserved.