|
QSDK 1.1 Documentation |
#include <Q/q.h>
Inheritance diagram for Q::TransitionInstance:

Public Member Functions | |
| TransitionInstance () | |
| TransitionInstance (const char *) | |
| unsigned int | level () const |
| Utils::Result | setLevel (unsigned int l) |
Static Public Member Functions | |
| TransitionInstance | create (const char *name, const Transition &trans, const Group &group, const Database &db=Database()) |
| TransitionInstance | find (const char *name) |
| ClassType | classType () |
| TransitionInstance | cast (const ObjectBase &) |
The TransitionInstance is used with Transition to select between a set of geoms. A transition from one geom to another is made by specifying a new level for the instance. A smooth blend from the old geom to the new geom is performed using parameters from the transition.
|
|
Create a null transition instance reference. |
|
|
Search the currently attached databases for a transition instance with the given name. |
|
|
If the object referenced by
Reimplemented from Q::Instance. |
|
|
Return the type for this class. Reimplemented from Q::Instance. |
|
||||||||||||||||||||
|
Create a new transition instance named |
|
|
Search the currently attached databases for a transition instance with the given name and return that object, if it exists. Reimplemented from Q::Instance. |
|
|
Return the current level number for this transition instance. |
|
|
Set the level number for this transition instance, triggering a transition blend if necessary. |
|
|
|
Qube Software Limited © 2000-2004
|
|