|
| GraphLine (const char *, DataVec *x, Symlist **, const Color *=NULL, const Brush *=NULL, bool usepointer=0, neuron::container::data_handle< double > pd={}, Object *obj=NULL) |
|
virtual | ~GraphLine () |
|
virtual void | pick (Canvas *, const Allocation &, int depth, Hit &) |
|
virtual void | save (std::ostream &) |
|
void | plot () |
|
const char * | name () const |
|
LineExtension * | extension () |
|
void | extension_start () |
|
void | extension_continue () |
|
const Color * | save_color () const |
|
const Brush * | save_brush () const |
|
void | save_color (const Color *) |
|
void | save_brush (const Brush *) |
|
bool | change_expr (const char *, Symlist **) |
|
virtual void | update (Observable *) |
|
bool | valid (bool check=false) |
|
virtual void | erase_line (Scene *, GlyphIndex) |
|
void | simgraph_activate (bool) |
|
void | simgraph_init () |
|
void | simgraph_continuous (double) |
|
| 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 | request (Requisition &) const |
|
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_vector () |
|
void | plot (Coord x, Coord y) |
|
void | erase () |
|
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 324 of file graph.h.