GSWindowController Class Reference
Inherits from | NSWindowController |
Conforms to | GSDialogDelegateProtocol GSWindowControllerProtocol NSAnimationDelegate NSToolbarDelegate NSWindowDelegate |
Declared in | GSWindowController.h |
Properties
SpaceKey
if the Space key is currently pressed
@property (nonatomic) BOOL ShiftKey , AltKey , CtrlKey ,
CommandKey , SpaceKey
activeEditViewController
The active editView controller or nil if the font view is active
@property (unsafe_unretained, readonly, nonatomic)
NSViewController<GSGlyphEditViewControllerProtocol>
*activeEditViewController
Return Value
the active editview controller
activeLayer
the currently active layer of the window
@property (unsafe_unretained, readonly) GSLayer
*activeLayer
Return Value
the active layer.
Discussion
This is only valid if one layer has direct focus. If more than one are selected, this returns nil.
glyphsDocument
Convenience getter casting the return value of [GSWindowController document] to GSDocument.
@property (nonatomic, readonly) GSDocument
*glyphsDocument