tlp::Glyph Class Reference#include <Glyph.h>
List of all members. Public Member Functions
- Glyph (GlyphContext *)
- virtual ~Glyph ()
- virtual void draw (node)=0
- virtual Coord getAnchor (const Coord &nodeCenter, const Coord &from, const Size &scale, const double zRotation) const
Protected Member Functions
- virtual Coord getAnchor (const Coord &vector) const
Protected Attributes
Constructor & Destructor Documentation
virtual tlp::Glyph::~Glyph |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void tlp::Glyph::draw |
( |
node |
|
) |
[pure virtual] |
virtual Coord tlp::Glyph::getAnchor |
( |
const Coord & |
nodeCenter, |
|
|
const Coord & |
from, |
|
|
const Size & |
scale, |
|
|
const double |
zRotation | |
|
) |
| | const [virtual] |
virtual Coord tlp::Glyph::getAnchor |
( |
const Coord & |
vector |
) |
const [protected, virtual] |
Member Data Documentation
|