This file defines the class for a time form item. More...
#include <TimeFormItem.h>
Public Member Functions | |
std::string | getKey () |
std::string | getLabel () |
std::string | getStrDefaultValue () |
std::string | getType () |
te::dt::DateTime * | getValue () |
std::vector< std::string > | getValues () |
bool | hasDefaultValue () |
void | setKey (std::string key) |
void | setLabel (std::string label) |
void | setValue (te::dt::DateTime *value) |
TimeFormItem () | |
~TimeFormItem () | |
Protected Member Functions | |
virtual void | toString () |
Protected Attributes | |
std::string | m_defaultValue |
bool | m_hasDefaultValue |
std::string | m_key |
std::string | m_label |
std::string | m_type |
te::dt::DateTime * | m_value |
std::vector< std::string > | m_values |
This file defines the class for a time form item.
Definition at line 49 of file TimeFormItem.h.
te::qt::plugins::terramobile::TimeFormItem::TimeFormItem | ( | ) |
te::qt::plugins::terramobile::TimeFormItem::~TimeFormItem | ( | ) |
|
inlineinherited |
Definition at line 75 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_key.
|
inlineinherited |
Definition at line 79 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_label.
|
inherited |
|
inlineinherited |
Definition at line 83 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_type.
te::dt::DateTime* te::qt::plugins::terramobile::TimeFormItem::getValue | ( | ) |
|
inherited |
|
inlineinherited |
Definition at line 85 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_hasDefaultValue.
|
inlineinherited |
Definition at line 77 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_key.
|
inlineinherited |
Definition at line 81 of file AbstractFormItem.h.
References te::qt::plugins::terramobile::AbstractFormItem::m_label.
void te::qt::plugins::terramobile::TimeFormItem::setValue | ( | te::dt::DateTime * | value | ) |
|
protectedvirtual |
Implements te::qt::plugins::terramobile::AbstractFormItem.
|
protectedinherited |
Definition at line 101 of file AbstractFormItem.h.
|
protectedinherited |
Definition at line 104 of file AbstractFormItem.h.
Referenced by te::qt::plugins::terramobile::AbstractFormItem::hasDefaultValue().
|
protectedinherited |
Definition at line 97 of file AbstractFormItem.h.
Referenced by te::qt::plugins::terramobile::AbstractFormItem::getKey(), and te::qt::plugins::terramobile::AbstractFormItem::setKey().
|
protectedinherited |
Definition at line 98 of file AbstractFormItem.h.
Referenced by te::qt::plugins::terramobile::AbstractFormItem::getLabel(), and te::qt::plugins::terramobile::AbstractFormItem::setLabel().
|
protectedinherited |
Definition at line 99 of file AbstractFormItem.h.
Referenced by te::qt::plugins::terramobile::AbstractFormItem::getType().
|
protected |
Definition at line 71 of file TimeFormItem.h.
|
protectedinherited |
Definition at line 102 of file AbstractFormItem.h.