Authors
- Generated by buildd
-
- Declared in:
- GormCore/GormViewEditor.h
- Conforms to:
- IBEditors
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
activate;
Description forthcoming.
- (BOOL)
canBeOpened;
Description forthcoming.
- (void)
close;
Description forthcoming.
- (void)
deactivate;
Description forthcoming.
- (void)
detachSubviews;
Description forthcoming.
- (id
) document;
Description forthcoming.
- (id)
editedObject;
Description forthcoming.
- (void)
frameDidChange: (id)sender;
Description forthcoming.
- (id)
initWithObject: (id)anObject
inDocument: (id
)aDocument;
Description forthcoming.
- (BOOL)
isOpened;
Description forthcoming.
- (void)
makeSelectionVisible: (BOOL)value;
Description forthcoming.
- (id)
parent;
Description forthcoming.
- (void)
postDraw: (NSRect)rect;
Description forthcoming.
- (NSArray*)
selection;
Description forthcoming.
- (void)
setOpened: (BOOL)value;
Description forthcoming.
Instance Variables for GormViewEditor Class
@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.
@protected BOOL activated;
Description forthcoming.
@protected BOOL closed;
Description forthcoming.
@protected id document;
Description forthcoming.
@protected GormViewWithSubviewsEditor* parent;
Description forthcoming.
@protected GormViewWindow* viewWindow;
Description forthcoming.
- Declared in:
- GormCore/GormViewEditor.h
Description forthcoming.
Method summary
- (NSEvent*)
editTextField: (id)view
withEvent: (NSEvent*)theEvent;
Description forthcoming.
- Declared in:
- GormCore/GormViewEditor.h
Description forthcoming.
Method summary
- (
GormPlacementInfo*)
initializeResizingInFrame: (NSView*)view
withKnob: (IBKnobPosition)knob;
Description forthcoming.
- (void)
updateResizingWithFrame: (NSRect)frame
andEvent: (NSEvent*)theEvent
andPlacementInfo: (
GormPlacementInfo*)gpi;
Description forthcoming.
- (void)
validateFrame: (NSRect)frame
withEvent: (NSEvent*)theEvent
andPlacementInfo: (
GormPlacementInfo*)gpi;
Description forthcoming.
- Declared in:
- GormCore/GormViewEditor.h
Description forthcoming.
Method summary
- (NSWindow*)
windowAndRect: (NSRect*)prect
forObject: (id)object;
Description forthcoming.