#include <OSGImageBackground.h>
Inheritance diagram for osg::ImageBackground:


Public Methods | |
Actions | |
| virtual void | clear (DrawActionBase *, Viewport *) |
| clear the background | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Protected Methods | |
Constructors | |
| ImageBackground (void) | |
| Constructor. | |
| ImageBackground (const ImageBackground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~ImageBackground (void) |
| Destructor. | |
Private Types | |
| typedef ImageBackgroundBase | Inherited |
Private Methods | |
| void | operator= (const ImageBackground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Friends | |
| class | FieldContainer |
| class | ImageBackgroundBase |
A background showing an image.
|
|
Reimplemented from osg::ImageBackgroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
clear the background
Implements osg::Background. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::Background. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Background. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Background. |
|
|
|
|
|
Reimplemented from osg::ImageBackgroundBase. |
|
|
|
1.2.16