Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Background:
Public Methods | |
Background (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Background () throw () |
Destructor. | |
Private Methods | |
virtual void | initializeImpl (double timestamp) throw () |
Initialize. | |
void | processSet_bind (const FieldValue &sfbool, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_bind eventIn handler. | |
void | processSet_groundAngle (const FieldValue &mffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_groundAngle eventIn handler. | |
void | processSet_groundColor (const FieldValue &mfcolor, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_groundColor eventIn handler. | |
void | processSet_backUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_backUrl eventIn handler. | |
void | processSet_bottomUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_bottomUrl eventIn handler. | |
void | processSet_frontUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_frontUrl eventIn handler. | |
void | processSet_leftUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_leftUrl eventIn handler. | |
void | processSet_rightUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_rightUrl eventIn handler. | |
void | processSet_topUrl (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_topUrl eventIn handler. | |
void | processSet_skyAngle (const FieldValue &mffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_skyAngle eventIn handler. | |
void | processSet_skyColor (const FieldValue &mfcolor, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_skyColor eventIn handler. | |
Private Attributes | |
MFFloat | groundAngle |
MFColor | groundColor |
MFString | backUrl |
MFString | bottomUrl |
MFString | frontUrl |
MFString | leftUrl |
MFString | rightUrl |
MFString | topUrl |
MFFloat | skyAngle |
MFColor | skyColor |
SFBool | bound |
SFString | relativeUrl |
Image * | texPtr [6] |
Image | tex [6] |
Viewer::Object | viewerObject |
Friends | |
class | BackgroundClass |
|
Constructor.
|
|
Destructor.
|
|
Initialize.
Reimplemented from Node. |
|
set_backUrl eventIn handler.
|
|
set_bind eventIn handler.
|
|
set_bottomUrl eventIn handler.
|
|
set_frontUrl eventIn handler.
|
|
set_groundAngle eventIn handler.
|
|
set_groundColor eventIn handler.
|
|
set_leftUrl eventIn handler.
|
|
set_rightUrl eventIn handler.
|
|
set_skyAngle eventIn handler.
|
|
set_skyColor eventIn handler.
|
|
set_topUrl eventIn handler.
|