PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::QDoubleSlider Class Reference

#include <PCustomWidgets.h>

Inheritance diagram for dyno::QDoubleSlider:
Collaboration diagram for dyno::QDoubleSlider:

Public Slots

void setValue (int value)
 
void setValue (double Value, bool BlockSignals=false)
 

Signals

void valueChanged (double Value)
 
void rangeChanged (double Min, double Max)
 

Public Member Functions

 QDoubleSlider (QWidget *pParent=NULL)
 
void setRange (double Min, double Max)
 
void setMinimum (double Min)
 
double minimum () const
 
void setMaximum (double Max)
 
double maximum () const
 
double value () const
 

Private Attributes

double m_Multiplier
 

Detailed Description

Definition at line 8 of file PCustomWidgets.h.

Constructor & Destructor Documentation

◆ QDoubleSlider()

dyno::QDoubleSlider::QDoubleSlider ( QWidget * pParent = NULL)

Definition at line 18 of file PCustomWidgets.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ maximum()

double dyno::QDoubleSlider::maximum ( ) const

Definition at line 73 of file PCustomWidgets.cpp.

Here is the caller graph for this function:

◆ minimum()

double dyno::QDoubleSlider::minimum ( ) const

Definition at line 61 of file PCustomWidgets.cpp.

Here is the caller graph for this function:

◆ rangeChanged

void dyno::QDoubleSlider::rangeChanged ( double Min,
double Max )
signal
Here is the caller graph for this function:

◆ setMaximum()

void dyno::QDoubleSlider::setMaximum ( double Max)

Definition at line 66 of file PCustomWidgets.cpp.

Here is the call graph for this function:

◆ setMinimum()

void dyno::QDoubleSlider::setMinimum ( double Min)

Definition at line 54 of file PCustomWidgets.cpp.

Here is the call graph for this function:

◆ setRange()

void dyno::QDoubleSlider::setRange ( double Min,
double Max )

Definition at line 47 of file PCustomWidgets.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setValue [1/2]

void dyno::QDoubleSlider::setValue ( double Value,
bool BlockSignals = false )
slot

Definition at line 35 of file PCustomWidgets.cpp.

Here is the call graph for this function:

◆ setValue [2/2]

void dyno::QDoubleSlider::setValue ( int value)
slot

Definition at line 30 of file PCustomWidgets.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ value()

double dyno::QDoubleSlider::value ( ) const

Definition at line 78 of file PCustomWidgets.cpp.

◆ valueChanged

void dyno::QDoubleSlider::valueChanged ( double Value)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ m_Multiplier

double dyno::QDoubleSlider::m_Multiplier
private

Definition at line 33 of file PCustomWidgets.h.


The documentation for this class was generated from the following files: