![]() |
NEURON
|
#include <rect.h>
Public Member Functions | |
| Line (Coord dx, Coord dy, const Color *color=NULL, const Brush *brush=NULL) | |
| Line (Coord dx, Coord dy, float x_align, float y_align, const Color *color=NULL, const Brush *brush=NULL) | |
| virtual | ~Line () |
| virtual void | request (Requisition &) const |
| virtual void | allocate (Canvas *, const Allocation &, Extension &) |
| virtual void | draw (Canvas *, const Allocation &) const |
| virtual void | pick (Canvas *, const Allocation &, int depth, Hit &) |
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 | |
| Coord | dx_ |
| Coord | dy_ |
| float | x_ |
| float | y_ |
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) | |
| Line::Line | ( | Coord | dx, |
| Coord | dy, | ||
| float | x_align, | ||
| float | y_align, | ||
| const Color * | color = NULL, |
||
| const Brush * | brush = NULL |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |