19 #ifndef OST_GUI_MANIPULATOR_HH
20 #define OST_GUI_MANIPULATOR_HH
33 namespace ost {
namespace gui {
virtual void DoubleClick(const MouseEvent &event)
Real click.
virtual void MouseMove(const MouseEvent &event)
virtual bool CanOperateOn(gfx::NodePtrList nodes)
whether the tool is capable of manipulating the given node
virtual QIcon GetIcon() const
#define DLLEXPORT_OST_GUI
std::vector< GfxNodeP > NodePtrList
boost::shared_ptr< Manipulator > ManipulatorPtr