![]() |
Om
1.0.0
A universal framework for multimedia simulation
|
Namespaces | |
| om | |
| The enclosing namespace for the entire Om library. | |
| om::gui | |
| A namespace containing classes that interface with the platform-native GUI. | |
| om::gui::input | |
| A namespace containing classes that handle user input from the mouse, keyboard, etc. | |
| om::gui::objects | |
| A namespace containing platform-native GUI objects. | |
Macros | |
| #define | OM_GUI_NAMESPACE_START namespace om { namespace gui { |
| #define | OM_GUI_NAMESPACE_END }; }; |
| #define | OM_GUI_INPUT_NAMESPACE_START namespace om { namespace gui { namespace input { |
| #define | OM_GUI_INPUT_NAMESPACE_END }; }; }; |
| #define | OM_GUI_OBJECTS_NAMESPACE_START namespace om { namespace gui { namespace objects { |
| #define | OM_GUI_OBJECTS_NAMESPACE_END }; }; }; |
| #define OM_GUI_NAMESPACE_START namespace om { namespace gui { |
| #define OM_GUI_NAMESPACE_END }; }; |
| #define OM_GUI_INPUT_NAMESPACE_START namespace om { namespace gui { namespace input { |
| #define OM_GUI_INPUT_NAMESPACE_END }; }; }; |
| #define OM_GUI_OBJECTS_NAMESPACE_START namespace om { namespace gui { namespace objects { |
| #define OM_GUI_OBJECTS_NAMESPACE_END }; }; }; |
1.8.11