#include <Shapes.h>
◆ Text()
Graph_lib::Text::Text |
( |
Point | _loc, |
|
|
const std::string & | s ) |
|
inline |
void add(Point p)
Definition Shapes.h:176
std::string lab
Definition Shapes.h:313
◆ add()
std::vector< Point > points
Definition Shapes.h:212
◆ color()
Color Graph_lib::Shape::color |
( |
| ) |
const |
|
inlineinherited |
Color c
Definition Shapes.h:213
◆ draw()
void Graph_lib::Shape::draw |
( |
| ) |
const |
|
inherited |
10 {
12
18}
Line_style ls
Definition Shapes.h:214
virtual void draw_lines() const
Definition Shapes.cpp:20
W & reference_to(void *ptr_wid)
Definition Widgets.h:16
unsigned int as_uint() const
Definition Shapes.h:57
pix_amount w() const
Definition Shapes.h:94
unsigned int style() const
Definition Shapes.h:96
◆ draw_lines()
void Graph_lib::Text::draw_lines |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from Graph_lib::Shape.
71 {
77}
unsigned int as_uint() const
Definition Shapes.h:138
Point point(int i) const
Definition Shapes.h:201
unsigned int fnt_sz
Definition Shapes.h:315
Font fnt
Definition Shapes.h:314
◆ fill_color()
Color Graph_lib::Shape::fill_color |
( |
| ) |
const |
|
inlineinherited |
Color f_c
Definition Shapes.h:215
◆ font()
Font Graph_lib::Text::font |
( |
| ) |
const |
|
inline |
◆ font_size()
◆ get_style()
◆ label()
std::string Graph_lib::Text::label |
( |
| ) |
const |
|
inline |
◆ move()
◆ number_of_points()
size_t Graph_lib::Shape::number_of_points |
( |
| ) |
const |
|
inlineinherited |
◆ point()
Point Graph_lib::Shape::point |
( |
int | i | ) |
const |
|
inlineinherited |
◆ set_color()
void Graph_lib::Shape::set_color |
( |
Color | _color | ) |
|
|
inlineinherited |
◆ set_fill_color()
void Graph_lib::Shape::set_fill_color |
( |
Color | _color | ) |
|
|
inlineinherited |
◆ set_font()
void Graph_lib::Text::set_font |
( |
Font | f | ) |
|
|
inline |
◆ set_font_size()
◆ set_label()
void Graph_lib::Text::set_label |
( |
const std::string & | s | ) |
|
|
inline |
◆ set_point()
◆ set_style()
◆ f_c
@ invisible
Definition Shapes.h:41
◆ fnt
314{
static_cast<unsigned int>(
fl_font())};
◆ fnt_sz
◆ lab
std::string Graph_lib::Text::lab |
|
private |
◆ ls
◆ points
std::vector<Point> Graph_lib::Shape::points |
|
privateinherited |
The documentation for this class was generated from the following files: