![]() |
Scanframe Modular Application 0.1.0
|
Holds information on the rulers. Holds set and calculated information. More...
#include <Graph.h>
Public Attributes | |
| bool | enabled {false} |
| Ruler enabled flag. | |
| double | start {0} |
| Ruler start value. | |
| double | stop {0} |
| Ruler stop value. | |
| int | digits {3} |
| Precision digits. | |
| QString | unit |
| unit text. | |
| QRect | bounds |
| Bounds of the ruler area for painting value texts i.e. | |
| QRect | rect |
| Rectangle for the ticks. | |
| int | size {100} |
| Calculated ruler size (width/height). | |
Holds information on the rulers. Holds set and calculated information.
| QRect sf::Graph::RulerInfo::bounds |
Bounds of the ruler area for painting value texts i.e.
| int sf::Graph::RulerInfo::digits {3} |
Precision digits.
| bool sf::Graph::RulerInfo::enabled {false} |
Ruler enabled flag.
| QRect sf::Graph::RulerInfo::rect |
Rectangle for the ticks.
| int sf::Graph::RulerInfo::size {100} |
Calculated ruler size (width/height).
| double sf::Graph::RulerInfo::start {0} |
Ruler start value.
| double sf::Graph::RulerInfo::stop {0} |
Ruler stop value.
| QString sf::Graph::RulerInfo::unit |
unit text.