UltraScan III
List of all members | Signals | Public Member Functions | Protected Member Functions
US_PlotPicker Class Reference

Customize plot picker characteristics and mouse events. More...

#include "us_plot.h"

Inheritance diagram for US_PlotPicker:
Inheritance graph
[legend]
Collaboration diagram for US_PlotPicker:
Collaboration graph
[legend]

Signals

void mouseDown (const QwtDoublePoint &)
 Signal mouse down (unmodified) More...
 
void cMouseDown (const QwtDoublePoint &)
 Signal mouse down (modified with control key) More...
 
void cMouseDownRaw (QMouseEvent *)
 Signal mouse down (modified with control key, raw event) More...
 
void mouseUp (const QwtDoublePoint &)
 Signal mouse up (unmodified) More...
 
void cMouseUp (const QwtDoublePoint &)
 Signal mouse up (modified with control key) More...
 
void mouseDrag (const QwtDoublePoint &)
 Signal mouse drag (unmodified) More...
 
void cMouseDrag (const QwtDoublePoint &)
 Signal mouse drag (modified with control key) More...
 

Public Member Functions

 US_PlotPicker (QwtPlot *)
 Customize plot picker characteristics and mouse events. More...
 

Protected Member Functions

void widgetMousePressEvent (QMouseEvent *)
 Slot to handle mouse press event. More...
 
void widgetMouseReleaseEvent (QMouseEvent *)
 Slot to handle mouse release event. More...
 
void widgetMouseMoveEvent (QMouseEvent *)
 Slot to handle mouse move event. More...
 

Detailed Description

Customize plot picker characteristics and mouse events.

Parameters
plotThe plot to attach to

Definition at line 321 of file us_plot.h.

Constructor & Destructor Documentation

US_PlotPicker::US_PlotPicker ( QwtPlot *  plot)

Customize plot picker characteristics and mouse events.

Parameters
plotThe plot to attach to

Definition at line 1956 of file us_plot.cpp.

Member Function Documentation

void US_PlotPicker::cMouseDown ( const QwtDoublePoint &  )
signal

Signal mouse down (modified with control key)

void US_PlotPicker::cMouseDownRaw ( QMouseEvent *  )
signal

Signal mouse down (modified with control key, raw event)

void US_PlotPicker::cMouseDrag ( const QwtDoublePoint &  )
signal

Signal mouse drag (modified with control key)

void US_PlotPicker::cMouseUp ( const QwtDoublePoint &  )
signal

Signal mouse up (modified with control key)

void US_PlotPicker::mouseDown ( const QwtDoublePoint &  )
signal

Signal mouse down (unmodified)

void US_PlotPicker::mouseDrag ( const QwtDoublePoint &  )
signal

Signal mouse drag (unmodified)

void US_PlotPicker::mouseUp ( const QwtDoublePoint &  )
signal

Signal mouse up (unmodified)

void US_PlotPicker::widgetMouseMoveEvent ( QMouseEvent *  e)
protected

Slot to handle mouse move event.

Definition at line 2005 of file us_plot.cpp.

void US_PlotPicker::widgetMousePressEvent ( QMouseEvent *  e)
protected

Slot to handle mouse press event.

Definition at line 1968 of file us_plot.cpp.

void US_PlotPicker::widgetMouseReleaseEvent ( QMouseEvent *  e)
protected

Slot to handle mouse release event.

Definition at line 1988 of file us_plot.cpp.


The documentation for this class was generated from the following files: