16 namespace osg {
class Group;
class MatrixTransform; }
17 namespace osgGeo {
class ThumbWheel; }
23 class ThumbWheelMessenger;
32 void setPosition(
bool horizontal,
33 float center_x,
float center_y,
float len,
34 float width,
float zval = 0);
36 void setAnnotationColor(const
Color&);
38 void enableFadeInOut(
bool);
39 bool isFadeInOutEnabled() const;
41 float getAngle() const;
42 void setAngle(
float angle,
float rotationtime=0.0);
51 ThumbWheelMessenger* messenger_;
#define mExpClass(module)
Definition: commondefs.h:157
DataObject is the base class off all objects that are used in Visualization and ought to be shared in...
Definition: visdata.h:59
A collection of geoscientific extensions to OpenSceneGraph.
Definition: visannot.h:35
Definition: visthumbwheel.h:26
static ThumbWheel * create()
Definition: visthumbwheel.h:29
Definition: visannot.h:40
Open Scene Graph.
Definition: visannot.h:26
Notifier with automatic capsule creation.
Definition: notify.h:166
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:24
#define mCreateDataObj(clss)
Definition: visdata.h:210