![]() |
NEURON
|
#include <rect.h>
Public Member Functions | |
| Circle (float radius, bool filled=false, const Color *color=NULL, const Brush *brush=NULL) | |
| virtual | ~Circle () |
| virtual void | request (Requisition &) const |
| virtual void | allocate (Canvas *, const Allocation &, Extension &) |
| virtual void | draw (Canvas *, const Allocation &) const |
Public Member Functions inherited from Appear | |
| virtual | ~Appear () |
| const Color * | color () const |
| void | color (const Color *) |
| const Brush * | brush () const |
| void | brush (const Brush *) |
Private Attributes | |
| float | radius_ |
| bool | filled_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Appear | |
| static const Color * | default_color () |
| static const Brush * | default_brush () |
Protected Member Functions inherited from Appear | |
| Appear (const Color *color=NULL, const Brush *brush=NULL) | |
| Circle::Circle | ( | float | radius, |
| bool | filled = false, |
||
| const Color * | color = NULL, |
||
| const Brush * | brush = NULL |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |