SoDaRadio-5.0.3-master:8901fb5
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GUISoDa::ListSpinbox Class Reference

#include <soda_list_spinbox.hpp>

Inheritance diagram for GUISoDa::ListSpinbox:

Public Member Functions

 ListSpinbox (QWidget *parent=0)
 
 ListSpinbox (std::vector< int > vals)
 
void init ()
 
void setValues (std::vector< int > vals)
 
void stepBy (int steps)
 

Protected Member Functions

StepEnabled stepEnabled () const
 

Protected Attributes

std::vector< int > values
 
int cur_index
 

Detailed Description

Definition at line 55 of file soda_list_spinbox.hpp.

Constructor & Destructor Documentation

◆ ListSpinbox() [1/2]

GUISoDa::ListSpinbox::ListSpinbox ( QWidget *  parent = 0)
inline

Definition at line 58 of file soda_list_spinbox.hpp.

◆ ListSpinbox() [2/2]

GUISoDa::ListSpinbox::ListSpinbox ( std::vector< int >  vals)
inline

Definition at line 62 of file soda_list_spinbox.hpp.

Member Function Documentation

◆ init()

void GUISoDa::ListSpinbox::init ( )
inline

Definition at line 67 of file soda_list_spinbox.hpp.

◆ setValues()

void GUISoDa::ListSpinbox::setValues ( std::vector< int >  vals)
inline

Definition at line 73 of file soda_list_spinbox.hpp.

◆ stepBy()

void GUISoDa::ListSpinbox::stepBy ( int  steps)
inline

Definition at line 81 of file soda_list_spinbox.hpp.

◆ stepEnabled()

StepEnabled GUISoDa::ListSpinbox::stepEnabled ( ) const
inlineprotected

Definition at line 92 of file soda_list_spinbox.hpp.

Member Data Documentation

◆ cur_index

int GUISoDa::ListSpinbox::cur_index
protected

Definition at line 101 of file soda_list_spinbox.hpp.

◆ values

std::vector<int> GUISoDa::ListSpinbox::values
protected

Definition at line 100 of file soda_list_spinbox.hpp.


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