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

This class is a wizard page with the DataSetWidget component. More...

#include <DataSetWizardPage.h>

Inheritance diagram for te::qt::widgets::DataSetWizardPage:

Public Slots

void onItemChanged ()
 

Public Member Functions

 DataSetWizardPage (QWidget *parent=0)
 
DataSetWidgetgetWidget () const
 
bool isComplete () const
 
virtual ~DataSetWizardPage ()
 

Private Attributes

std::auto_ptr< DataSetWidgetm_widget
 

Detailed Description

This class is a wizard page with the DataSetWidget component.

This class is a wizard page with the OrderByWidget component.

Definition at line 52 of file DataSetWizardPage.h.

Constructor & Destructor Documentation

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

Definition at line 35 of file DataSetWizardPage.cpp.

References m_widget, and onItemChanged().

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

Definition at line 52 of file DataSetWizardPage.cpp.

Member Function Documentation

te::qt::widgets::DataSetWidget * te::qt::widgets::DataSetWizardPage::getWidget ( ) const

Definition at line 66 of file DataSetWizardPage.cpp.

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

Definition at line 56 of file DataSetWizardPage.cpp.

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

Definition at line 71 of file DataSetWizardPage.cpp.

Referenced by DataSetWizardPage().

Member Data Documentation

std::auto_ptr<DataSetWidget> te::qt::widgets::DataSetWizardPage::m_widget
private

Definition at line 74 of file DataSetWizardPage.h.

Referenced by DataSetWizardPage().


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