|
SPH
|
This is the complete list of members for IRenderContext, including all inherited members.
| drawBitmap(const Coords p, const Bitmap< Rgba > &bitmap)=0 | IRenderContext | pure virtual |
| drawCircle(const Coords center, const float radius)=0 | IRenderContext | pure virtual |
| drawLine(const Coords p1, const Coords p2)=0 | IRenderContext | pure virtual |
| drawText(const Coords p, const Flags< TextAlign > align, const std::string &s)=0 | IRenderContext | pure virtual |
| drawText(const Coords p, const Flags< TextAlign > align, const std::wstring &s)=0 | IRenderContext | pure virtual |
| drawTriangle(const Coords p1, const Coords p2, const Coords p3)=0 | IRenderContext | pure virtual |
| fill(const Rgba &color)=0 | IRenderContext | pure virtual |
| getLabels() const | IRenderContext | inlinevirtual |
| setColor(const Rgba &color, const Flags< ColorFlag > flags)=0 | IRenderContext | pure virtual |
| setFontSize(const int fontSize)=0 | IRenderContext | pure virtual |
| setThickness(const float thickness)=0 | IRenderContext | pure virtual |
| size() const =0 | IRenderContext | pure virtual |
| ~Polymorphic() | Polymorphic | inlinevirtual |