![]() |
Maria GDK 5.0.0.880
Documentation of native code in develop branch
|
Public Member Functions | |
void | addToGraphicsRenderer (STK::GraphicsRender2D &renderer) const |
void | createCircleGraphics (int number, const STK::Vector2f &pos, float radius, const STK::Color4f &color, const STK::Color4f &outlineColor, float outlineThickness, const STK::Color4f &textColor, const std::shared_ptr< STK::TextureFont > &font) |
void | createPointGraphics (const std::vector< BasicGeoTypes::PointDXY > &points, float ptRadius, std::function< double()> rndFunc) |
void | createBoundaryGraphics (const std::vector< BasicGeoTypes::PointDXY > &bounds, const STK::Color4f &color, const STK::Color4f &outlineColor, float outlineThickness) |
void | createLabel (std::string label, const STK::Vector2f &pos, const STK::Color4f &textColor, const STK::Color4f &bgColor, float cornerRadius, const std::shared_ptr< STK::TextureFont > &font) |
void | createApp6DSymbol (const std::shared_ptr< Maria::SymbolCache > &symbolCache, const STK::Screen &screen, DeltaSidc sidc, std::string label, const STK::Vector2f &pos, const STK::Color4f &textColor, const STK::Color4f &bgColor, float cornerRadius, const std::shared_ptr< STK::TextureFont > &font, float scale, float depth) |