Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Signals | Public Member Functions | List of all members
DlgEditPoint Class Reference

Dialog box for editing the information of one axis point. More...

#include <DlgEditPoint.h>

Inheritance diagram for DlgEditPoint:

Signals

void signalSetOverrideCursor (QCursor)
 Send a signal to trigger the setting of the override cursor.
 

Public Member Functions

 DlgEditPoint (MainWindow &mainWindow, DigitizeStateAbstractBase &digitizeState, const DocumentModelCoords &modelCoords, const MainWindowModel &modelMainWindow, const QCursor &cursorShape, const Transformation &transformation, const double *xInitialValue=0, const double *yInitialValue=0)
 Constructor for existing point which already has graph coordinates (which may be changed using this dialog). More...
 
QPointF posGraph () const
 Return the graph coordinates position specified by the user. Only applies if dialog was accepted.
 

Detailed Description

Dialog box for editing the information of one axis point.

Definition at line 23 of file DlgEditPoint.h.

Constructor & Destructor Documentation

DlgEditPoint::DlgEditPoint ( MainWindow mainWindow,
DigitizeStateAbstractBase digitizeState,
const DocumentModelCoords modelCoords,
const MainWindowModel modelMainWindow,
const QCursor &  cursorShape,
const Transformation transformation,
const double *  xInitialValue = 0,
const double *  yInitialValue = 0 
)

Constructor for existing point which already has graph coordinates (which may be changed using this dialog).

If initial values are unspecified then the value fields will be initially empty

Definition at line 30 of file DlgEditPoint.cpp.


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