|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OOSystemDescriptionManager.h>
Instance Methods | |
| (void) | - setProperty:forLayer:toValue: |
| (id) | - getProperty:forLayer: |
| (id) | - init [implementation] |
| (void) | - dealloc [implementation] |
| (id) | - validateProperty:withValue: [implementation] |
Private Attributes | |
| NSMutableDictionary * | layers [OO_SYSTEM_LAYERS] |
Definition at line 56 of file OOSystemDescriptionManager.h.
|
implementation |
Definition at line 655 of file OOSystemDescriptionManager.m.
References dealloc, DESTROY, layers, and OO_SYSTEM_LAYERS.
Referenced by dealloc.
| - (id) getProperty: | (NSString *) | property | |
| forLayer: | (OOSystemLayer) | layer |
Definition at line 685 of file OOSystemDescriptionManager.m.
Referenced by OOSystemDescriptionManager(OOPrivate)::getProperty:forSystemKey:withUniversal:, and OOSystemDescriptionManager(OOPrivate)::getProperty:orProperty:forSystemKey:withUniversal:.
|
implementation |
Definition at line 641 of file OOSystemDescriptionManager.m.
References init, layers, nil, and OO_SYSTEM_LAYERS.
Referenced by init.
| - (void) setProperty: | (NSString *) | property | |
| forLayer: | (OOSystemLayer) | layer | |
| toValue: | (id) | value |
Definition at line 665 of file OOSystemDescriptionManager.m.
References nil, and validateProperty:withValue:.
Referenced by OOSystemDescriptionManager(OOPrivate)::setProperties:inDescription:, and OOSystemDescriptionManager::setProperty:forSystemKey:andLayer:toValue:fromManifest:.
|
implementation |
Provided by category OOSystemDescriptionEntry(OOPrivate).
Definition at line 696 of file OOSystemDescriptionManager.m.
References count, nil, OOLog, and ScanTokensFromString().
Referenced by setProperty:forLayer:toValue:.
|
private |
Definition at line 59 of file OOSystemDescriptionManager.h.