#include <image-dialog.h>
Signals | |
void | pointSelected (int x, int y, bool right) |
Public Member Functions | |
ImageLabel (QWidget *parent, const char *name=0, WFlags f=0) | |
Protected Member Functions | |
virtual void | mousePressEvent (QMouseEvent *e) |
Definition at line 8 of file image-dialog.h.
|
Definition at line 7 of file image-dialog.cpp.
|
|
Definition at line 12 of file image-dialog.cpp. References pointSelected(). 00013 { 00014 emit pointSelected(e->x(),e->y(),e->button()==RightButton); 00015 }
|
|
Definition at line 88 of file moc_image-dialog.cpp. Referenced by mousePressEvent(). 00089 { 00090 if ( signalsBlocked() ) 00091 return; 00092 QConnectionList *clist = receivers( staticMetaObject()->signalOffset() + 0 ); 00093 if ( !clist ) 00094 return; 00095 QUObject o[4]; 00096 static_QUType_int.set(o+1,t0); 00097 static_QUType_int.set(o+2,t1); 00098 static_QUType_bool.set(o+3,t2); 00099 activate_signal( clist, o ); 00100 }
|