26 #ifndef __TERRALIB_PROCESS_QT_INTERNAL_CONNECTORSPROPERTY_H 27 #define __TERRALIB_PROCESS_QT_INTERNAL_CONNECTORSPROPERTY_H 29 #include "../../Config.h" 35 #include <QTableWidget> 67 void setTask(
const std::string& taskId);
72 void listConnectors();
75 void listConnectorsVec(std::vector<te::process::Connector*>& connectors,
bool inputConnectors);
92 #endif // __TERRALIB_PROCESS_QT_INTERNAL_CONNECTORSPROPERTY_H A QWidget to explore connectors from a task.
A QObject class to handle with process management.
std::string m_taskId
Task object id.
QTableWidget * m_connectorsTable
Qt table component used to list the task connectors.
Abstraction that represents a Connector between parameters of a Task.
ProcessManager * m_manager