Minsky
schema3::Slider Struct Reference

#include <schema3.h>

Collaboration diagram for schema3::Slider:
Collaboration graph

Public Member Functions

 Slider ()
 
 Slider (bool stepRel, bool visible, double min, double max, double step)
 
 Slider (const schema2::Slider &s)
 

Public Attributes

bool stepRel =false
 
bool visible =true
 
double min
 
double max
 
double step
 

Detailed Description

Definition at line 88 of file schema3.h.

Constructor & Destructor Documentation

◆ Slider() [1/3]

schema3::Slider::Slider ( )
inline

Definition at line 92 of file schema3.h.

92 {}

◆ Slider() [2/3]

schema3::Slider::Slider ( bool  stepRel,
bool  visible,
double  min,
double  max,
double  step 
)
inline

Definition at line 93 of file schema3.h.

93  :
double step
Definition: schema3.h:91
double min
Definition: schema3.h:91
bool stepRel
Definition: schema3.h:90
double max
Definition: schema3.h:91
bool visible
Definition: schema3.h:90

◆ Slider() [3/3]

schema3::Slider::Slider ( const schema2::Slider s)
inline

Definition at line 95 of file schema3.h.

95  :
96  stepRel(s.stepRel), visible(s.visible), max(s.max), step(s.step) {}
double step
Definition: schema3.h:91
bool stepRel
Definition: schema3.h:90
double max
Definition: schema3.h:91
bool visible
Definition: schema3.h:90

Member Data Documentation

◆ max

double schema3::Slider::max

Definition at line 91 of file schema3.h.

◆ min

double schema3::Slider::min

Definition at line 91 of file schema3.h.

◆ step

double schema3::Slider::step

Definition at line 91 of file schema3.h.

◆ stepRel

bool schema3::Slider::stepRel =false

Definition at line 90 of file schema3.h.

◆ visible

bool schema3::Slider::visible =true

Definition at line 90 of file schema3.h.


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