| 35 | bool AppSettings::scaleHZMarkers() { return m_scaleHZMarkers; } |
| 36 | bool AppSettings::scalePinMarkers() { return m_scalePinMarkers; } |
| 37 | int AppSettings::theme() { return m_theme; } |
| 38 | |
| 39 | /*Clipper*/ |
| 40 | int AppSettings::clpCircleSegments(double radius) |