Fawkes API
Fawkes Development Version
|
This is the complete list of members for VisualDisplay2D::Line, including all inherited members.
_color_a | VisualDisplay2D::Shape | protected |
_color_b | VisualDisplay2D::Shape | protected |
_color_g | VisualDisplay2D::Shape | protected |
_color_r | VisualDisplay2D::Shape | protected |
_id | VisualDisplay2D::Shape | protected |
_line_style | VisualDisplay2D::Shape | protected |
_owner | VisualDisplay2D::Shape | protected |
apply_style(Cairo::RefPtr< Cairo::Context > &cr) | VisualDisplay2D::Shape | inline |
color(float &r, float &g, float &b, float &a) | VisualDisplay2D::Shape | inline |
draw(Cairo::RefPtr< Cairo::Context > &cr) | VisualDisplay2D::Line | virtual |
id() | VisualDisplay2D::Shape | inline |
Line(float x1, float y1, float x2, float y2, unsigned int id, unsigned int owner, fawkes::VisualDisplay2DInterface::LineStyle line_style=fawkes::VisualDisplay2DInterface::LS_SOLID, unsigned char r=0, unsigned char g=0, unsigned char b=0, unsigned char a=0) | VisualDisplay2D::Line | |
owner() | VisualDisplay2D::Shape | inline |
Shape(unsigned int id, unsigned int owner, fawkes::VisualDisplay2DInterface::LineStyle line_style=fawkes::VisualDisplay2DInterface::LS_SOLID, unsigned char r=0, unsigned char g=0, unsigned char b=0, unsigned char a=0) | VisualDisplay2D::Shape | |
~Shape() | VisualDisplay2D::Shape | virtual |