#include <TL4LayerSelectionWizardPage.h>
Public Member Functions | |
| std::vector< std::string > | getChecked () |
| bool | hasChecked () const |
| void | setDatasets (std::vector< std::string > datasets) |
| TL4LayerSelectionWizardPage (QWidget *parent=0) | |
| ~TL4LayerSelectionWizardPage () | |
Protected Slots | |
| void | onDeselectAllPushButtonClicked () |
| void | onSelectAllPushButtonClicked () |
Private Attributes | |
| std::auto_ptr < Ui::TL4LayerSelectionWizardPageForm > | m_ui |
Definition at line 49 of file TL4LayerSelectionWizardPage.h.
| te::qt::plugins::terralib4::TL4LayerSelectionWizardPage::TL4LayerSelectionWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 33 of file TL4LayerSelectionWizardPage.cpp.
References m_ui, onDeselectAllPushButtonClicked(), and onSelectAllPushButtonClicked().
| te::qt::plugins::terralib4::TL4LayerSelectionWizardPage::~TL4LayerSelectionWizardPage | ( | ) |
Definition at line 45 of file TL4LayerSelectionWizardPage.cpp.
| std::vector< std::string > te::qt::plugins::terralib4::TL4LayerSelectionWizardPage::getChecked | ( | ) |
Definition at line 61 of file TL4LayerSelectionWizardPage.cpp.
| bool te::qt::plugins::terralib4::TL4LayerSelectionWizardPage::hasChecked | ( | ) | const |
Definition at line 73 of file TL4LayerSelectionWizardPage.cpp.
|
protectedslot |
Definition at line 94 of file TL4LayerSelectionWizardPage.cpp.
Referenced by TL4LayerSelectionWizardPage().
|
protectedslot |
Definition at line 84 of file TL4LayerSelectionWizardPage.cpp.
Referenced by TL4LayerSelectionWizardPage().
| void te::qt::plugins::terralib4::TL4LayerSelectionWizardPage::setDatasets | ( | std::vector< std::string > | datasets | ) |
Definition at line 49 of file TL4LayerSelectionWizardPage.cpp.
|
private |
Definition at line 73 of file TL4LayerSelectionWizardPage.h.
Referenced by TL4LayerSelectionWizardPage().