#include <OSGGradientBackground.h>
Inheritance diagram for osg::GradientBackground:


Public Methods | |
your_category | |
| void | clear (DrawActionBase *, Viewport *) |
| void | addColor (Color3f color, Real32 position) |
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 char * | getClassname (void) |
Protected Methods | |
Constructors | |
| GradientBackground (void) | |
| Constructor. | |
| GradientBackground (const GradientBackground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~GradientBackground (void) |
| Destructor. | |
Private Types | |
| typedef GradientBackgroundBase | Inherited |
Private Methods | |
| void | operator= (const GradientBackground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: OSGGradientBackground.cpp,v 1.20 2002/07/02 15:13:51 dirk Exp $" |
Friends | |
| class | FieldContainer |
| class | GradientBackgroundBase |
A background showing a vertical color gradient. The colors and positions correspond to each other, so both have to have the same number of elements.
|
|
Reimplemented from osg::GradientBackgroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::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::GradientBackgroundBase. |
|
|
|
|
|
Reimplemented from osg::Background. |
1.2.16