GormViewEditor class documentation

Authors

Generated by buildd

Contents -

  1. Software documentation for the GormViewEditor class
  2. Software documentation for the GormViewEditor(EditingAdditions) category
  3. Software documentation for the GormViewEditor(IntelligentPlacement) category
  4. Software documentation for the GormViewEditor(WindowAndRect) category

Software documentation for the GormViewEditor class

GormViewEditor : NSView

Declared in:
GormCore/GormViewEditor.h
Conforms to:
IBEditors
Description forthcoming.

Instance Variables

Method summary

activate 

- (BOOL) activate;
Description forthcoming.

canBeOpened 

- (BOOL) canBeOpened;
Description forthcoming.

close 

- (void) close;
Description forthcoming.

deactivate 

- (void) deactivate;
Description forthcoming.

detachSubviews 

- (void) detachSubviews;
Description forthcoming.

document 

- (id) document;
Description forthcoming.

editedObject 

- (id) editedObject;
Description forthcoming.

frameDidChange: 

- (void) frameDidChange: (id)sender;
Description forthcoming.

initWithObject: inDocument: 

- (id) initWithObject: (id)anObject inDocument: (id)aDocument;
Description forthcoming.

isOpened 

- (BOOL) isOpened;
Description forthcoming.

makeSelectionVisible: 

- (void) makeSelectionVisible: (BOOL)value;
Description forthcoming.

parent 

- (id) parent;
Description forthcoming.

postDraw: 

- (void) postDraw: (NSRect)rect;
Description forthcoming.

selection 

- (NSArray*) selection;
Description forthcoming.

setOpened: 

- (void) setOpened: (BOOL)value;
Description forthcoming.



Instance Variables for GormViewEditor Class

_editedObject

@protected id _editedObject;
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.

activated

@protected BOOL activated;
Description forthcoming.

closed

@protected BOOL closed;
Description forthcoming.

document

@protected id document;
Description forthcoming.

parent

@protected GormViewWithSubviewsEditor* parent;
Description forthcoming.

viewWindow

@protected GormViewWindow* viewWindow;
Description forthcoming.




Software documentation for the GormViewEditor(EditingAdditions) category

GormViewEditor(EditingAdditions)

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

editTextField: withEvent: 

- (NSEvent*) editTextField: (id)view withEvent: (NSEvent*)theEvent;
Description forthcoming.

Software documentation for the GormViewEditor(IntelligentPlacement) category

GormViewEditor(IntelligentPlacement)

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

initializeResizingInFrame: withKnob: 

- (GormPlacementInfo*) initializeResizingInFrame: (NSView*)view withKnob: (IBKnobPosition)knob;
Description forthcoming.

updateResizingWithFrame: andEvent: andPlacementInfo: 

- (void) updateResizingWithFrame: (NSRect)frame andEvent: (NSEvent*)theEvent andPlacementInfo: (GormPlacementInfo*)gpi;
Description forthcoming.

validateFrame: withEvent: andPlacementInfo: 

- (void) validateFrame: (NSRect)frame withEvent: (NSEvent*)theEvent andPlacementInfo: (GormPlacementInfo*)gpi;
Description forthcoming.

Software documentation for the GormViewEditor(WindowAndRect) category

GormViewEditor(WindowAndRect)

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

windowAndRect: forObject: 

- (NSWindow*) windowAndRect: (NSRect*)prect forObject: (id)object;
Description forthcoming.