|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Graphics, including all inherited members.
| _beginDraw() | fcn::Graphics | inlinevirtual |
| _endDraw() | fcn::Graphics | inlinevirtual |
| Alignment enum name | fcn::Graphics | |
| createFont(std::string const &filename, int size) | fcn::Graphics | virtual |
| drawBezier(PointVector const &points, int steps, unsigned int width)=0 | fcn::Graphics | pure virtual |
| drawCircle(Point const &p, unsigned int radius)=0 | fcn::Graphics | pure virtual |
| drawCircleSegment(Point const &p, unsigned int radius, int sangle, int eangle)=0 | fcn::Graphics | pure virtual |
| drawFillCircle(Point const &p, unsigned int radius)=0 | fcn::Graphics | pure virtual |
| drawFillCircleSegment(Point const &p, unsigned int radius, int sangle, int eangle)=0 | fcn::Graphics | pure virtual |
| drawImage(Image const *image, int srcX, int srcY, int dstX, int dstY, int width, int height)=0 | fcn::Graphics | pure virtual |
| drawImage(Image const *image, int dstX, int dstY) | fcn::Graphics | virtual |
| drawLine(int x1, int y1, int x2, int y2)=0 | fcn::Graphics | pure virtual |
| drawLine(int x1, int y1, int x2, int y2, unsigned int width)=0 | fcn::Graphics | pure virtual |
| drawPoint(int x, int y)=0 | fcn::Graphics | pure virtual |
| drawPolyLine(PointVector const &points, unsigned int width)=0 | fcn::Graphics | pure virtual |
| drawRectangle(Rectangle const &rectangle)=0 | fcn::Graphics | pure virtual |
| drawRectangle(int x, int y, int width, int height) | fcn::Graphics | inline |
| drawRoundStroke(int x1, int y1, int x2, int y2, unsigned int width) | fcn::Graphics | inlinevirtual |
| drawText(std::string const &text, int x, int y) | fcn::Graphics | inline |
| drawText(std::string const &text, int x, int y, Alignment alignment) | fcn::Graphics | virtual |
| fillRectangle(Rectangle const &rectangle)=0 | fcn::Graphics | pure virtual |
| fillRectangle(int x, int y, int width, int height) | fcn::Graphics | inline |
| getColor() const =0 | fcn::Graphics | pure virtual |
| getCurrentClipArea() | fcn::Graphics | virtual |
| Graphics()=default (defined in fcn::Graphics) | fcn::Graphics | |
| Graphics(Graphics const &)=delete (defined in fcn::Graphics) | fcn::Graphics | |
| Graphics(Graphics &&)=delete (defined in fcn::Graphics) | fcn::Graphics | |
| mClipStack | fcn::Graphics | protected |
| mFont | fcn::Graphics | protected |
| operator=(Graphics const &)=delete (defined in fcn::Graphics) | fcn::Graphics | |
| operator=(Graphics &&)=delete (defined in fcn::Graphics) | fcn::Graphics | |
| popClipArea() | fcn::Graphics | virtual |
| pushClipArea(Rectangle area) | fcn::Graphics | virtual |
| setColor(Color const &color)=0 | fcn::Graphics | pure virtual |
| setFont(Font *font) | fcn::Graphics | virtual |
| ~Graphics()=default (defined in fcn::Graphics) | fcn::Graphics | virtual |