Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::Graph::RulerInfo Struct Reference

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).
 

Detailed Description

Holds information on the rulers. Holds set and calculated information.

Member Data Documentation

◆ bounds

QRect sf::Graph::RulerInfo::bounds

Bounds of the ruler area for painting value texts i.e.

◆ digits

int sf::Graph::RulerInfo::digits {3}

Precision digits.

◆ enabled

bool sf::Graph::RulerInfo::enabled {false}

Ruler enabled flag.

◆ rect

QRect sf::Graph::RulerInfo::rect

Rectangle for the ticks.

◆ size

int sf::Graph::RulerInfo::size {100}

Calculated ruler size (width/height).

◆ start

double sf::Graph::RulerInfo::start {0}

Ruler start value.

◆ stop

double sf::Graph::RulerInfo::stop {0}

Ruler stop value.

◆ unit

QString sf::Graph::RulerInfo::unit

unit text.


The documentation for this struct was generated from the following file: