![]() |
NEURON
|
#include <ppshape.h>
Public Member Functions | |
| PointProcessGlyph (Object *) | |
| virtual | ~PointProcessGlyph () |
| virtual Object * | object () |
Public Member Functions inherited from GLabel | |
| GLabel (const char *s, const Color *, int fixtype=1, float size=12, float x_align=0., float y_align=0.) | |
| virtual | ~GLabel () |
| virtual Glyph * | clone () const |
| virtual void | request (Requisition &) const |
| virtual void | allocate (Canvas *, const Allocation &, Extension &) |
| virtual void | draw (Canvas *, const Allocation &) const |
| virtual void | save (std::ostream &, Coord, Coord) |
| virtual void | pick (Canvas *, const Allocation &, int depth, Hit &) |
| void | text (const char *) |
| void | fixed (float scale) |
| void | vfixed (float scale) |
| void | relative (float scale) |
| void | align (float x, float y) |
| void | color (const Color *) |
| bool | fixed () const |
| float | scale () const |
| const char * | text () const |
| int | fixtype () const |
| float | x_align () const |
| float | y_align () const |
| const Color * | color () const |
| bool | erase_flag () |
| void | erase_flag (bool b) |
| GPolyLine * | labeled_line () const |
Private Attributes | |
| Object * | ob_ |
| PointProcessGlyph::PointProcessGlyph | ( | Object * | ) |
|
virtual |
|
inlinevirtual |