All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::widgets::FieldsWizardPage Class Reference

This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation. More...

#include <FieldsWizardPage.h>

Inheritance diagram for te::qt::widgets::FieldsWizardPage:

Public Slots

void onItemChanged ()
 

Public Member Functions

 FieldsWizardPage (QWidget *parent=0)
 
te::da::FieldsgetFields ()
 
DoubleListWidgetgetWidget () const
 
bool isComplete () const
 
void setFields (const te::da::Fields *fields)
 
virtual ~FieldsWizardPage ()
 

Private Attributes

std::auto_ptr< DoubleListWidgetm_widget
 

Detailed Description

This class is a wizard page with the DoubleListWidget component, used to create the FIELD object of a select operation.

Definition at line 53 of file FieldsWizardPage.h.

Constructor & Destructor Documentation

te::qt::widgets::FieldsWizardPage::FieldsWizardPage ( QWidget *  parent = 0)

Definition at line 37 of file FieldsWizardPage.cpp.

References m_widget, and onItemChanged().

te::qt::widgets::FieldsWizardPage::~FieldsWizardPage ( )
virtual

Definition at line 57 of file FieldsWizardPage.cpp.

Member Function Documentation

te::da::Fields * te::qt::widgets::FieldsWizardPage::getFields ( )

Definition at line 74 of file FieldsWizardPage.cpp.

te::qt::widgets::DoubleListWidget * te::qt::widgets::FieldsWizardPage::getWidget ( ) const

Definition at line 69 of file FieldsWizardPage.cpp.

bool te::qt::widgets::FieldsWizardPage::isComplete ( ) const

Definition at line 61 of file FieldsWizardPage.cpp.

void te::qt::widgets::FieldsWizardPage::onItemChanged ( )
slot

Definition at line 106 of file FieldsWizardPage.cpp.

Referenced by FieldsWizardPage().

void te::qt::widgets::FieldsWizardPage::setFields ( const te::da::Fields fields)

Member Data Documentation

std::auto_ptr<DoubleListWidget> te::qt::widgets::FieldsWizardPage::m_widget
private

Definition at line 78 of file FieldsWizardPage.h.

Referenced by FieldsWizardPage().


The documentation for this class was generated from the following files: