This file defines the abstract class for a form item.
More...
#include <AbstractFormItem.h>
This file defines the abstract class for a form item.
Definition at line 63 of file AbstractFormItem.h.
te::qt::plugins::terramobile::AbstractFormItem::AbstractFormItem |
( |
| ) |
|
virtual te::qt::plugins::terramobile::AbstractFormItem::~AbstractFormItem |
( |
| ) |
|
|
virtual |
std::string te::qt::plugins::terramobile::AbstractFormItem::getKey |
( |
| ) |
|
|
inline |
std::string te::qt::plugins::terramobile::AbstractFormItem::getLabel |
( |
| ) |
|
|
inline |
std::string te::qt::plugins::terramobile::AbstractFormItem::getStrDefaultValue |
( |
| ) |
|
std::string te::qt::plugins::terramobile::AbstractFormItem::getType |
( |
| ) |
|
|
inline |
std::vector<std::string> te::qt::plugins::terramobile::AbstractFormItem::getValues |
( |
| ) |
|
bool te::qt::plugins::terramobile::AbstractFormItem::hasDefaultValue |
( |
| ) |
|
|
inline |
void te::qt::plugins::terramobile::AbstractFormItem::setKey |
( |
std::string |
key | ) |
|
|
inline |
void te::qt::plugins::terramobile::AbstractFormItem::setLabel |
( |
std::string |
label | ) |
|
|
inline |
virtual void te::qt::plugins::terramobile::AbstractFormItem::toString |
( |
| ) |
|
|
protectedpure virtual |
std::string te::qt::plugins::terramobile::AbstractFormItem::m_defaultValue |
|
protected |
bool te::qt::plugins::terramobile::AbstractFormItem::m_hasDefaultValue |
|
protected |
std::string te::qt::plugins::terramobile::AbstractFormItem::m_key |
|
protected |
std::string te::qt::plugins::terramobile::AbstractFormItem::m_label |
|
protected |
std::string te::qt::plugins::terramobile::AbstractFormItem::m_type |
|
protected |
std::vector<std::string> te::qt::plugins::terramobile::AbstractFormItem::m_values |
|
protected |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/plugins/mobile/core/form/AbstractFormItem.h