soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SObjectDefaultRegister Class Reference

Default implementation of ISystemObjectRegister. More...

#include <SApp.h>

Inheritance diagram for SObjectDefaultRegister:
ISystemObjectRegister

Public Member Functions

void RegisterWindows (SObjectFactoryMgr *objFactory) const
 Register window objects into the object factory.
 
void RegisterSkins (SObjectFactoryMgr *objFactory) const
 Register skin objects into the object factory.
 
void RegisterLayouts (SObjectFactoryMgr *objFactory) const
 Register layout objects into the object factory.
 
void RegisterInterpolator (SObjectFactoryMgr *objFactory) const
 Register interpolator objects into the object factory.
 
void RegisterAnimation (SObjectFactoryMgr *objFactory) const
 Register animation objects into the object factory.
 
void RegisterValueAnimator (SObjectFactoryMgr *objFactory) const
 Register value animator objects into the object factory.
 

Detailed Description

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.

Member Function Documentation

◆ RegisterAnimation()

void SObjectDefaultRegister::RegisterAnimation ( SObjectFactoryMgr * objFactory) const

Register animation objects into the object factory.

Parameters
objFactoryPointer 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
objFactoryPointer to the object factory manager.

Definition at line 196 of file SApp.cpp.

◆ RegisterLayouts()

void SObjectDefaultRegister::RegisterLayouts ( SObjectFactoryMgr * objFactory) const

Register layout objects into the object factory.

Parameters
objFactoryPointer to the object factory manager.

Definition at line 187 of file SApp.cpp.

◆ RegisterSkins()

void SObjectDefaultRegister::RegisterSkins ( SObjectFactoryMgr * objFactory) const

Register skin objects into the object factory.

Parameters
objFactoryPointer 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
objFactoryPointer to the object factory manager.

Definition at line 218 of file SApp.cpp.

◆ RegisterWindows()

void SObjectDefaultRegister::RegisterWindows ( SObjectFactoryMgr * objFactory) const

Register window objects into the object factory.

Parameters
objFactoryPointer to the object factory manager.

Definition at line 115 of file SApp.cpp.


The documentation for this class was generated from the following files: