#include <graph.h>
|
| | 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 (Canvas *, const Allocation &, int depth, Hit &) |
| |
| virtual void | save (std::ostream &) |
| |
| 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 () |
| |
Definition at line 254 of file graph.h.
◆ GPolyLine() [1/3]
◆ GPolyLine() [2/3]
◆ GPolyLine() [3/3]
◆ ~GPolyLine()
| virtual GPolyLine::~GPolyLine |
( |
| ) |
|
|
virtual |
◆ allocate()
◆ brush() [1/2]
| const Brush* GPolyLine::brush |
( |
| ) |
const |
|
inline |
◆ brush() [2/2]
| void GPolyLine::brush |
( |
const Brush * |
| ) |
|
◆ color() [1/2]
| const Color* GPolyLine::color |
( |
| ) |
const |
|
inline |
◆ color() [2/2]
| void GPolyLine::color |
( |
const Color * |
| ) |
|
◆ draw()
◆ draw_specific()
| virtual void GPolyLine::draw_specific |
( |
Canvas * |
, |
|
|
const Allocation & |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| const |
|
virtual |
◆ erase()
| void GPolyLine::erase |
( |
| ) |
|
|
inline |
◆ erase_line()
◆ init()
◆ keepable()
| bool GPolyLine::keepable |
( |
| ) |
|
|
inline |
◆ label() [1/2]
| GLabel* GPolyLine::label |
( |
| ) |
const |
|
inline |
◆ label() [2/2]
| void GPolyLine::label |
( |
GLabel * |
| ) |
|
◆ label_loc()
| void GPolyLine::label_loc |
( |
Coord & |
x, |
|
|
Coord & |
y |
|
) |
| const |
◆ near()
◆ nearest()
◆ pick()
◆ pick_vector()
| virtual void GPolyLine::pick_vector |
( |
| ) |
|
|
virtual |
◆ plot()
◆ print()
◆ request()
| virtual void GPolyLine::request |
( |
Requisition & |
| ) |
const |
|
virtual |
◆ save()
| virtual void GPolyLine::save |
( |
std::ostream & |
| ) |
|
|
virtual |
◆ x()
| Coord GPolyLine::x |
( |
int |
index | ) |
const |
|
inline |
◆ x_data()
| const DataVec* GPolyLine::x_data |
( |
| ) |
const |
|
inline |
◆ y()
| Coord GPolyLine::y |
( |
int |
index | ) |
const |
|
inline |
◆ y_data()
| const DataVec* GPolyLine::y_data |
( |
| ) |
const |
|
inline |
◆ brush_
| const Brush* GPolyLine::brush_ |
|
protected |
◆ color_
| const Color* GPolyLine::color_ |
|
protected |
◆ glabel_
◆ keepable_
| bool GPolyLine::keepable_ |
|
protected |
◆ x_
◆ y_
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/3468/src/ivoc/graph.h