Changeset 5974 for geovis/trunk/Placard.h
- Timestamp:
- Jan 27, 2016, 5:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/Placard.h
r5969 r5974 68 68 return _padding; 69 69 } 70 void setBackdropColor(const osg::Vec4& color) 71 { 72 _backdropColor = color; 73 } 74 const osg::Vec4& getBackdropColor() const 75 { 76 return _backdropColor; 77 } 70 78 71 private: 79 72 std::vector<std::string> _attrNames; 80 73 std::vector<std::string> _attrLabels; 81 74 float _padding; 82 osg::Vec4 _backdropColor;83 75 osgEarth::Symbology::Style _textStyle; 84 76 }; … … 169 161 osg::ref_ptr<osg::Geode> _geode; 170 162 osg::ref_ptr<osg::Geode> _backdropGeode; 171 osg::Vec4 _backdropColor;172 163 173 164 Placard _placardConf;
Note: See TracChangeset
for help on using the changeset viewer.