te::qt::plugins::terramobile::TimeFormItem Class Reference

This file defines the class for a time form item. More...

#include <TimeFormItem.h>

Inheritance diagram for te::qt::plugins::terramobile::TimeFormItem:
te::qt::plugins::terramobile::AbstractFormItem

Public Member Functions

std::string getKey ()
 
std::string getLabel ()
 
std::string getStrDefaultValue ()
 
std::string getType ()
 
te::dt::DateTimegetValue ()
 
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::DateTimem_value
 
std::vector< std::string > m_values
 

Detailed Description

This file defines the class for a time form item.

Definition at line 49 of file TimeFormItem.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::TimeFormItem::TimeFormItem ( )
te::qt::plugins::terramobile::TimeFormItem::~TimeFormItem ( )

Member Function Documentation

std::string te::qt::plugins::terramobile::AbstractFormItem::getKey ( )
inlineinherited
std::string te::qt::plugins::terramobile::AbstractFormItem::getLabel ( )
inlineinherited
std::string te::qt::plugins::terramobile::AbstractFormItem::getStrDefaultValue ( )
inherited
std::string te::qt::plugins::terramobile::AbstractFormItem::getType ( )
inlineinherited
te::dt::DateTime* te::qt::plugins::terramobile::TimeFormItem::getValue ( )
std::vector<std::string> te::qt::plugins::terramobile::AbstractFormItem::getValues ( )
inherited
bool te::qt::plugins::terramobile::AbstractFormItem::hasDefaultValue ( )
inlineinherited
void te::qt::plugins::terramobile::AbstractFormItem::setKey ( std::string  key)
inlineinherited
void te::qt::plugins::terramobile::AbstractFormItem::setLabel ( std::string  label)
inlineinherited
void te::qt::plugins::terramobile::TimeFormItem::setValue ( te::dt::DateTime value)
virtual void te::qt::plugins::terramobile::TimeFormItem::toString ( )
protectedvirtual

Member Data Documentation

std::string te::qt::plugins::terramobile::AbstractFormItem::m_defaultValue
protectedinherited

Definition at line 101 of file AbstractFormItem.h.

bool te::qt::plugins::terramobile::AbstractFormItem::m_hasDefaultValue
protectedinherited
std::string te::qt::plugins::terramobile::AbstractFormItem::m_key
protectedinherited
std::string te::qt::plugins::terramobile::AbstractFormItem::m_label
protectedinherited
std::string te::qt::plugins::terramobile::AbstractFormItem::m_type
protectedinherited
te::dt::DateTime* te::qt::plugins::terramobile::TimeFormItem::m_value
protected

Definition at line 71 of file TimeFormItem.h.

std::vector<std::string> te::qt::plugins::terramobile::AbstractFormItem::m_values
protectedinherited

Definition at line 102 of file AbstractFormItem.h.


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