osgEarth 2.1.1
Public Member Functions | Protected Attributes

osgEarth::Drivers::KMLOptions Class Reference

Collaboration diagram for osgEarth::Drivers::KMLOptions:

List of all members.

Public Member Functions

optional< URI > & defaultIconURI ()
const optional< URI > & defaultIconURI () const
osg::ref_ptr< osg::Image > & defaultIconImage ()
const osg::ref_ptr< osg::Image > & defaultIconImage () const
osg::ref_ptr< TextSymbol > & defaultTextSymbol ()
const osg::ref_ptr< TextSymbol > & defaultTextSymbol () const
 KMLOptions ()

Protected Attributes

optional< URI_defaultIconURI
osg::ref_ptr< osg::Image > _defaultIconImage
osg::ref_ptr< TextSymbol_defaultTextSymbol

Detailed Description

Definition at line 32 of file KMLOptions.


Constructor & Destructor Documentation

osgEarth::Drivers::KMLOptions::KMLOptions ( ) [inline]

Definition at line 49 of file KMLOptions.

{ }

Member Function Documentation

osg::ref_ptr<osg::Image>& osgEarth::Drivers::KMLOptions::defaultIconImage ( ) [inline]

The default image to use for placemarks that don't specify an icon (you can use this instead of the icon uri.) NOT Serializable.

Definition at line 41 of file KMLOptions.

{ return _defaultIconImage; }

Here is the caller graph for this function:

const osg::ref_ptr<osg::Image>& osgEarth::Drivers::KMLOptions::defaultIconImage ( ) const [inline]

Definition at line 42 of file KMLOptions.

{ return _defaultIconImage; }
const optional<URI>& osgEarth::Drivers::KMLOptions::defaultIconURI ( ) const [inline]

Definition at line 37 of file KMLOptions.

{ return _defaultIconURI; }
optional<URI>& osgEarth::Drivers::KMLOptions::defaultIconURI ( ) [inline]

The default URI to use for placemarks that don't specify an icon.

Definition at line 36 of file KMLOptions.

{ return _defaultIconURI; }

Here is the caller graph for this function:

const osg::ref_ptr<TextSymbol>& osgEarth::Drivers::KMLOptions::defaultTextSymbol ( ) const [inline]

Definition at line 46 of file KMLOptions.

{ return _defaultTextSymbol; }
osg::ref_ptr<TextSymbol>& osgEarth::Drivers::KMLOptions::defaultTextSymbol ( ) [inline]

TextSymbol to use when no styles are set in the KML.

Definition at line 45 of file KMLOptions.

{ return _defaultTextSymbol; }

Here is the caller graph for this function:


Member Data Documentation

osg::ref_ptr<osg::Image> osgEarth::Drivers::KMLOptions::_defaultIconImage [protected]

Definition at line 53 of file KMLOptions.

Definition at line 52 of file KMLOptions.

Definition at line 54 of file KMLOptions.


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