#include <TL4ThemeSelectionWizardPage.h>
  
 Public Member Functions | |
| std::vector <::terralib4::ThemeInfo >  | getThemes () | 
| void | setThemes (const std::vector<::terralib4::ThemeInfo > &themes) | 
| TL4ThemeSelectionWizardPage (QWidget *parent=0) | |
| ~TL4ThemeSelectionWizardPage () | |
Protected Slots | |
| void | onDeselectAllPushButtonClicked () | 
| void | onSelectAllPushButtonClicked () | 
Private Member Functions | |
| std::vector< std::string > | getNames (const std::string &names) | 
Private Attributes | |
| std::auto_ptr < Ui::TL4ThemeSelectionWizardPageForm >  | m_ui | 
Definition at line 52 of file TL4ThemeSelectionWizardPage.h.
| te::qt::plugins::terralib4::TL4ThemeSelectionWizardPage::TL4ThemeSelectionWizardPage | ( | QWidget * | parent = 0 | ) | 
Definition at line 36 of file TL4ThemeSelectionWizardPage.cpp.
References m_ui, onDeselectAllPushButtonClicked(), and onSelectAllPushButtonClicked().
| te::qt::plugins::terralib4::TL4ThemeSelectionWizardPage::~TL4ThemeSelectionWizardPage | ( | ) | 
Definition at line 47 of file TL4ThemeSelectionWizardPage.cpp.
      
  | 
  private | 
Definition at line 117 of file TL4ThemeSelectionWizardPage.cpp.
References te::common::Tokenize().
| std::vector<::terralib4::ThemeInfo > te::qt::plugins::terralib4::TL4ThemeSelectionWizardPage::getThemes | ( | ) | 
Definition at line 91 of file TL4ThemeSelectionWizardPage.cpp.
References terralib4::ThemeInfo::m_layerName, terralib4::ThemeInfo::m_name, and terralib4::ThemeInfo::m_viewName.
      
  | 
  protectedslot | 
Definition at line 62 of file TL4ThemeSelectionWizardPage.cpp.
Referenced by TL4ThemeSelectionWizardPage().
      
  | 
  protectedslot | 
Definition at line 51 of file TL4ThemeSelectionWizardPage.cpp.
Referenced by TL4ThemeSelectionWizardPage().
| void te::qt::plugins::terralib4::TL4ThemeSelectionWizardPage::setThemes | ( | const std::vector<::terralib4::ThemeInfo > & | themes | ) | 
Definition at line 73 of file TL4ThemeSelectionWizardPage.cpp.
References terralib4::ThemeInfo::m_layerName, terralib4::ThemeInfo::m_name, and terralib4::ThemeInfo::m_viewName.
      
  | 
  private | 
Definition at line 78 of file TL4ThemeSelectionWizardPage.h.
Referenced by TL4ThemeSelectionWizardPage().