osgEarth 2.1.1
Public Member Functions

KML_ScreenOverlay Struct Reference

Inheritance diagram for KML_ScreenOverlay:
Collaboration diagram for KML_ScreenOverlay:

List of all members.

Public Member Functions

virtual void scan (const Config &conf, KMLContext &cx)
virtual void build (const Config &conf, KMLContext &cx)

Detailed Description

Definition at line 27 of file KML_ScreenOverlay.


Member Function Documentation

void KML_ScreenOverlay::build ( const Config conf,
KMLContext cx 
) [virtual]

Definition at line 28 of file KML_ScreenOverlay.cpp.

{
    //todo
    //KML_Overlay::build( conf, cx, 0L );
}
void KML_ScreenOverlay::scan ( const Config conf,
KMLContext cx 
) [virtual]

Reimplemented from KML_Overlay.

Definition at line 22 of file KML_ScreenOverlay.cpp.

{
    KML_Overlay::scan( conf, cx );
}

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