Minsky
schema2::Slider Struct Reference

#include <schema2.h>

Collaboration diagram for schema2::Slider:
Collaboration graph

Public Member Functions

 Slider ()
 
 Slider (bool v, bool stepRel, double min, double max, double step)
 

Public Attributes

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

Detailed Description

Definition at line 85 of file schema2.h.

Constructor & Destructor Documentation

◆ Slider() [1/2]

schema2::Slider::Slider ( )
inline

Definition at line 89 of file schema2.h.

89 {}

◆ Slider() [2/2]

schema2::Slider::Slider ( bool  v,
bool  stepRel,
double  min,
double  max,
double  step 
)
inline

Definition at line 90 of file schema2.h.

90  :
91  visible(v), stepRel(stepRel), min(min), max(max), step(step) {}
double max
Definition: schema2.h:88
bool visible
Definition: schema2.h:87
double min
Definition: schema2.h:88
double step
Definition: schema2.h:88
bool stepRel
Definition: schema2.h:87

Member Data Documentation

◆ max

double schema2::Slider::max

Definition at line 88 of file schema2.h.

◆ min

double schema2::Slider::min

Definition at line 88 of file schema2.h.

◆ step

double schema2::Slider::step

Definition at line 88 of file schema2.h.

◆ stepRel

bool schema2::Slider::stepRel =false

Definition at line 87 of file schema2.h.

◆ visible

bool schema2::Slider::visible =true

Definition at line 87 of file schema2.h.


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