|
VisioMove-Sample
2.1.5
|
Responsible for loading and maintaining the different application parameter objects. More...
Inherits NSObject.
Instance Methods | |
| (instancetype) | - initWithData: |
| Loads parameters from a JSON object. More... | |
Properties | |
| VgMyGlobalModeParameters * | mGlobalModeParams |
| The parameters for the global view. More... | |
| VgMyBuildingModeParameters * | mBuildingModeParams |
| The parameters for the building view. More... | |
| VgMyFloorModeParameters * | mFloorModeParams |
| The parameters for the floor view. More... | |
Responsible for loading and maintaining the different application parameter objects.
| - (instancetype) initWithData: | (NSDictionary *) | pData |
Loads parameters from a JSON object.
|
readwritenonatomicstrong |
The parameters for the building view.
|
readwritenonatomicstrong |
The parameters for the floor view.
|
readwritenonatomicstrong |
The parameters for the global view.