List of all members.
Public Member Functions |
| WMSStyle () |
| WMSStyle (const std::string &name, const std::string &title) |
const std::string & | getName () |
void | setName (const std::string &name) |
const std::string & | getTitle () |
void | setTitle (const std::string &title) |
Protected Attributes |
std::string | _name |
std::string | _title |
Detailed Description
A WMS Style
Definition at line 43 of file WMS.
Constructor & Destructor Documentation
WMSStyle::WMSStyle |
( |
const std::string & |
name, |
|
|
const std::string & |
title |
|
) |
| |
Member Function Documentation
const std::string& osgEarth::Util::WMSStyle::getName |
( |
| ) |
[inline] |
Gets the name of the style
Definition at line 52 of file WMS.
const std::string& osgEarth::Util::WMSStyle::getTitle |
( |
| ) |
[inline] |
Gets the title of the style
Definition at line 62 of file WMS.
void osgEarth::Util::WMSStyle::setName |
( |
const std::string & |
name | ) |
[inline] |
Sets the name of the style
Definition at line 57 of file WMS.
void osgEarth::Util::WMSStyle::setTitle |
( |
const std::string & |
title | ) |
[inline] |
Sets the title of the style
Definition at line 67 of file WMS.
Member Data Documentation
Definition at line 70 of file WMS.
Definition at line 71 of file WMS.
The documentation for this class was generated from the following files:
- /home/cube/sources/osgearth/src/osgEarthUtil/WMS
- /home/cube/sources/osgearth/src/osgEarthUtil/WMS.cpp