![]() |
Maria GDK 5.0.0.935
Documentation of native code in develop branch
|
#include <MGenericLineGenerator.h>
Public Member Functions | |
| GenericLineGenerator (std::shared_ptr< STK::FontManager > fontManager, std::shared_ptr< DrawObjectResources > drawObjectResources, const MariaProtobuf::ParameterCollection ¶ms) | |
| virtual std::shared_ptr< GeoRenderItem > | createRenderItem (const DrawObjectData &drawObject, const GeneratorArguments &args) override |
Public Member Functions inherited from Maria::DrawObjectRenderGenerator | |
| DrawObjectRenderGenerator (const MariaProtobuf::ParameterCollection ¶meters) | |
| virtual std::shared_ptr< GeoRenderItem > | createRenderItem (const DrawObjectData &drawObject, const GeneratorArguments &args)=0 |
| virtual BasicGeoTypes::GeoRect | calculateGeoBounds (const DrawObjectData &drawObject) const |
| void | setValue (const std::string ¶mPath, const std::string &value) |
| bool | hasValue (const std::string ¶mPath) const |
| bool | getValue (const std::string ¶mPath, bool defaultValue) const |
| int | getValue (const std::string ¶mPath, int defaultValue) const |
| double | getValue (const std::string ¶mPath, double defaultValue) const |
| std::string | getValue (const std::string ¶mPath, const std::string &defaultValue) const |
| std::string | getValue (const std::string ¶mPath, const char *defaultValue) const |
Static Public Attributes | |
| static constexpr const char * | GeneratorName = "GenericLine" |
GenericLineGenerator - Short description
|
overridevirtual |
Implements Maria::DrawObjectRenderGenerator.