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