GormPrivate documentation

Authors

Generated by buildd

Contents -

  1. Software documentation for the GormClassProxy class
  2. Software documentation for the GormObjectProxy class
  3. Software documentation for the GSClassSwapper(GormCustomClassAdditions) category
  4. Software documentation for the GSNibItem(GormAdditions) category
  5. Software documentation for the IBResourceManager(GormAdditions) category
  6. Software documentation for the NSClassSwapper(GormCustomClassAdditions) category
  7. Software documentation for the NSDateFormatter(GormAdditions) category
  8. Software documentation for the NSNumberFormatter(GormAdditions) category
  9. Software documentation for the NSObject(GormAdditions) informal protocol
  10. GormPrivate variables

Software documentation for the GormClassProxy class

GormClassProxy : NSObject

Declared in:
GormCore/GormPrivate.h
Description forthcoming.

Instance Variables

Method summary

className 

- (NSString*) className;
Description forthcoming.

connectInspectorClassName 

- (NSString*) connectInspectorClassName;
Description forthcoming.

initWithClassName: 

- (id) initWithClassName: (NSString*)n;
Description forthcoming.

inspectorClassName 

- (NSString*) inspectorClassName;
Description forthcoming.

sizeInspectorClassName 

- (NSString*) sizeInspectorClassName;
Description forthcoming.



Instance Variables for GormClassProxy Class

name

@protected NSString* name;
Description forthcoming.

t

@protected int t;
Description forthcoming.




Software documentation for the GormObjectProxy class

GormObjectProxy : GSNibItem

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

setClassName: 

- (void) setClassName: (NSString*)className;
Description forthcoming.

Software documentation for the GSClassSwapper(GormCustomClassAdditions) category

GSClassSwapper(GormCustomClassAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

setIsInInterfaceBuilder: 

+ (void) setIsInInterfaceBuilder: (BOOL)flag;
Description forthcoming.

isInInterfaceBuilder 

- (BOOL) isInInterfaceBuilder;
Description forthcoming.

Software documentation for the GSNibItem(GormAdditions) category

GSNibItem(GormAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

className 

- (NSString*) className;
Description forthcoming.

initWithClassName: 

- (id) initWithClassName: (NSString*)className;
Description forthcoming.

initWithClassName: frame: 

- (id) initWithClassName: (NSString*)className frame: (NSRect)frame;
Description forthcoming.

Software documentation for the IBResourceManager(GormAdditions) category

IBResourceManager(GormAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

registerForAllPboardTypes: inDocument: 

+ (void) registerForAllPboardTypes: (id)editor inDocument: (id)doc;
Description forthcoming.

Software documentation for the NSClassSwapper(GormCustomClassAdditions) category

NSClassSwapper(GormCustomClassAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

setIsInInterfaceBuilder: 

+ (void) setIsInInterfaceBuilder: (BOOL)flag;
Description forthcoming.

isInInterfaceBuilder 

- (BOOL) isInInterfaceBuilder;
Description forthcoming.

Software documentation for the NSDateFormatter(GormAdditions) category

NSDateFormatter(GormAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

defaultFormat 

+ (NSString*) defaultFormat;
Description forthcoming.

defaultFormatValue 

+ (id) defaultFormatValue;
Description forthcoming.

formatAtIndex: 

+ (NSString*) formatAtIndex: (int)index;
Description forthcoming.

formatCount 

+ (int) formatCount;
Description forthcoming.

indexOfFormat: 

+ (int) indexOfFormat: (NSString*)format;
Description forthcoming.

Software documentation for the NSNumberFormatter(GormAdditions) category

NSNumberFormatter(GormAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

defaultFormat 

+ (NSString*) defaultFormat;
Description forthcoming.

defaultFormatValue 

+ (id) defaultFormatValue;
Description forthcoming.

formatAtIndex: 

+ (NSString*) formatAtIndex: (int)index;
Description forthcoming.

formatCount 

+ (int) formatCount;
Description forthcoming.

indexOfFormat: 

+ (int) indexOfFormat: (NSString*)format;
Description forthcoming.

negativeFormatAtIndex: 

+ (NSString*) negativeFormatAtIndex: (int)index;
Description forthcoming.

negativeValueAtIndex: 

+ (NSDecimalNumber*) negativeValueAtIndex: (int)index;
Description forthcoming.

positiveFormatAtIndex: 

+ (NSString*) positiveFormatAtIndex: (int)index;
Description forthcoming.

positiveValueAtIndex: 

+ (NSDecimalNumber*) positiveValueAtIndex: (int)index;
Description forthcoming.

zeroFormatAtIndex: 

+ (NSString*) zeroFormatAtIndex: (int)index;
Description forthcoming.

zeroFormat 

- (NSString*) zeroFormat;
Description forthcoming.

Software documentation for the NSObject(GormAdditions) informal protocol

NSObject(GormAdditions)

Declared in:
GormCore/GormPrivate.h
Description forthcoming.
Method summary

allocSubstitute 

- (id) allocSubstitute;
Description forthcoming.

imageForViewer 

- (NSImage*) imageForViewer;
Description forthcoming.

GormPrivate variables

GormDidAddClassNotification

NSString* GormDidAddClassNotification;
Description forthcoming.

GormDidDeleteClassNotification

NSString* GormDidDeleteClassNotification;
Description forthcoming.

GormDidModifyClassNotification

NSString* GormDidModifyClassNotification;
Description forthcoming.

GormLinkPboardType

NSString* GormLinkPboardType;
Description forthcoming.

GormResizeCellNotification

NSString* GormResizeCellNotification;
Description forthcoming.

GormToggleGuidelineNotification

NSString* GormToggleGuidelineNotification;
Description forthcoming.

GormWillDetachObjectFromDocumentNotification

NSString* GormWillDetachObjectFromDocumentNotification;
Description forthcoming.