Om  1.0.0
A universal framework for multimedia simulation
Namespaces | Macros
omEditorsConfig.h File Reference
#include "om/omEngine.h"
#include "om/omSoundViews.h"

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::editors
 A namespace containing GUI editors for different data types.
 
 om::editors::base
 A namespace containing editor base code.
 
 om::editors::types
 A namespace containing editors for various resource types.
 
 om::editors::views
 A namespace containing reusable GUI views for editing data in common ways.
 

Macros

#define OM_EDITORS_NAMESPACE_START   namespace om { namespace editors {
 
#define OM_EDITORS_NAMESPACE_END   }; };
 
#define OM_EDITORS_BASE_NAMESPACE_START   namespace om { namespace editors { namespace base {
 
#define OM_EDITORS_BASE_NAMESPACE_END   }; }; };
 
#define OM_EDITORS_TYPES_NAMESPACE_START   namespace om { namespace editors { namespace types {
 
#define OM_EDITORS_TYPES_NAMESPACE_END   }; }; };
 
#define OM_EDITORS_VIEWS_NAMESPACE_START   namespace om { namespace editors { namespace views {
 
#define OM_EDITORS_VIEWS_NAMESPACE_END   }; }; };
 

Macro Definition Documentation

#define OM_EDITORS_NAMESPACE_START   namespace om { namespace editors {
#define OM_EDITORS_NAMESPACE_END   }; };
#define OM_EDITORS_BASE_NAMESPACE_START   namespace om { namespace editors { namespace base {
#define OM_EDITORS_BASE_NAMESPACE_END   }; }; };
#define OM_EDITORS_TYPES_NAMESPACE_START   namespace om { namespace editors { namespace types {
#define OM_EDITORS_TYPES_NAMESPACE_END   }; }; };
#define OM_EDITORS_VIEWS_NAMESPACE_START   namespace om { namespace editors { namespace views {
#define OM_EDITORS_VIEWS_NAMESPACE_END   }; }; };