Authors
- Gregory John Casamento (
greg_casamento@yahoo.com
)
-
The NSOutlineView subclass in gorm which handles
outlet/action editing
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- GormCore/GormOutlineView.h
Description forthcoming.
Instance Variables
Method summary
- (NSString*)
getName;
Description forthcoming.
- (id)
initWithName: (NSString*)name;
Description forthcoming.
- (void)
setName: (NSString*)name;
Description forthcoming.
Instance Variables for GormOutletActionHolder Class
@protected NSString* _name;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- GormCore/GormOutlineView.h
Description forthcoming.
Instance Variables
Method summary
- (NSTableColumn*)
actionColumn;
Description forthcoming.
- (float)
attributeOffset;
Description forthcoming.
- (BOOL)
isEditing;
Description forthcoming.
- (id)
itemBeingEdited;
Description forthcoming.
- (NSMenuItem*)
menuItem;
Description forthcoming.
- (NSTableColumn*)
outletColumn;
Description forthcoming.
- (void)
removeItemAtRow: (int)row;
Description forthcoming.
- (void)
reset;
Description forthcoming.
- (void)
selectRow: (int)rowIndex;
Description forthcoming.
- (void)
setActionColumn: (NSTableColumn*)ac;
Description forthcoming.
- (void)
setAttributeOffset: (float)offset;
Description forthcoming.
- (void)
setIsEditing: (BOOL)flag;
Description forthcoming.
- (void)
setItemBeingEdited: (id)item;
Description forthcoming.
- (void)
setMenuItem: (NSMenuItem*)item;
Description forthcoming.
- (void)
setOutletColumn: (NSTableColumn*)oc;
Description forthcoming.
Instance Variables for GormOutlineView Class
@protected NSTableColumn* _actionColumn;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected float _attributeOffset;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSAttributeType _edittype;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _isEditing;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _itemBeingEdited;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSMenuItem* _menuItem;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSTableColumn* _outletColumn;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- GormCore/GormOutlineView.h
Description forthcoming.
Method summary
- (NSArray*)
outlineView: (
GormOutlineView*)ov
actionsForItem: (id)item;
Description forthcoming.
- (void)
outlineView: (NSOutlineView*)anOutlineView
addAction: (NSString*)action
forClass: (id)item;
Description forthcoming.
- (NSString*)
outlineView: (NSOutlineView*)anOutlineView
addNewActionForClass: (id)item;
Description forthcoming.
- (NSString*)
outlineView: (NSOutlineView*)anOutlineView
addNewOutletForClass: (id)item;
Description forthcoming.
- (void)
outlineView: (NSOutlineView*)anOutlineView
addOutlet: (NSString*)outlet
forClass: (id)item;
Description forthcoming.
- (NSArray*)
outlineView: (
GormOutlineView*)ov
outletsForItem: (id)item;
Description forthcoming.
- Declared in:
- GormCore/GormOutlineView.h
Description forthcoming.
Method summary
- (BOOL)
outlineView: (
GormOutlineView*)ov
shouldDeleteItem: (id)item;
Description forthcoming.
typedef enum ... GSAttributeType;
Description forthcoming.