Default implementation of ISystemObjectRegister.
More...
#include <SApp.h>
Default implementation of ISystemObjectRegister.
This class provides a default implementation for registering various system objects into the object factory by implementing the ISystemObjectRegister interface.
Definition at line 102 of file SApp.h.
◆ RegisterAnimation()
void SObjectDefaultRegister::RegisterAnimation |
( |
SObjectFactoryMgr * | objFactory | ) |
const |
Register animation objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 209 of file SApp.cpp.
◆ RegisterInterpolator()
void SObjectDefaultRegister::RegisterInterpolator |
( |
SObjectFactoryMgr * | objFactory | ) |
const |
Register interpolator objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 196 of file SApp.cpp.
◆ RegisterLayouts()
Register layout objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 187 of file SApp.cpp.
◆ RegisterSkins()
Register skin objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 172 of file SApp.cpp.
◆ RegisterValueAnimator()
void SObjectDefaultRegister::RegisterValueAnimator |
( |
SObjectFactoryMgr * | objFactory | ) |
const |
Register value animator objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 218 of file SApp.cpp.
◆ RegisterWindows()
Register window objects into the object factory.
- Parameters
-
objFactory | Pointer to the object factory manager. |
Definition at line 115 of file SApp.cpp.
The documentation for this class was generated from the following files: