te::qt::plugins::terramobile::BoolFormItem Class Reference

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

#include <BoolFormItem.h>

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

Public Member Functions

 BoolFormItem ()
 
std::string getKey ()
 
std::string getLabel ()
 
std::string getStrDefaultValue ()
 
std::string getType ()
 
bool getValue ()
 
std::vector< std::string > getValues ()
 
bool hasDefaultValue ()
 
void setKey (std::string key)
 
void setLabel (std::string label)
 
void setValue (bool value)
 
 ~BoolFormItem ()
 

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
 
bool m_value
 
std::vector< std::string > m_values
 

Detailed Description

This file defines the class for a bool form item.

Definition at line 48 of file BoolFormItem.h.

Constructor & Destructor Documentation

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

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
bool te::qt::plugins::terramobile::BoolFormItem::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::BoolFormItem::setValue ( bool  value)
virtual void te::qt::plugins::terramobile::BoolFormItem::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
bool te::qt::plugins::terramobile::BoolFormItem::m_value
protected

Definition at line 70 of file BoolFormItem.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: