7 #ifndef DIGITIZE_STATE_SELECT_H 8 #define DIGITIZE_STATE_SELECT_H 10 #include "DigitizeStateAbstractBase.h" 28 DigitizeState previousState);
30 const QSize &viewSize)
const;
34 const QString &pointIdentifier);
36 const QStringList &pointIdentifiers);
40 bool atLeastOneSelectedItem);
47 virtual QString
state()
const;
56 void addHoverHighlighting();
57 void handleContextMenuEventAxis2 (
CmdMediator *cmdMediator);
58 void handleContextMenuEventAxis34 (
CmdMediator *cmdMediator,
59 const QString &pointIdentifier);
62 QString moveTextFromDeltaScreen (
const QPointF &deltaScreen);
63 void removeHoverHighlighting();
64 double scaleBarLength (
CmdMediator *cmdMediator)
const;
65 QString scaleBarPointIdentifier (
CmdMediator *cmdMediator)
const;
67 double zoomedToUnzoomedScreenX ()
const;
68 double zoomedToUnzoomedScreenY ()
const;
87 QPointF m_movingStart;
90 #endif // DIGITIZE_STATE_SELECT_H virtual void handleKeyPress(CmdMediator *cmdMediator, Qt::Key key, bool atLeastOneSelectedItem)
Handle a key press that was intercepted earlier.
virtual QCursor cursor(CmdMediator *cmdMediator) const
Returns the state-specific cursor shape.
virtual void updateModelSegments(const DocumentModelSegments &modelSegments)
Update the segments given the new settings.
virtual void handleContextMenuEventAxis(CmdMediator *cmdMediator, const QString &pointIdentifier)
Handle a right click, on an axis point, that was intercepted earlier.
virtual void handleCurveChange(CmdMediator *cmdMediator)
Handle the selection of a new curve. At a minimum, DigitizeStateSegment will generate a new set of Se...
virtual void handleMouseRelease(CmdMediator *cmdMediator, QPointF posScreen)
Handle a mouse release that was intercepted earlier.
virtual bool canPaste(const Transformation &transformation, const QSize &viewSize) const
Return true if there is good data in the clipboard for pasting, and that is compatible with the curre...
virtual void handleContextMenuEventGraph(CmdMediator *cmdMediator, const QStringList &pointIdentifiers)
Handle a right click, on a graph point, that was intercepted earlier.
virtual void handleMousePress(CmdMediator *cmdMediator, QPointF posScreen)
Handle a mouse press that was intercepted earlier.
virtual void updateAfterPointAddition()
Update graphics attributes after possible new points. This is useful for highlight opacity...
DigitizeStateContext & context()
Reference to the DigitizeStateContext that contains all the DigitizeStateAbstractBase subclasses...
virtual QString state() const
State name for debugging.
Model for DlgSettingsDigitizeCurve and CmdSettingsDigitizeCurve.
virtual void begin(CmdMediator *cmdMediator, DigitizeState previousState)
Method that is called at the exact moment a state is entered.
Digitizing state for selecting one or more Points in the Document.
Container for all DigitizeStateAbstractBase subclasses. This functions as the context class in a stan...
Model for DlgSettingsMainWindow.
virtual void end()
Method that is called at the exact moment a state is exited. Typically called just before begin for t...
virtual void handleMouseMove(CmdMediator *cmdMediator, QPointF posScreen)
Handle a mouse move. This is part of an experiment to see if augmenting the cursor in Point Match mod...
virtual QString activeCurve() const
Name of the active Curve. This can include AXIS_CURVE_NAME.
Model for DlgSettingsSegments and CmdSettingsSegments.
Base class for all digitizing states. This serves as an interface to DigitizeStateContext.
virtual void updateModelDigitizeCurve(CmdMediator *cmdMediator, const DocumentModelDigitizeCurve &modelDigitizeCurve)
Update the digitize curve settings.