GormViewWithSubviewsEditor class documentation

Authors

Generated by buildd

Software documentation for the GormViewWithSubviewsEditor class

GormViewWithSubviewsEditor : GormViewEditor

Declared in:
GormCore/GormViewWithSubviewsEditor.h
Conforms to:
IBSelectionOwners
Description forthcoming.

Instance Variables

Method summary

changeFont: 

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

closeSubeditors 

- (void) closeSubeditors;
Description forthcoming.

copySelection 

- (void) copySelection;
Description forthcoming.

deactivateSubeditors 

- (void) deactivateSubeditors;
Description forthcoming.

handleMouseOnKnob: ofView: withEvent: 

- (void) handleMouseOnKnob: (IBKnobPosition)knob ofView: (GormViewEditor*)view withEvent: (NSEvent*)theEvent;
Description forthcoming.

handleMouseOnView: withEvent: 

- (void) handleMouseOnView: (GormViewEditor*)view withEvent: (NSEvent*)theEvent;
Description forthcoming.

makeSubeditorResign 

- (void) makeSubeditorResign;
Description forthcoming.

openParentEditor 

- (void) openParentEditor;
Description forthcoming.

selectObjects: 

- (void) selectObjects: (NSArray*)objects;
Description forthcoming.

setOpenedSubeditor: 

- (void) setOpenedSubeditor: (GormViewWithSubviewsEditor*)newEditor;
Description forthcoming.

silentlyResetSelection 

- (void) silentlyResetSelection;
Description forthcoming.



Instance Variables for GormViewWithSubviewsEditor Class

_displaySelection

@protected BOOL _displaySelection;
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.

_followGuideLine

@protected BOOL _followGuideLine;
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.

opened

@protected BOOL opened;
Description forthcoming.

openedSubeditor

@protected GormViewWithSubviewsEditor* openedSubeditor;
Description forthcoming.

selection

@protected NSMutableArray* selection;
Description forthcoming.