...  
 More...
#include <DoubleListWidget.h>
 | 
| std::unique_ptr< Ui::DoubleListWidgetForm >  | m_ui | 
|   | 
... 
Definition at line 53 of file DoubleListWidget.h.
 
◆ DoubleListWidget()
      
        
          | te::qt::widgets::DoubleListWidget::DoubleListWidget  | 
          ( | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~DoubleListWidget()
      
        
          | te::qt::widgets::DoubleListWidget::~DoubleListWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ addItems() [1/2]
      
        
          | void te::qt::widgets::DoubleListWidget::addItems  | 
          ( | 
          const std::vector< int > &  | 
          ids | ) | 
           | 
        
      
 
 
◆ addItems() [2/2]
      
        
          | void te::qt::widgets::DoubleListWidget::addItems  | 
          ( | 
          QList< QListWidgetItem * >  | 
          list | ) | 
           | 
        
      
 
 
◆ addOutputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::addOutputValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values | ) | 
           | 
        
      
 
 
◆ clearInputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::clearInputValues  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ clearOutputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::clearOutputValues  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getForm()
      
        
          | Ui::DoubleListWidgetForm* te::qt::widgets::DoubleListWidget::getForm  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ getItemFromId()
  
  
      
        
          | QListWidgetItem* te::qt::widgets::DoubleListWidget::getItemFromId  | 
          ( | 
          const int &  | 
          id | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ getOutputDataValues()
      
        
          | std::vector<int> te::qt::widgets::DoubleListWidget::getOutputDataValues  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getOutputValues()
      
        
          | std::vector<std::string> te::qt::widgets::DoubleListWidget::getOutputValues  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ itemAdded
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::itemAdded  | 
          ( | 
          std::vector< int >  | 
          ids | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ itemChanged
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::itemChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ itemRemoved
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::itemRemoved  | 
          ( | 
          std::vector< int >  | 
          ids | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ onAddAllToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onAddAllToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onAddToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onAddToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onDownToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onDownToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onLeftListItemSelectionChanged
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onLeftListItemSelectionChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onRemoveAllToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onRemoveAllToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onRemoveToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onRemoveToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onRightListItemSelectionChanged
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onRightListItemSelectionChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ onUpToolButtonPressed
  
  
      
        
          | void te::qt::widgets::DoubleListWidget::onUpToolButtonPressed  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
◆ removeItems() [1/2]
      
        
          | void te::qt::widgets::DoubleListWidget::removeItems  | 
          ( | 
          const std::vector< int > &  | 
          ids | ) | 
           | 
        
      
 
 
◆ removeItems() [2/2]
      
        
          | void te::qt::widgets::DoubleListWidget::removeItems  | 
          ( | 
          QList< QListWidgetItem * >  | 
          list | ) | 
           | 
        
      
 
 
◆ setFixedOutputDataValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setFixedOutputDataValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values,  | 
        
        
           | 
           | 
          const std::vector< int > &  | 
          ids,  | 
        
        
           | 
           | 
          const std::string &  | 
          iconName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setFixedOutputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setFixedOutputValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values,  | 
        
        
           | 
           | 
          const std::string &  | 
          iconName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setInputDataValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setInputDataValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values,  | 
        
        
           | 
           | 
          const std::vector< int > &  | 
          ids  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setInputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setInputValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values | ) | 
           | 
        
      
 
 
◆ setLeftLabel()
      
        
          | void te::qt::widgets::DoubleListWidget::setLeftLabel  | 
          ( | 
          const QString &  | 
          value | ) | 
           | 
        
      
 
 
◆ setOutputDataValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setOutputDataValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values,  | 
        
        
           | 
           | 
          const std::vector< int > &  | 
          ids  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setOutputValues()
      
        
          | void te::qt::widgets::DoubleListWidget::setOutputValues  | 
          ( | 
          const std::vector< std::string > &  | 
          values | ) | 
           | 
        
      
 
 
◆ setRightLabel()
      
        
          | void te::qt::widgets::DoubleListWidget::setRightLabel  | 
          ( | 
          const QString &  | 
          value | ) | 
           | 
        
      
 
 
◆ setVisibledOrderButtons()
      
        
          | void te::qt::widgets::DoubleListWidget::setVisibledOrderButtons  | 
          ( | 
          bool  | 
          state | ) | 
           | 
        
      
 
 
◆ m_ui
  
  
      
        
          | std::unique_ptr<Ui::DoubleListWidgetForm> te::qt::widgets::DoubleListWidget::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/utils/DoubleListWidget.h