golib
0.5
|
Base class for all 2D drawable objects. More...
#include <plot.h>
Public Member Functions | |
virtual void | draw ()=0 |
virtual void | setContext (cairo_t *c) |
const Trafo2D & | transform () const |
void | setTransform (const Trafo2D &T) |
cairo_t * | context () |
const cairo_t * | context () const |
bool | visible () const |
void | setVisible (bool t) |
void | applyTransform (cairo_t *cr) |
Base class for all 2D drawable objects.