mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
Add option to display affines in polar coords.
This commit is contained in:
@ -22,7 +22,9 @@ public:
|
||||
void DoubleClick(bool b);
|
||||
void DoubleClickZero(double val);
|
||||
void DoubleClickNonZero(double val);
|
||||
double Step();
|
||||
void Step(double step);
|
||||
double SmallStep();
|
||||
void SmallStep(double step);
|
||||
QLineEdit* lineEdit();
|
||||
|
||||
|
Reference in New Issue
Block a user