#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <QCursor>
Go to the source code of this file.
Classes | |
class | rviz::InteractiveObject |
Abstract base class of things in the scene which handle mouse events. More... | |
Namespaces | |
namespace | rviz |
Typedefs | |
typedef boost::shared_ptr < InteractiveObject > | rviz::InteractiveObjectPtr |
typedef boost::weak_ptr < InteractiveObject > | rviz::InteractiveObjectWPtr |