#include "../../Config.h"
#include "../../ParameterDescriptor.h"
#include "../../../common/AbstractFactory.h"
#include <QObject>
#include <QtPropertyBrowser/QtProperty>
#include <string>
Go to the source code of this file.
Classes | |
class | te::process::qt::TaskPropertyHandler |
A handler to list task properties into a property browser. More... | |
class | te::process::qt::TaskPropertyHandlerFactory |
Wrapper function used to create taks. Used to avoid C++ to create multiple instances of the factory singleton on Windows. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
namespace | te::process |
namespace | te::process::qt |
Functions | |
TEPROCESSEXPORT TaskPropertyHandler * | te::process::qt::CreateTaskPropertyHandler (const std::string &taskType, const std::string &taskId, ProcessManager *manager) |