|
| GraphVector (const char *, const Color *=NULL, const Brush *=NULL) |
|
virtual | ~GraphVector () |
|
virtual void | request (Requisition &) const |
|
void | begin () |
|
void | add (float, neuron::container::data_handle< double >) |
|
virtual void | save (std::ostream &) |
|
const char * | name () const |
|
bool | trivial () const |
|
virtual bool | choose_sym (Graph *) |
|
virtual void | update (Observable *) |
|
DataPointers * | py_data () |
|
void | record_install () |
|
void | record_uninstall () |
|
| GPolyLine (DataVec *x, const Color *=NULL, const Brush *=NULL) |
|
| GPolyLine (DataVec *x, DataVec *y, const Color *=NULL, const Brush *=NULL) |
|
| GPolyLine (GPolyLine *) |
|
virtual | ~GPolyLine () |
|
virtual void | allocate (Canvas *, const Allocation &, Extension &) |
|
virtual void | draw (Canvas *, const Allocation &) const |
|
virtual void | draw_specific (Canvas *, const Allocation &, int, int) const |
|
virtual void | print (Printer *, const Allocation &) const |
|
virtual void | pick (Canvas *, const Allocation &, int depth, Hit &) |
|
virtual void | pick_vector () |
|
void | plot (Coord x, Coord y) |
|
void | erase () |
|
virtual void | erase_line (Scene *, GlyphIndex) |
|
void | color (const Color *) |
|
void | brush (const Brush *) |
|
const Color * | color () const |
|
const Brush * | brush () const |
|
Coord | x (int index) const |
|
Coord | y (int index) const |
|
const DataVec * | x_data () const |
|
const DataVec * | y_data () const |
|
GLabel * | label () const |
|
void | label (GLabel *) |
|
void | label_loc (Coord &x, Coord &y) const |
|
bool | near (Coord, Coord, float, const Transformer &) const |
|
int | nearest (Coord, Coord, const Transformer &, int index=-1) const |
|
bool | keepable () |
|
virtual | ~Observer ()=default |
|
virtual void | disconnect (Observable *) |
|
Definition at line 377 of file graph.h.