QtiPlot 0.9.7.3
Public Member Functions | Protected Attributes | Private Slots

ImageProfilesTool Class Reference

#include <ScreenPickerTool.h>

Inheritance diagram for ImageProfilesTool:
ScreenPickerTool PlotToolInterface

List of all members.

Public Member Functions

virtual void append (const QwtDoublePoint &pos)
ImageProfilesToolclone (Graph *g)
QPointer< TablehorizontalTable ()
 ImageProfilesTool (ApplicationWindow *app, Graph *graph, Matrix *m, Table *horTable, Table *verTable, const QObject *status_target=NULL, const char *status_slot="")
QPointer< Matrixmatrix ()
virtual int rtti () const
QPointer< TableverticalTable ()
virtual ~ImageProfilesTool ()

Protected Attributes

ApplicationWindowd_app
QPointer< Tabled_hor_table
QPointer< Matrixd_matrix
QPointer< Tabled_ver_table
DoubleSpinBoxhorSpinBox
DoubleSpinBoxvertSpinBox
QLabel * zLabel

Private Slots

void modifiedMatrix (Matrix *)
void updateCursorPosition ()

Detailed Description

Plot tool for image analysis.


Constructor & Destructor Documentation

ImageProfilesTool::ImageProfilesTool ( ApplicationWindow app,
Graph graph,
Matrix m,
Table horTable,
Table verTable,
const QObject *  status_target = NULL,
const char *  status_slot = "" 
)
ImageProfilesTool::~ImageProfilesTool ( ) [virtual]

References d_hor_table, and d_ver_table.


Member Function Documentation

void ImageProfilesTool::append ( const QwtDoublePoint &  pos) [virtual]
ImageProfilesTool * ImageProfilesTool::clone ( Graph g)
QPointer<Table> ImageProfilesTool::horizontalTable ( ) [inline]

References d_hor_table.

Referenced by Graph::saveToString().

QPointer<Matrix> ImageProfilesTool::matrix ( ) [inline]

References d_matrix.

Referenced by Graph::saveToString().

void ImageProfilesTool::modifiedMatrix ( Matrix m) [private, slot]
virtual int ImageProfilesTool::rtti ( ) const [inline, virtual]
void ImageProfilesTool::updateCursorPosition ( ) [private, slot]
QPointer<Table> ImageProfilesTool::verticalTable ( ) [inline]

References d_ver_table.

Referenced by Graph::saveToString().


Member Data Documentation

Referenced by append(), and clone().

QPointer<Table> ImageProfilesTool::d_hor_table [protected]
QPointer<Matrix> ImageProfilesTool::d_matrix [protected]
QPointer<Table> ImageProfilesTool::d_ver_table [protected]
QLabel* ImageProfilesTool::zLabel [protected]

Referenced by append(), and ImageProfilesTool().


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