|
Maps SDK for C++ 1.0.0
|
This is the complete list of members for gem::BasicShapeDrawer, including all inherited members.
| Base typedef | gem::BasicShapeDrawer | protected |
| createTexture(const void *pImage, unsigned int width, unsigned int height, EColorFormat format) | gem::BasicShapeDrawer | inline |
| createTexture(const String &fileName, EImageFileFormat fileFormat, EColorFormat format) | gem::BasicShapeDrawer | inline |
| deleteTexture(unsigned int textureId) | gem::BasicShapeDrawer | inline |
| drawCircle(const XyF ¢er, float radius, unsigned int color, bool bFilled=false) | gem::BasicShapeDrawer | inline |
| drawLine(const XyF &start, const XyF &end, unsigned int color=0, float thickness=1.f) | gem::BasicShapeDrawer | inline |
| drawRectangle(const XyF &topLeft, const XyF &botRight, unsigned int color=0, bool bFilled=false, float thickness=1.f) | gem::BasicShapeDrawer | inline |
| drawRoundedRectangle(const XyF &topLeft, const XyF &botRight, unsigned int color=0, bool bFilled=false, float thickness=1.f) | gem::BasicShapeDrawer | inline |
| drawText(const String &text, XyF position, TextState style) | gem::BasicShapeDrawer | inline |
| drawTexturedRectangle(unsigned int nTextureId, const XyF &topLeft, const XyF &botRight, unsigned int color=0, bool bFilled=false, float thickness=1.f) | gem::BasicShapeDrawer | inline |
| getTextAscent(TextState style) | gem::BasicShapeDrawer | inline |
| getTextDescent(TextState style) | gem::BasicShapeDrawer | inline |
| getTextWidth(const String &text, TextState style) | gem::BasicShapeDrawer | inline |
| produce(StrongPointer< Canvas > canvas) | gem::BasicShapeDrawer | inlinestatic |
| renderShapes(XyF translationFactor=XyF(0.0f, 0.0f), XyF scaleFactor=XyF(1.0f, 1.0f)) | gem::BasicShapeDrawer | inline |