A widget used to define a string property. More...
#include <DateTimePropertyWidget.h>
  
 Public Member Functions | |
| DateTimePropertyWidget (QWidget *parent=0) | |
| virtual void | fillProperty (te::dt::SimpleProperty *sp) | 
| virtual bool | hasAttributeAutoNumber () | 
| virtual bool | hasAttributeDefaultValue () | 
| virtual bool | hasAttributeRequired () | 
| ~DateTimePropertyWidget () | |
Private Attributes | |
| std::auto_ptr < Ui::DateTimePropertyWidgetForm >  | m_ui | 
A widget used to define a string property.
Definition at line 48 of file DateTimePropertyWidget.h.
| te::qt::widgets::DateTimePropertyWidget::DateTimePropertyWidget | ( | QWidget * | parent = 0 | ) | 
Definition at line 33 of file DateTimePropertyWidget.cpp.
References te::dt::DATE, te::dt::DATE_DURATION, te::dt::DATE_PERIOD, m_ui, te::dt::TIME_DURATION, te::dt::TIME_INSTANT, te::dt::TIME_INSTANT_TZ, te::dt::TIME_PERIOD, and te::dt::TIME_PERIOD_TZ.
| te::qt::widgets::DateTimePropertyWidget::~DateTimePropertyWidget | ( | ) | 
Definition at line 50 of file DateTimePropertyWidget.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::SimplePropertyWidget.
Definition at line 55 of file DateTimePropertyWidget.cpp.
References te::dt::DateTimeProperty::setSubtype().
      
  | 
  virtualinherited | 
Definition at line 42 of file SimplePropertyWidget.cpp.
      
  | 
  virtualinherited | 
Definition at line 47 of file SimplePropertyWidget.cpp.
      
  | 
  virtualinherited | 
Definition at line 37 of file SimplePropertyWidget.cpp.
      
  | 
  private | 
Definition at line 64 of file DateTimePropertyWidget.h.
Referenced by DateTimePropertyWidget().