te::qt::widgets::DoubleInputListWidget Class Reference

... More...

#include <DoubleInputListWidget.h>

Inheritance diagram for te::qt::widgets::DoubleInputListWidget:
QWidget

Signals

void itemChanged ()
 

Public Member Functions

void clearInputValues ()
 
void clearOutputValues ()
 
 DoubleInputListWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
Ui::DoubleInputListWidgetForm * getForm () const
 
std::vector< intgetOutputDataValues ()
 
std::vector< std::string > getOutputValues ()
 
void setFirstInputValues (const std::vector< std::string > &values)
 
void setFirstLayerLabel (const QString &value)
 
void setOutputLabel (const QString &value)
 
void setOutputValues (const std::vector< std::string > &values, const int &id)
 
void setSecondInputValues (const std::vector< std::string > &values)
 
void setSecondLayerLabel (const QString &value)
 
void setVisibledOrderButtons (bool state)
 
 ~DoubleInputListWidget ()
 

Protected Slots

void onAddAllToolButtonPressed ()
 
void onAddToolButtonPressed ()
 
void onDownToolButtonPressed ()
 
void onFirstInputListItemSelectionChanged ()
 
void onOutputListItemSelectionChanged ()
 
void onRemoveAllToolButtonPressed ()
 
void onRemoveToolButtonPressed ()
 
void onSecondInputListItemSelectionChanged ()
 
void onUpToolButtonPressed ()
 

Private Attributes

std::unique_ptr< Ui::DoubleInputListWidgetForm > m_ui
 

Detailed Description

...

Definition at line 53 of file DoubleInputListWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::DoubleInputListWidget::~DoubleInputListWidget ( )
default

Referenced by DoubleInputListWidget().

Member Function Documentation

void te::qt::widgets::DoubleInputListWidget::clearInputValues ( )

Definition at line 194 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::clearOutputValues ( )

Definition at line 203 of file DoubleInputListWidget.cpp.

References m_ui.

Ui::DoubleInputListWidgetForm * te::qt::widgets::DoubleInputListWidget::getForm ( ) const

Definition at line 78 of file DoubleInputListWidget.cpp.

References m_ui.

std::vector< int > te::qt::widgets::DoubleInputListWidget::getOutputDataValues ( )

Definition at line 177 of file DoubleInputListWidget.cpp.

References m_ui.

std::vector< std::string > te::qt::widgets::DoubleInputListWidget::getOutputValues ( )

Definition at line 163 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::itemChanged ( )
signal
void te::qt::widgets::DoubleInputListWidget::onAddAllToolButtonPressed ( )
protectedslot

Definition at line 256 of file DoubleInputListWidget.cpp.

References itemChanged(), and m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onAddToolButtonPressed ( )
protectedslot

Definition at line 217 of file DoubleInputListWidget.cpp.

References itemChanged(), and m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onDownToolButtonPressed ( )
protectedslot

Definition at line 366 of file DoubleInputListWidget.cpp.

References m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onFirstInputListItemSelectionChanged ( )
protectedslot
void te::qt::widgets::DoubleInputListWidget::onOutputListItemSelectionChanged ( )
protectedslot

Definition at line 462 of file DoubleInputListWidget.cpp.

References m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onRemoveAllToolButtonPressed ( )
protectedslot

Definition at line 330 of file DoubleInputListWidget.cpp.

References itemChanged(), and m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onRemoveToolButtonPressed ( )
protectedslot

Definition at line 293 of file DoubleInputListWidget.cpp.

References itemChanged(), and m_ui.

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::onSecondInputListItemSelectionChanged ( )
protectedslot

Definition at line 449 of file DoubleInputListWidget.cpp.

References m_ui.

Referenced by DoubleInputListWidget(), and onFirstInputListItemSelectionChanged().

void te::qt::widgets::DoubleInputListWidget::onUpToolButtonPressed ( )
protectedslot

Definition at line 400 of file DoubleInputListWidget.cpp.

References m_ui, and onFirstInputListItemSelectionChanged().

Referenced by DoubleInputListWidget().

void te::qt::widgets::DoubleInputListWidget::setFirstInputValues ( const std::vector< std::string > &  values)

Definition at line 102 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setFirstLayerLabel ( const QString &  value)

Definition at line 84 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setOutputLabel ( const QString &  value)

Definition at line 96 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setOutputValues ( const std::vector< std::string > &  values,
const int id 
)

Definition at line 142 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setSecondInputValues ( const std::vector< std::string > &  values)

Definition at line 122 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setSecondLayerLabel ( const QString &  value)

Definition at line 90 of file DoubleInputListWidget.cpp.

References m_ui.

void te::qt::widgets::DoubleInputListWidget::setVisibledOrderButtons ( bool  state)

Definition at line 211 of file DoubleInputListWidget.cpp.

References m_ui.

Member Data Documentation


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