diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 6aedd05e..e4508521 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -43,6 +43,12 @@ NSURL *_sessionURL; NSMutableDictionary *_spfSessionDocData; + + NSMutableDictionary *bundleItems; + NSMutableDictionary *bundleCategories; + NSMutableArray *bundleUsedScopes; + NSMutableDictionary *bundleKeyEquivalents; + } // Window management @@ -84,5 +90,8 @@ // Others - (NSString *)contentOfFile:(NSString *)aPath; +- (NSArray *)bundleCategoriesForScope:(NSString*)scope; +- (NSArray *)bundleItemsForScope:(NSString*)scope; +- (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; @end |