| insimnax::framework::CAccumulatorTimer | Adds a fixed time step accumulator to the standard timer |
| insimnax::framework::CApplication | An application created using the Insimnax Framework |
| insimnax::framework::CCamera | A camera node behaviour |
| insimnax::framework::CConfig | Provides access to user and game configuration data |
| insimnax::framework::CCoreFrameListener | Core frame listener for the Insimnax Framework. Handles essential things like shutting down when the window is closed |
| insimnax::framework::CGame | Class to be derived from by games to handle game specific things |
| insimnax::framework::CGameConfig | Provides access to game specific configuration data |
| insimnax::framework::CInputManager | Input manager using OIS |
| insimnax::framework::CInputMap | Map of inputs to actions, and actions to callbacks |
| insimnax::framework::CLight | A light in a world |
| insimnax::framework::CProp | A prop (mesh) node behaviour |
| insimnax::framework::CSkeletalProp | A skeletal prop (animated mesh) node behaviour |
| insimnax::framework::CStaticProp | A static prop (batched static geometry) node behaviour |
| insimnax::framework::CStringTable | Class to load in a string table from an XML file |
| insimnax::framework::CTimer | Wrapper around the OGRE timer class to provide some additional delta time functionality |
| insimnax::framework::CUserConfig | Provides access to user specific configuration data |
| insimnax::framework::CWorld | A world in an Insimnax Framework game |
| insimnax::framework::CWorldNode | Node within an Insimnax Framework world, this class is designed to be expanded by attaching behaviours to it and *NOT* by inheritance |
| insimnax::framework::CWorldStack | Stack of worlds currently in an application |
| Ogre::deque< T, A > | |
| insimnax::framework::INodeBehaviour | Base class for node behaviours |
| insimnax::framework::ISerialisable | Base class for a serialisable class |
| insimnax::framework::IWorldSerialiser | Base interface for all world serialisers |
| insimnax::framework::IWorldSystem | Base class for world systems |
| Ogre::list< T, A > | |
| Ogre::map< K, V, P, A > | |
| Ogre::multimap< K, V, P, A > | |
| insimnax::framework::CInputMap::SActionInfo | Struct holding information about an action callback |
| insimnax::framework::CInputMap::SButtonInfo | Struct holding an action ID, and whether the button was down on the previous update |
| insimnax::framework::CGameConfig::SConfigResource | Struct holding data for a resource in a resource group |
| Ogre::set< T, P, A > | |
| insimnax::framework::SInputMapCallbackDataJoyStickAxis | Struct containing joystick axis input callback data |
| insimnax::framework::SInputMapCallbackDataJoyStickButton | Struct containing joystick button input callback data |
| insimnax::framework::SInputMapCallbackDataJoyStickPOV | Struct containing joystick POV input callback data |
| insimnax::framework::SInputMapCallbackDataJoyStickSlider | Struct containing joystick slider input callback data |
| insimnax::framework::SInputMapCallbackDataKeyboard | Struct containing keyboard input callback data |
| insimnax::framework::SInputMapCallbackDataMouseAxis | Struct containing mouse axis input callback data |
| insimnax::framework::SInputMapCallbackDataMouseButton | Struct containing mouse button input callback data |
| insimnax::framework::SInputMapCallbackInfo | Struct to pass to input callbacks containing information about the source |
| insimnax::framework::SJoyStickAxisID | Struct representing an axis on a given joystick |
| insimnax::framework::SJoyStickButtonID | Struct representing a button on a given joystick |
| insimnax::framework::SJoyStickPOVID | Struct representing a POV on a given joystick |
| insimnax::framework::SJoyStickSliderID | Struct representing a slider on a given joystick |
| insimnax::framework::SNodeBehaviourCreationParams | Base struct for node behaviour creation parameters |
| insimnax::framework::SSmartPtrOgreDeleter< T > | Templated deleter struct to use with smart pointers that were allocated using OGRE_NEW |
| insimnax::framework::SSmartPtrOgreDeleterMemCat< T, C > | Templated deleter struct to use with smart pointers that were allocated using OGRE_NEW_T |
| insimnax::framework::CWorld::SViewport | Struct containing viewport information |
| insimnax::framework::SWorldSystemCreationParams | Base struct for world system creation parameters |
| insimnax::framework::TFButtonStateFlags | Flags representing the current state of a button press |
| insimnax::framework::CWorld::TFPollingFlags | Polling flags for the world |
| Ogre::vector< T, A > | |