staticconstlongtriggerTime=50;// trigger time (ms) for _triggerSlowRecalcTimer
signals:
voidrefPointChanged();
voidisInitializedChanged();
...
...
@@ -122,15 +124,13 @@ private:
SettingsFact_reverse;// reverses the _transects path
SettingsFact_maxWaypoints;// the maximum number of waypoints _transects (TransectStyleComplexItem) can contain (to avoid performance hits)
QTimer_updateTimer;
QTimer_triggerSlowRecalcTimer;
bool_isInitialized;// indicates if the polygon and refpoint etc. are initialized, prevents reinitialisation from gui and execution of _rebuildTransectsPhase1 during init from gui
bool_reverseOnly;// if this is true _rebuildTransectsPhase1() will reverse the path only, _rebuildTransectsPhase1() resets _reverseOnly
bool_referencePointBeingChanged;// is set to true by gui, if user is changeing the reference point
bool_fastRecalc;// see _rebuildTransectsPhase1 for explanation
bool_doFastRecalc;// fast recalc of transects if set, see _rebuildTransectsPhase1 for furhter explanation