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

A widget used to define a string property. More...

#include <StringPropertyWidget.h>

Inheritance diagram for te::qt::widgets::StringPropertyWidget:
te::qt::widgets::SimplePropertyWidget

Public Member Functions

virtual void fillProperty (te::dt::SimpleProperty *sp)
 
virtual bool hasAttributeAutoNumber ()
 
virtual bool hasAttributeDefaultValue ()
 
virtual bool hasAttributeRequired ()
 
 StringPropertyWidget (QWidget *parent=0)
 
 ~StringPropertyWidget ()
 

Private Attributes

std::auto_ptr
< Ui::StringPropertyWidgetForm > 
m_ui
 

Detailed Description

A widget used to define a string property.

Definition at line 46 of file StringPropertyWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::StringPropertyWidget::StringPropertyWidget ( QWidget *  parent = 0)
te::qt::widgets::StringPropertyWidget::~StringPropertyWidget ( )

Definition at line 45 of file StringPropertyWidget.cpp.

Member Function Documentation

void te::qt::widgets::StringPropertyWidget::fillProperty ( te::dt::SimpleProperty sp)
virtual
bool te::qt::widgets::SimplePropertyWidget::hasAttributeAutoNumber ( )
virtualinherited

Definition at line 42 of file SimplePropertyWidget.cpp.

bool te::qt::widgets::SimplePropertyWidget::hasAttributeDefaultValue ( )
virtualinherited

Definition at line 47 of file SimplePropertyWidget.cpp.

bool te::qt::widgets::SimplePropertyWidget::hasAttributeRequired ( )
virtualinherited

Definition at line 37 of file SimplePropertyWidget.cpp.

Member Data Documentation

std::auto_ptr<Ui::StringPropertyWidgetForm> te::qt::widgets::StringPropertyWidget::m_ui
private

Definition at line 62 of file StringPropertyWidget.h.

Referenced by StringPropertyWidget().


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