Abstract tool concept. More...
#include "../Config.h"
#include <boost/noncopyable.hpp>
#include <QtCore/QObject>
#include <QCursor>
Go to the source code of this file.
Classes | |
class | te::qt::widgets::AbstractTool |
This class defines an interface for objects that can receive application events and respond to them, according to specific tool behavior. Tools, in general, receives map display interaction events, like MouseClick, MouseMove, etc. Tools are created to do some GIS operation using the user interactions. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::qt |
Namespace for the Qt module of TerraLib. | |
namespace | te::qt::widgets |
Namespace for the Qt Widgets module of TerraLib. | |
Abstract tool concept.
Definition in file AbstractTool.h.