#include <FieldsDialog.h>
Definition at line 52 of file FieldsDialog.h.
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 |
te::qt::widgets::FieldsDialog::~FieldsDialog |
( |
| ) |
|
void te::qt::widgets::FieldsDialog::clearInputValues |
( |
| ) |
|
Clears the input values list.
void te::qt::widgets::FieldsDialog::clearOutputValues |
( |
| ) |
|
Clears the output values list.
Returns the selected fields.
- Note
- By default, all fields will be used
-
The caller will take ownership of the returned pointer
Returns the selected JoinType.
void te::qt::widgets::FieldsDialog::onCancelPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::FieldsDialog::onOkPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::FieldsDialog::setFixedOutputValues |
( |
std::vector< std::string > |
values, |
|
|
std::string |
iconName |
|
) |
| |
Sets the fixed output values list.
void te::qt::widgets::FieldsDialog::setInputValues |
( |
std::vector< std::string > |
values | ) |
|
Sets the input values list.
void te::qt::widgets::FieldsDialog::setLeftLabel |
( |
const QString & |
value | ) |
|
Sets the label displayed above the left list widget.
void te::qt::widgets::FieldsDialog::setOutputValues |
( |
std::vector< std::string > |
values | ) |
|
Sets the output values list.
void te::qt::widgets::FieldsDialog::setRightLabel |
( |
const QString & |
value | ) |
|
Sets the label displayed above the right list widget.
The widget used to select which fields will be added to the query.
Definition at line 132 of file FieldsDialog.h.
std::auto_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_master/terralib5/src/terralib/qt/widgets/externalTable/FieldsDialog.h