Structure ConfigAxes

Espace de nom : tsd::vue

Liste des champs

series : vector< ConfigSerie >

List of channels.

grille_majeure : ConfigGrille

grille_mineure : ConfigGrille

axe_vertical : ConfigAxe

axe_horizontal : ConfigAxe

titre : string

titre_echelle : float

couleur_arriere_plan : Couleur

Background color.

couleur_avant_plan : Couleur

legende : struct tsd::vue::ConfigAxes::Legende

position_axe_vertical : enum tsd::vue::ConfigAxes::PositionAxeVertical

mode_isoview : bouléen

aspect_ratio : float

Liste des méthodes

void ajoute_serie(cstring nom)

void def_rdi_visible(float xmin, float xmax, float ymin, float ymax)

void def_rdi_visible_abs(float xmin, float xmax, float ymin, float ymax)

bouléen est_mat_sur_clair() const

bouléen operator<=>(const ConfigAxes &c) const =default

tsd::vue::ConfigAxes::operator string() const

Enumérations

PositionAxeVertical : AXE_VERTICAL_GAUCHE | AXE_VERTICAL_DROITE;