...  
 More...
#include <HorizontalSliderWidget.h>
... 
Definition at line 53 of file HorizontalSliderWidget.h.
 
◆ HorizontalSliderWidget()
      
        
          | te::qt::widgets::HorizontalSliderWidget::HorizontalSliderWidget  | 
          ( | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~HorizontalSliderWidget()
      
        
          | te::qt::widgets::HorizontalSliderWidget::~HorizontalSliderWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getForm()
      
        
          | Ui::HorizontalSliderWidgetForm* te::qt::widgets::HorizontalSliderWidget::getForm  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ getValue()
      
        
          | int te::qt::widgets::HorizontalSliderWidget::getValue  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ onDefaultButtonPressed
  
  
      
        
          | void te::qt::widgets::HorizontalSliderWidget::onDefaultButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onSliderReleased
  
  
      
        
          | void te::qt::widgets::HorizontalSliderWidget::onSliderReleased  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onValueChanged
  
  
      
        
          | void te::qt::widgets::HorizontalSliderWidget::onValueChanged  | 
          ( | 
          int  | 
          value | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ setCurrentValue()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setCurrentValue  | 
          ( | 
          int  | 
          value | ) | 
           | 
        
      
 
 
◆ setDefaultButtonVisible()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setDefaultButtonVisible  | 
          ( | 
          bool  | 
          visible | ) | 
           | 
        
      
 
 
◆ setDefaultValue()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setDefaultValue  | 
          ( | 
          int  | 
          value | ) | 
           | 
        
      
 
 
◆ setMinMaxValues()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setMinMaxValues  | 
          ( | 
          int  | 
          min,  | 
        
        
           | 
           | 
          int  | 
          max  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setSliderLabelVisible()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setSliderLabelVisible  | 
          ( | 
          bool  | 
          visible | ) | 
           | 
        
      
 
 
◆ setTitle()
      
        
          | void te::qt::widgets::HorizontalSliderWidget::setTitle  | 
          ( | 
          QString  | 
          value | ) | 
           | 
        
      
 
 
◆ sliderReleased
  
  
      
        
          | void te::qt::widgets::HorizontalSliderWidget::sliderReleased  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ sliderValueChanged
  
  
      
        
          | void te::qt::widgets::HorizontalSliderWidget::sliderValueChanged  | 
          ( | 
          int  | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
This signal is emitted when the slider value was changed. 
 
 
◆ m_defaultValue
  
  
      
        
          | int te::qt::widgets::HorizontalSliderWidget::m_defaultValue | 
         
       
   | 
  
private   | 
  
 
 
◆ m_maxValue
  
  
      
        
          | int te::qt::widgets::HorizontalSliderWidget::m_maxValue | 
         
       
   | 
  
private   | 
  
 
 
◆ m_minValue
  
  
      
        
          | int te::qt::widgets::HorizontalSliderWidget::m_minValue | 
         
       
   | 
  
private   | 
  
 
 
◆ m_ui
  
  
      
        
          | std::unique_ptr<Ui::HorizontalSliderWidgetForm> te::qt::widgets::HorizontalSliderWidget::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: