1 #ifndef OPENCS_VIEW_CELLARROW_H
2 #define OPENCS_VIEW_CELLARROW_H
8 #include "../../model/world/cellcoordinates.hpp"
12 class PositionAttitudeTransform;
30 virtual QString
getToolTip (
bool hideBasics)
const;
54 osg::ref_ptr<osg::PositionAttitudeTransform>
mBaseNode;
Definition: cellarrow.hpp:34
Direction getDirection() const
Definition: cellarrow.cpp:192
Definition: cellarrow.hpp:20
Direction mDirection
Definition: cellarrow.hpp:52
Definition: cellarrow.hpp:41
CellArrow * mArrow
Definition: cellarrow.hpp:22
Definition: cellarrow.hpp:40
Direction
Definition: cellarrow.hpp:38
virtual QString getToolTip(bool hideBasics) const
Definition: cellarrow.cpp:24
~CellArrow()
Definition: cellarrow.cpp:182
CSMWorld::CellCoordinates getCoordinates() const
Definition: cellarrow.cpp:187
osg::Group * mParentNode
Definition: cellarrow.hpp:53
Definition: tagbase.hpp:12
CSMWorld::CellCoordinates mCoordinates
Definition: cellarrow.hpp:55
Definition: cellarrow.hpp:42
Definition: cellcoordinates.hpp:12
void adjustTransform()
Definition: cellarrow.cpp:57
CellArrowTag(CellArrow *arrow)
Definition: cellarrow.cpp:15
CellArrow(const CellArrow &)
osg::ref_ptr< osg::PositionAttitudeTransform > mBaseNode
Definition: cellarrow.hpp:54
CellArrow * getCellArrow() const
Definition: cellarrow.cpp:19
void buildShape()
Definition: cellarrow.cpp:89
Definition: cellarrow.hpp:43
CellArrow & operator=(const CellArrow &)