This class represents a TableLinkDialog component.
More...
#include <TableLinkDialog.h>
This class represents a TableLinkDialog component.
Definition at line 57 of file TableLinkDialog.h.
te::qt::widgets::TableLinkDialog::TableLinkDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
It constructs a TableLinkDialog.
- Parameters
-
parent | this dialogs's parent |
f | Window flags used to configure this dialog |
te::qt::widgets::TableLinkDialog::~TableLinkDialog |
( |
| ) |
|
void te::qt::widgets::TableLinkDialog::done |
( |
int |
r | ) |
|
|
protectedslot |
int te::qt::widgets::TableLinkDialog::exec |
( |
| ) |
|
|
slot |
void te::qt::widgets::TableLinkDialog::getDataSets |
( |
| ) |
|
|
protected |
Returns the generated Join.
- Note
- The caller will take ownership of the returned pointer
void te::qt::widgets::TableLinkDialog::getProperties |
( |
| ) |
|
|
protected |
Returns a new query layer based on the requested parameters.
Returns a new query based on the requested parameters.
void te::qt::widgets::TableLinkDialog::onAdvancedToolButtonnClicked |
( |
| ) |
|
|
protectedslot |
Displays or hides the widget's used to configure the query's fields.
void te::qt::widgets::TableLinkDialog::onDataCBIndexChanged |
( |
int |
index | ) |
|
|
protectedslot |
void te::qt::widgets::TableLinkDialog::onDataToolButtonnClicked |
( |
| ) |
|
|
protectedslot |
Displays or hides the data of the tabular Dataset.
void te::qt::widgets::TableLinkDialog::onOkPushButtonClicked |
( |
| ) |
|
|
protectedslot |
It sets the Datasource that is being used to generate the new Layer.
- Parameters
-
datasource | The dasource being used. |
std::auto_ptr<FieldsDialog> te::qt::widgets::TableLinkDialog::m_fieldsDialog |
|
private |
The widget used to select which fields will be added to the query.
Definition at line 139 of file TableLinkDialog.h.
The layer the will serve as the base for the link.
Definition at line 136 of file TableLinkDialog.h.
The widget used to preview the data of the tabular dataset.
Definition at line 138 of file TableLinkDialog.h.
std::auto_ptr<Ui::TableLinkDialogForm> te::qt::widgets::TableLinkDialog::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/TableLinkDialog.h