mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
Add option to display affines in polar coords.
This commit is contained in:
@ -211,6 +211,7 @@ public slots:
|
||||
|
||||
void OnAffineGroupBoxToggled(bool on);
|
||||
void OnAffineDrawAllCurrentRadioButtonToggled(bool checked);
|
||||
void OnPolarAffineCheckBoxStateChanged(int state);
|
||||
|
||||
//Xforms Color.
|
||||
void OnXformColorIndexChanged(double d);
|
||||
@ -384,6 +385,9 @@ private:
|
||||
DoubleSpinBox* m_PostY2Spin;
|
||||
DoubleSpinBox* m_PostO1Spin;
|
||||
DoubleSpinBox* m_PostO2Spin;
|
||||
|
||||
DoubleSpinBox* m_PreSpins[6];
|
||||
DoubleSpinBox* m_PostSpins[6];
|
||||
|
||||
//Palette.
|
||||
SpinBox* m_PaletteHueSpin;
|
||||
|
Reference in New Issue
Block a user