GrGlyph Class Reference
#include <grglyph.h>
List of all members.
Public Member Functions |
| | GrGlyph (Object *) |
| virtual | ~GrGlyph () |
| Object ** | temp_objvar () |
| | GrGlyph (Object *) |
| virtual | ~GrGlyph () |
| virtual void | request (Requisition &) const |
| virtual void | draw (Canvas *, const Allocation &) const |
| void | new_path () |
| void | move_to (Coord, Coord) |
| void | line_to (Coord, Coord) |
| void | control_point (Coord, Coord) |
| void | curve_to (Coord, Coord, Coord, Coord, Coord, Coord) |
| void | close_path () |
| void | stroke (int color, int brush) |
| void | fill (int color) |
| void | erase () |
| void | gif (const char *) |
| Object ** | temp_objvar () |
Private Attributes |
| Object * | obj_ |
| DataVec * | type_ |
| DataVec * | x_ |
| DataVec * | y_ |
| Glyph * | gif_ |
Constructor & Destructor Documentation
| GrGlyph::GrGlyph |
( |
Object * |
o |
) |
|
| GrGlyph::~GrGlyph |
( |
|
) |
[virtual] |
| GrGlyph::GrGlyph |
( |
Object * |
|
) |
|
| virtual GrGlyph::~GrGlyph |
( |
|
) |
[virtual] |
Member Function Documentation
| void GrGlyph::close_path |
( |
|
) |
|
| void GrGlyph::control_point |
( |
Coord |
, |
|
|
Coord |
| |
|
) |
| | |
| void GrGlyph::curve_to |
( |
Coord |
, |
|
|
Coord |
, |
|
|
Coord |
, |
|
|
Coord |
, |
|
|
Coord |
, |
|
|
Coord |
| |
|
) |
| | |
| virtual void GrGlyph::draw |
( |
Canvas * |
, |
|
|
const Allocation & |
| |
|
) |
| | const [virtual] |
| void GrGlyph::gif |
( |
const char * |
|
) |
|
| void GrGlyph::line_to |
( |
Coord |
, |
|
|
Coord |
| |
|
) |
| | |
| void GrGlyph::move_to |
( |
Coord |
, |
|
|
Coord |
| |
|
) |
| | |
| void GrGlyph::new_path |
( |
|
) |
|
| virtual void GrGlyph::request |
( |
Requisition & |
|
) |
const [virtual] |
| Object** GrGlyph::temp_objvar |
( |
|
) |
|
| Object ** GrGlyph::temp_objvar |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: