A handler to list task properties into a property browser.
More...
#include <TaskPropertyHandler.h>
A handler to list task properties into a property browser.
Definition at line 64 of file TaskPropertyHandler.h.
◆ TaskPropertyHandler()
| te::process::qt::TaskPropertyHandler::TaskPropertyHandler |
( |
const std::string & | taskType | ) |
|
◆ ~TaskPropertyHandler()
| virtual te::process::qt::TaskPropertyHandler::~TaskPropertyHandler |
( |
| ) |
|
|
virtual |
◆ createProperty()
◆ createPropertyData()
Function used to create a terralib object data from a QtProperty contents (QVariant).
- Parameters
-
| paramDesc | Parameters descriptor, used to get the data type |
| var | Qt object with data |
- Returns
- TerraLib data object, if a valid type was founded.
◆ getParamData()
| virtual te::dt::AbstractData * te::process::qt::TaskPropertyHandler::getParamData |
( |
const std::string & | paramName | ) |
|
|
protectedvirtual |
Function used to get a terralib object data from a Task param.
- Parameters
-
- Returns
- TerraLib data object, if a valid type was founded.
◆ getParameterToolTip()
◆ getType()
| const std::string & te::process::qt::TaskPropertyHandler::getType |
( |
| ) |
const |
◆ setDefaultProperties()
| virtual void te::process::qt::TaskPropertyHandler::setDefaultProperties |
( |
QtProperty * | parent | ) |
|
|
virtual |
◆ setInputProperties()
| virtual void te::process::qt::TaskPropertyHandler::setInputProperties |
( |
QtProperty * | parent | ) |
|
|
virtual |
◆ setOutputProperties()
| virtual void te::process::qt::TaskPropertyHandler::setOutputProperties |
( |
QtProperty * | parent | ) |
|
|
virtual |
◆ setProperty()
◆ setPropertyData()
| virtual void te::process::qt::TaskPropertyHandler::setPropertyData |
( |
const te::dt::AbstractData * | data, |
|
|
QtProperty * | property, |
|
|
int | dataType ) |
|
protectedpure virtual |
◆ setTask()
| void te::process::qt::TaskPropertyHandler::setTask |
( |
const std::string & | taskId, |
|
|
ProcessManager * | manager ) |
Gets the type of the task.
◆ valueChanged()
| void te::process::qt::TaskPropertyHandler::valueChanged |
( |
QtProperty * | p, |
|
|
const QVariant & | qVariant ) |
◆ m_manager
◆ m_propertyMap
| std::map<std::string, QtProperty*> te::process::qt::TaskPropertyHandler::m_propertyMap |
|
protected |
◆ m_taskId
| std::string te::process::qt::TaskPropertyHandler::m_taskId |
|
protected |
◆ m_taskType
| std::string te::process::qt::TaskPropertyHandler::m_taskType |
|
protected |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/process/qt/property/TaskPropertyHandler.h