|
QSDK 1.1 Documentation |
Files | |
| file | q.h |
Modules | |
| Animation | |
| Audio | |
| Geometric Objects | |
| Knowledge Base | |
| Particle Effects | |
| Shading & Lighting | |
| User Interface | |
| Performance Counters | |
| User Event Listeners | |
| Object Iterators | |
Compounds | |
| struct | Application |
| The starting point of everything. More... | |
| struct | BoundsReactor |
| Bounds event filter. More... | |
| struct | Camera |
| The eye point in the scene. More... | |
| struct | Clip |
| Raw mime-type'd data. More... | |
| struct | Clump |
| Compacted scene transitions. More... | |
| struct | Database |
| The Q file store. More... | |
| struct | Environment |
| Zone global parameters. More... | |
| struct | Group |
| Transform and grouping node for the scene graph. More... | |
| struct | Instance |
| Connects Geoms to Groups to place in the scene. More... | |
| struct | List |
| A collection of objects. More... | |
| struct | Object |
| Generic object for persistent data. More... | |
| struct | ObjectBase |
| Generic reference counted object. More... | |
| struct | Portal |
| Zone-Zone connection geom. More... | |
| struct | PortalInstance |
| Instance required for using Portal. More... | |
| struct | RayInfo |
| Information returned successful ray casts. More... | |
| struct | Scope |
| Scene simulation radius. More... | |
| struct | ScopeReactor |
| Scope event filter. More... | |
| struct | Text |
| A simple wrapper class for null-terminated strings. More... | |
| struct | Transition |
| A geometry object for doing simple cross-fade effects. More... | |
| struct | TransitionInstance |
| Instance required for using Transitions. More... | |
| struct | Zone |
| Root 3D scene object. More... | |
Enumerations | |
| enum | ResultCodes { WObjectPresent = WARNING_CODE( 7 , 2), WClipPresent = WARNING_CODE( 7 , 3), WNameConflict = WARNING_CODE( 7 , 4), WDatabaseOpenedReadOnly = WARNING_CODE( 7 , 5), ENameConflict = ERROR_CODE( 7 , 1), ENoAnimation = ERROR_CODE( 7 , 2), EBadObject = ERROR_CODE( 7 , 3), EBadType = ERROR_CODE( 7 , 4), ENotFound = ERROR_CODE( 7 , 5), ECantCreate = ERROR_CODE( 7 , 6), ENotUnique = ERROR_CODE( 7 , 7), EAudioInvalidFormat = ERROR_CODE( 7 , 8), EAudioCacheOverflow = ERROR_CODE( 7 , 9), EDatabaseAlreadyOpened = ERROR_CODE( 7 , 10), ECannotAccess = ERROR_CODE( 7 , 11) } |
The QServer API comprises of a number of subsections that are described separately, but they all have a number of things in common.
|
|
Standard codes returned in a Utils::Result.
|
|
|
|
Qube Software Limited © 2000-2004
|
|