ImageLabel Class Reference

#include <image-dialog.h>

List of all members.

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)


Detailed Description

Definition at line 8 of file image-dialog.h.


Constructor & Destructor Documentation

ImageLabel::ImageLabel QWidget *  parent,
const char *  name = 0,
WFlags  f = 0
 

Definition at line 7 of file image-dialog.cpp.

00007                                                                      : 
00008   QLabel(parent,name,f)
00009 {
00010 }


Member Function Documentation

void ImageLabel::mousePressEvent QMouseEvent *  e  )  [protected, virtual]
 

Definition at line 12 of file image-dialog.cpp.

References pointSelected().

00013 {
00014   emit pointSelected(e->x(),e->y(),e->button()==RightButton);
00015 }

void ImageLabel::pointSelected int  x,
int  y,
bool  right
[signal]
 

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 }


The documentation for this class was generated from the following files:
Generated on Mon Jun 5 22:08:43 2006 for iis by  doxygen 1.4.6