osgEarth 2.1.1
Public Member Functions | Protected Attributes

osgEarth::Util::WMSStyle Class Reference

Inheritance diagram for osgEarth::Util::WMSStyle:
Collaboration diagram for osgEarth::Util::WMSStyle:

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 ( )

Definition at line 43 of file WMS.cpp.

{
}
WMSStyle::WMSStyle ( const std::string &  name,
const std::string &  title 
)

Definition at line 47 of file WMS.cpp.

{
    _name = name;
    _title = 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.

{return _name;}
const std::string& osgEarth::Util::WMSStyle::getTitle ( ) [inline]

Gets the title of the style

Definition at line 62 of file WMS.

{return _title;}
void osgEarth::Util::WMSStyle::setName ( const std::string &  name) [inline]

Sets the name of the style

Definition at line 57 of file WMS.

{_name = name;}
void osgEarth::Util::WMSStyle::setTitle ( const std::string &  title) [inline]

Sets the title of the style

Definition at line 67 of file WMS.

{_title = title;}

Member Data Documentation

std::string osgEarth::Util::WMSStyle::_name [protected]

Definition at line 70 of file WMS.

std::string osgEarth::Util::WMSStyle::_title [protected]

Definition at line 71 of file WMS.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines