#include <OSGBackground.h>
Inheritance diagram for osg::Background:


Public Methods | |
access fields | |
| virtual void | clear (DrawActionBase *action, Viewport *port)=0 |
transformation | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
dump | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Static Public Methods | |
Class Get | |
| const Char8 * | getClassname (void) |
Protected Methods | |
Constructors | |
| Background (void) | |
| Constructor. | |
| Background (const Background &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~Background (void) |
| Destructor. | |
Private Types | |
| typedef BackgroundBase | Inherited |
Private Methods | |
| void | operator= (const Background &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: $" |
Friends | |
| class | FieldContainer |
| class | BackgroundBase |
Background is the base class for all background clearing.
|
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented in osg::GradientBackground, and osg::SolidBackground. |
|
||||||||||||
|
Implemented in osg::GradientBackground, osg::ImageBackground, osg::PassiveBackground, osg::SkyBackground, and osg::SolidBackground. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::AttachmentContainer. Reimplemented in osg::GradientBackground, osg::ImageBackground, osg::PassiveBackground, osg::SkyBackground, and osg::SolidBackground. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::AttachmentContainer. Reimplemented in osg::GradientBackground, osg::ImageBackground, osg::PassiveBackground, osg::SkyBackground, and osg::SolidBackground. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented in osg::GradientBackground, osg::ImageBackground, osg::PassiveBackground, osg::SkyBackground, and osg::SolidBackground. |
|
|
|
|
|
|
|
|
|
Reimplemented in osg::GradientBackground, osg::PassiveBackground, and osg::SolidBackground. |
1.2.16