![]() |
API
0.9.6
|
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 3196 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3240 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3358 of file CPWindow.j.
|
implementation |
Converts aPoint from the window coordinate system to the global coordinate system.
Extends class CPWindow.
Definition at line 3248 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 3264 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3292 of file CPWindow.j.
|
implementation |
Converts aPoint from the global coordinate system to the window coordinate system.
Extends class CPWindow.
Definition at line 3256 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 3277 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3287 of file CPWindow.j.
|
implementation |
Sends the undo manager a -redo
: message.
aSender | the object requesting this |
Extends class CPWindow.
Definition at line 3353 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3201 of file CPWindow.j.
|
implementation |
Extends class CPWindow.
Definition at line 3232 of file CPWindow.j.
|
implementation |
Sends the undo manager an -undo
: message.
aSender | the object requesting this |
Extends class CPWindow.
Definition at line 3344 of file CPWindow.j.
|
implementation |
Returns the window's undo manager.
Extends class CPWindow.
Definition at line 3317 of file CPWindow.j.