#include <OSGImageForeground.h>
Inheritance diagram for osg::ImageForeground:


Public Methods | |
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 | |
access fields | |
| void | addImage (ImageP image, Pnt2f position) |
draw | |
| virtual void | draw (DrawActionBase *, Viewport *) |
| draw the images | |
Static Public Methods | |
Class Get | |
| const char * | getClassname (void) |
Protected Methods | |
Constructors | |
| ImageForeground (void) | |
| Constructor. | |
| ImageForeground (const ImageForeground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~ImageForeground (void) |
| Destructor. | |
Private Types | |
| typedef ImageForegroundBase | Inherited |
Private Methods | |
| void | operator= (const ImageForeground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Static Private Attributes | |
| char | cvsid [] = "@(#)$Id: OSGImageForeground.cpp,v 1.13 2002/07/02 15:13:51 dirk Exp $" |
Friends | |
| class | FieldContainer |
| class | ImageForegroundBase |
Background is the base class for all background clearing.
|
|
Reimplemented from osg::ImageForegroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
|
Reimplemented from osg::Foreground. |
|
||||||||||||
|
react to field changes
Reimplemented from osg::Foreground. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Foreground. |
|
||||||||||||
|
|
|
||||||||||||
|
draw the images
Implements osg::Foreground. |
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Foreground. |
|
|
|
|
|
Reimplemented from osg::ImageForegroundBase. |
|
|
|
|
|
Reimplemented from osg::Foreground. |
1.2.16