GormPalettesManager class documentation

Authors

Generated by buildd

Software documentation for the GormPalettesManager class

GormPalettesManager : NSObject

Declared in:
GormCore/GormPalettesManager.h
Description forthcoming.

Instance Variables

Method summary

importClasses: withDictionary: 

- (void) importClasses: (NSArray*)classes withDictionary: (NSDictionary*)dict;
Description forthcoming.

importImages: withBundle: 

- (void) importImages: (NSArray*)images withBundle: (NSBundle*)bundle;
Description forthcoming.

importSounds: withBundle: 

- (void) importSounds: (NSArray*)sounds withBundle: (NSBundle*)bundle;
Description forthcoming.

importedClasses 

- (NSDictionary*) importedClasses;
Description forthcoming.

importedImages 

- (NSArray*) importedImages;
Description forthcoming.

importedSounds 

- (NSArray*) importedSounds;
Description forthcoming.

loadPalette: 

- (BOOL) loadPalette: (NSString*)path;
Description forthcoming.

openPalette: 

- (id) openPalette: (id)sender;
Description forthcoming.

panel 

- (NSPanel*) panel;
Description forthcoming.

setCurrentPalette: 

- (void) setCurrentPalette: (id)anObj;
Description forthcoming.

substituteClasses 

- (NSDictionary*) substituteClasses;
Description forthcoming.



Instance Variables for GormPalettesManager Class

bundles

@protected NSMutableArray* bundles;
Description forthcoming.

current

@protected int current;
Description forthcoming.

dragView

@protected NSView* dragView;
Description forthcoming.

hiddenDuringTest

@protected BOOL hiddenDuringTest;
Description forthcoming.

importedClasses

@protected NSMutableDictionary* importedClasses;
Description forthcoming.

importedImages

@protected NSMutableArray* importedImages;
Description forthcoming.

importedSounds

@protected NSMutableArray* importedSounds;
Description forthcoming.

palettes

@protected NSMutableArray* palettes;
Description forthcoming.

panel

@protected NSPanel* panel;
Description forthcoming.

selectionView

@protected NSMatrix* selectionView;
Description forthcoming.

substituteClasses

@protected NSMutableDictionary* substituteClasses;
Description forthcoming.