osgEarth 2.1.1
|
Public Member Functions | |
Style () | |
Style (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 |
A WMS Style
Definition at line 42 of file Capabilities.
Style::Style | ( | ) |
Definition at line 43 of file Capabilities.cpp.
{ }
Style::Style | ( | const std::string & | name, |
const std::string & | title | ||
) |
Definition at line 47 of file Capabilities.cpp.
const std::string& osgEarth::Style::getName | ( | ) | [inline] |
Gets the name of the style
Definition at line 51 of file Capabilities.
{return _name;}
const std::string& osgEarth::Style::getTitle | ( | ) | [inline] |
void osgEarth::Style::setName | ( | const std::string & | name | ) | [inline] |
Sets the name of the style
Definition at line 56 of file Capabilities.
{_name = name;}
void osgEarth::Style::setTitle | ( | const std::string & | title | ) | [inline] |
std::string osgEarth::Style::_name [protected] |
Definition at line 69 of file Capabilities.
std::string osgEarth::Style::_title [protected] |
Definition at line 70 of file Capabilities.