27 #include "../../../qt/widgets/rp/ColorTransformDialog.h" 28 #include "../../af/ApplicationController.h" 29 #include "../../af/BaseApplication.h" 33 #include <QtCore/QObject> 34 #include <QMessageBox> 41 createAction(tr(
"Color Transform...").toUtf8().data(),
"colorTransform");
42 m_action->setObjectName(
"Processing.Raster Processing.Color Transform");
57 std::list<te::map::AbstractLayerPtr> layersList =
getLayers();
This is an abstract class used to register actions into rp pluging.
static ApplicationController & getInstance()
It returns a reference to the singleton instance.
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
QAction * m_action
Action used to call the process.
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.