AbstractFormItem.h File Reference

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

#include "../../Config.h"
#include <string>
#include <vector>
#include <boost/property_tree/ptree.hpp>

Go to the source code of this file.

Classes

class  te::qt::plugins::terramobile::AbstractFormItem
 This file defines the abstract class for a form item. More...
 

Namespaces

 te
 TerraLib.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::plugins
 
 te::qt::plugins::terramobile
 

Macros

#define BOOLFORMITEMTYPE   "boolean"
 
#define DATEFORMITEMTYPE   "date"
 
#define DOUBLEFORMITEMTYPE   "double"
 
#define INTFORMITEMTYPE   "integer"
 
#define LABELFORMITEMTYPE   "label"
 
#define PICTUREFORMITEMTYPE   "pictures"
 
#define STRINGCOMBOFORMITEMTYPE   "stringcombo"
 
#define STRINGFORMITEMTYPE   "string"
 
#define TIMEFORMITEMTYPE   "time"
 

Detailed Description

This file defines the abstract class for a form item.

Definition in file AbstractFormItem.h.

Macro Definition Documentation

◆ BOOLFORMITEMTYPE

#define BOOLFORMITEMTYPE   "boolean"

Definition at line 29 of file AbstractFormItem.h.

◆ DATEFORMITEMTYPE

#define DATEFORMITEMTYPE   "date"

Definition at line 30 of file AbstractFormItem.h.

◆ DOUBLEFORMITEMTYPE

#define DOUBLEFORMITEMTYPE   "double"

Definition at line 31 of file AbstractFormItem.h.

◆ INTFORMITEMTYPE

#define INTFORMITEMTYPE   "integer"

Definition at line 32 of file AbstractFormItem.h.

◆ LABELFORMITEMTYPE

#define LABELFORMITEMTYPE   "label"

Definition at line 33 of file AbstractFormItem.h.

◆ PICTUREFORMITEMTYPE

#define PICTUREFORMITEMTYPE   "pictures"

Definition at line 34 of file AbstractFormItem.h.

◆ STRINGCOMBOFORMITEMTYPE

#define STRINGCOMBOFORMITEMTYPE   "stringcombo"

Definition at line 35 of file AbstractFormItem.h.

◆ STRINGFORMITEMTYPE

#define STRINGFORMITEMTYPE   "string"

Definition at line 36 of file AbstractFormItem.h.

◆ TIMEFORMITEMTYPE

#define TIMEFORMITEMTYPE   "time"

Definition at line 37 of file AbstractFormItem.h.