This class is a wizard page with the WhereClauseWidget component. More...
#include <WhereClauseWizardPage.h>
  
 Public Member Functions | |
| WhereClauseWidget * | getWidget () const | 
| bool | isComplete () const | 
| WhereClauseWizardPage (QWidget *parent=0) | |
| virtual | ~WhereClauseWizardPage () | 
Private Attributes | |
| std::auto_ptr< WhereClauseWidget > | m_widget | 
This class is a wizard page with the WhereClauseWidget component.
Definition at line 51 of file WhereClauseWizardPage.h.
| te::qt::widgets::WhereClauseWizardPage::WhereClauseWizardPage | ( | QWidget * | parent = 0 | ) | 
Definition at line 35 of file WhereClauseWizardPage.cpp.
References m_widget.
      
  | 
  virtual | 
Definition at line 49 of file WhereClauseWizardPage.cpp.
| te::qt::widgets::WhereClauseWidget * te::qt::widgets::WhereClauseWizardPage::getWidget | ( | ) | const | 
Definition at line 58 of file WhereClauseWizardPage.cpp.
| bool te::qt::widgets::WhereClauseWizardPage::isComplete | ( | ) | const | 
Definition at line 53 of file WhereClauseWizardPage.cpp.
      
  | 
  private | 
Definition at line 68 of file WhereClauseWizardPage.h.
Referenced by WhereClauseWizardPage().