5 #ifndef CNOID_BASE_SCENE_WIDGET_EDITABLE_H 6 #define CNOID_BASE_SCENE_WIDGET_EDITABLE_H 8 #include <cnoid/SceneGraph> 26 double x()
const {
return x_; }
27 double y()
const {
return y_; }
32 int key()
const {
return key_; }
37 int button()
const {
return button_; }
48 const Affine3& currentCameraPosition()
const;
52 void updateIndicator(
const std::string& message)
const;
70 friend class SceneWidgetImpl;
88 virtual bool onUndoRequest();
89 virtual bool onRedoRequest();
Eigen::Affine3d Affine3
Definition: EigenTypes.h:64
std::vector< SgNode * > SgNodePath
Definition: SceneGraph.h:140
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
Eigen::Vector3d Vector3
Definition: EigenTypes.h:58
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37