Instance Methods | |
(unsigned) | - autoresizingMask |
(BOOL) | - containsPoint: |
(CGPoint) | - convertBaseToGlobal: |
(CGPoint) | - convertBaseToPlatformWindow: |
(CGPoint) | - convertBaseToScreen: |
(CGPoint) | - convertGlobalToBase: |
(CGPoint) | - convertPlatformWindowToBase: |
(CGPoint) | - convertScreenToBase: |
(void) | - redo: |
(void) | - resizeWithOldPlatformWindowSize: |
(void) | - setAutoresizingMask: |
(void) | - undo: |
(CPUndoManager) | - undoManager |
Definition at line 3490 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3537 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3655 of file CPWindow.j.
|
implementation |
Converts aPoint from the window coordinate system to the global coordinate system.
Extends class CPWindow.
Definition at line 3545 of file CPWindow.j.
|
implementation |
Converts aPoint from the window coordinate system to the coordinate system of the parent platform window.
Extends class CPWindow.
Definition at line 3561 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3589 of file CPWindow.j.
|
implementation |
Converts aPoint from the global coordinate system to the window coordinate system.
Extends class CPWindow.
Definition at line 3553 of file CPWindow.j.
|
implementation |
Converts aPoint from the parent platform window coordinate system to the window's coordinate system.
Extends class CPWindow.
Definition at line 3574 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3584 of file CPWindow.j.
|
implementation |
Sends the undo manager a -redo
: message.
aSender | the object requesting this |
Extends class CPWindow.
Definition at line 3650 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3495 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3529 of file CPWindow.j.
|
implementation |
Sends the undo manager an -undo
: message.
aSender | the object requesting this |
Extends class CPWindow.
Definition at line 3641 of file CPWindow.j.
|
implementation |
Returns the window's undo manager.
Extends class CPWindow.
Definition at line 3614 of file CPWindow.j.