1 #ifndef GlobeEngine_LegendStyleObject_h
2 #define GlobeEngine_LegendStyleObject_h
4 #include "OpenGL_Includes.h"
26 const QString& _pattern, QColor _mainColor, QObject* _parent = 0);
29 void setName(const QString& _name);
31 QString
value() const;
32 void setValue(const QString& _value);
void setPattern(const QString &_pattern)
Definition: LegendStyleObject.cpp:50
Definition: FeaturePanel.h:10
void setName(const QString &_name)
Definition: LegendStyleObject.cpp:24
void setMainColor(const QColor &_mainColor)
Definition: LegendStyleObject.cpp:63
Definition: LegendStyleObject.h:14
void setValue(const QString &_value)
Definition: LegendStyleObject.cpp:37