Choreonoid  1.5
Public Member Functions | Friends | List of all members
cnoid::SceneWidgetEvent Class Reference

#include <SceneWidgetEditable.h>

Public Member Functions

 SceneWidgetEvent (const SceneWidgetEvent &org)
 
const Vector3 & point () const
 
const SgNodePath & nodePath () const
 
double x () const
 
double y () const
 
int key () const
 
int button () const
 
int modifiers () const
 
double wheelSteps () const
 
const SgNodePath & cameraPath () const
 
const Affine3 & currentCameraPosition () const
 
SceneWidget * sceneWidget () const
 
void updateIndicator (const std::string &message) const
 

Friends

class SceneWidgetImpl
 

Constructor & Destructor Documentation

§ SceneWidgetEvent()

SceneWidgetEvent::SceneWidgetEvent ( const SceneWidgetEvent &  org)

Member Function Documentation

§ button()

int cnoid::SceneWidgetEvent::button ( ) const
inline
Returns
a Qt::MouseButton value

§ cameraPath()

const SgNodePath& cnoid::SceneWidgetEvent::cameraPath ( ) const
inline

§ currentCameraPosition()

const Affine3 & SceneWidgetEvent::currentCameraPosition ( ) const

§ key()

int cnoid::SceneWidgetEvent::key ( ) const
inline
Returns
a Qt::Key value

§ modifiers()

int cnoid::SceneWidgetEvent::modifiers ( ) const
inline
Returns
a Qt::KeyboardModifiers value

§ nodePath()

const SgNodePath& cnoid::SceneWidgetEvent::nodePath ( ) const
inline

§ point()

const Vector3& cnoid::SceneWidgetEvent::point ( ) const
inline

§ sceneWidget()

SceneWidget* cnoid::SceneWidgetEvent::sceneWidget ( ) const
inline

§ updateIndicator()

void SceneWidgetEvent::updateIndicator ( const std::string &  message) const

§ wheelSteps()

double cnoid::SceneWidgetEvent::wheelSteps ( ) const
inline

§ x()

double cnoid::SceneWidgetEvent::x ( ) const
inline

§ y()

double cnoid::SceneWidgetEvent::y ( ) const
inline

Friends And Related Function Documentation

§ SceneWidgetImpl

friend class SceneWidgetImpl
friend

The documentation for this class was generated from the following files: