Authors
- Generated by buildd
-
- Declared in:
- GormCore/GormWindowEditor.h
Description forthcoming.
Instance Variables
Method summary
- (BOOL)
acceptsTypeFromArray: (NSArray*)types;
Returns YES
, if the reciever accepts
any of the pasteboard items in types.
- (BOOL)
activate;
Activates the editor
- (void)
changeFont: (id)sender;
Change the font.
- (void)
close;
Close the editor. This will also call the deactivate
method.
- (void)
closeSubeditors;
Close any and all editors which are subordinate to
this one.
- (void)
deactivate;
Deactivate the editor.
- (void)
deleteSelection;
Delete the current selection.
- (id
) document;
Return the document which the object the receiver is
edited is located in.
- (void)
draggedImage: (NSImage*)i
endedAt: (NSPoint)p
deposited: (BOOL)f;
Call with success or failure of the drag operation.
- (unsigned int)
draggingSourceOperationMaskForLocal: (BOOL)flag;
Returns NSDragOperationNone.
- (id)
initWithObject: (id)anObject
inDocument: (id
)aDocument;
Instantiate with anObject in the
document aDocument.
- (void)
makeSelectionVisible: (BOOL)flag;
Make current selection visible.
- (id
) openSubeditorForObject: (id)anObject;
Description forthcoming.
- (void)
orderFront;
Order the edited window to the front.
- (void)
pasteInSelection;
Paste from pasteboard.
- (void)
resetObject: (id)anObject;
Reset object, redisplays the window.
Instance Variables for GormWindowEditor Class
@protected NSPasteboard* dragPb;
Description forthcoming.
@protected NSString* dragType;
Description forthcoming.
@protected NSView* edit_view;
Description forthcoming.
@protected BOOL isLinkSource;
Description forthcoming.
@protected NSMutableArray* subeditors;
Description forthcoming.