#include <FieldsDialog.h>
|
std::unique_ptr< DoubleListWidget > | m_fieldsWidget |
| The widget used to select which fields will be added to the query.
|
|
std::unique_ptr< Ui::FieldsDialogForm > | m_ui |
| The widget's form.
|
|
Definition at line 54 of file FieldsDialog.h.
◆ FieldsDialog()
te::qt::widgets::FieldsDialog::FieldsDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
It constructs a FieldsWidget.
- Parameters
-
parent | this widget's parent |
f | Window flags used to configure this widget |
◆ ~FieldsDialog()
te::qt::widgets::FieldsDialog::~FieldsDialog |
( |
| ) |
|
◆ clearInputValues()
void te::qt::widgets::FieldsDialog::clearInputValues |
( |
| ) |
|
Clears the input values list.
◆ clearOutputValues()
void te::qt::widgets::FieldsDialog::clearOutputValues |
( |
| ) |
|
Clears the output values list.
◆ getFields()
Returns the selected fields.
- Note
- By default, all fields will be used
-
The caller will take ownership of the returned pointer
◆ getJoinType()
Returns the selected JoinType.
◆ onCancelPushButtonClicked
void te::qt::widgets::FieldsDialog::onCancelPushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ onOkPushButtonClicked
void te::qt::widgets::FieldsDialog::onOkPushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ setFixedOutputValues()
void te::qt::widgets::FieldsDialog::setFixedOutputValues |
( |
std::vector< std::string > |
values, |
|
|
std::string |
iconName |
|
) |
| |
Sets the fixed output values list.
◆ setInputValues()
void te::qt::widgets::FieldsDialog::setInputValues |
( |
std::vector< std::string > |
values | ) |
|
Sets the input values list.
◆ setLeftLabel()
void te::qt::widgets::FieldsDialog::setLeftLabel |
( |
const QString & |
value | ) |
|
Sets the label displayed above the left list widget.
◆ setOutputValues()
void te::qt::widgets::FieldsDialog::setOutputValues |
( |
std::vector< std::string > |
values | ) |
|
Sets the output values list.
◆ setRightLabel()
void te::qt::widgets::FieldsDialog::setRightLabel |
( |
const QString & |
value | ) |
|
Sets the label displayed above the right list widget.
◆ m_fieldsWidget
The widget used to select which fields will be added to the query.
Definition at line 134 of file FieldsDialog.h.
◆ m_ui
std::unique_ptr<Ui::FieldsDialogForm> te::qt::widgets::FieldsDialog::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/externalTable/FieldsDialog.h