|
Oolite
|
import <Foundation/Foundation.h>
Include dependency graph for OOConvertSystemDescriptions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| NSArray * | OOConvertSystemDescriptionsToArrayFormat (NSDictionary *descriptionsInDictionaryFormat, NSDictionary *indicesToKeys) |
| NSDictionary * | OOConvertSystemDescriptionsToDictionaryFormat (NSArray *descriptionsInArrayFormat, NSDictionary *indicesToKeys) |
| NSString * | OOStringifySystemDescriptionLine (NSString *line, NSDictionary *indicesToKeys, BOOL useFallback) |
| void | CompileSystemDescriptions (BOOL asXML) |
| void | ExportSystemDescriptions (BOOL asXML) |
| void CompileSystemDescriptions | ( | BOOL | asXML | ) |
Definition at line 47 of file OOConvertSystemDescriptions.m.
References ResourceManager::dictionaryFromFilesNamed:inFolder:andMerge:, nil, OOConvertSystemDescriptionsToArrayFormat(), and OOLog.
Here is the call graph for this function:| void ExportSystemDescriptions | ( | BOOL | asXML | ) |
Definition at line 106 of file OOConvertSystemDescriptions.m.
References ResourceManager::dictionaryFromFilesNamed:inFolder:andMerge:, nil, OOConvertSystemDescriptionsToDictionaryFormat(), and OOLog.
Here is the call graph for this function:| NSArray * OOConvertSystemDescriptionsToArrayFormat | ( | NSDictionary * | descriptionsInDictionaryFormat, |
| NSDictionary * | indicesToKeys | ||
| ) |
Definition at line 156 of file OOConvertSystemDescriptions.m.
References ConvertKeysToIndices(), count, foreachkey, HighestIndex(), InitKeyToIndexDict(), KeyToIndex(), and nil.
Referenced by CompileSystemDescriptions().
Here is the call graph for this function:
Here is the caller graph for this function:| NSDictionary * OOConvertSystemDescriptionsToDictionaryFormat | ( | NSArray * | descriptionsInArrayFormat, |
| NSDictionary * | indicesToKeys | ||
| ) |
Definition at line 199 of file OOConvertSystemDescriptions.m.
References ConvertIndicesToKeys(), IndexToKey(), and nil.
Referenced by ExportSystemDescriptions().
Here is the call graph for this function:
Here is the caller graph for this function:| NSString * OOStringifySystemDescriptionLine | ( | NSString * | line, |
| NSDictionary * | indicesToKeys, | ||
| BOOL | useFallback | ||
| ) |
Definition at line 224 of file OOConvertSystemDescriptions.m.
References IndexToKey(), and nil.
Here is the call graph for this function: