API  1.0.0
CPWindow(BridgeSupport) Category Reference

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
 

Detailed Description

Definition at line 3548 of file CPWindow.j.

Method Documentation

◆ autoresizingMask()

- (unsigned) autoresizingMask
implementation

Extends class CPWindow.

Definition at line 3595 of file CPWindow.j.

◆ containsPoint:()

- (BOOL) containsPoint: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3729 of file CPWindow.j.

◆ convertBaseToGlobal:()

- (CGPoint) convertBaseToGlobal: (CGPoint)  aPoint
implementation

Converts aPoint from the window coordinate system to the global coordinate system.

Extends class CPWindow.

Definition at line 3603 of file CPWindow.j.

◆ convertBaseToPlatformWindow:()

- (CGPoint) convertBaseToPlatformWindow: (CGPoint)  aPoint
implementation

Converts aPoint from the window coordinate system to the coordinate system of the parent platform window.

Extends class CPWindow.

Definition at line 3633 of file CPWindow.j.

◆ convertBaseToScreen:()

- (CGPoint) convertBaseToScreen: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3663 of file CPWindow.j.

◆ convertGlobalToBase:()

- (CGPoint) convertGlobalToBase: (CGPoint)  aPoint
implementation

Converts aPoint from the global coordinate system to the window coordinate system.

Extends class CPWindow.

Definition at line 3625 of file CPWindow.j.

◆ convertPlatformWindowToBase:()

- (CGPoint) convertPlatformWindowToBase: (CGPoint)  aPoint
implementation

Converts aPoint from the parent platform window coordinate system to the window's coordinate system.

Extends class CPWindow.

Definition at line 3647 of file CPWindow.j.

◆ convertScreenToBase:()

- (CGPoint) convertScreenToBase: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3658 of file CPWindow.j.

◆ redo:()

- (void) redo: (id)  aSender
implementation

Sends the undo manager a -redo: message.

Parameters
aSenderthe object requesting this

Extends class CPWindow.

Definition at line 3724 of file CPWindow.j.

◆ resizeWithOldPlatformWindowSize:()

- (void) resizeWithOldPlatformWindowSize: (CGSize)  aSize
implementation

Extends class CPWindow.

Definition at line 3553 of file CPWindow.j.

◆ setAutoresizingMask:()

- (void) setAutoresizingMask: (unsigned)  anAutoresizingMask
implementation

Extends class CPWindow.

Definition at line 3587 of file CPWindow.j.

◆ undo:()

- (void) undo: (id)  aSender
implementation

Sends the undo manager an -undo: message.

Parameters
aSenderthe object requesting this

Extends class CPWindow.

Definition at line 3715 of file CPWindow.j.

◆ undoManager()

- (CPUndoManager) undoManager
implementation

Returns the window's undo manager.

Extends class CPWindow.

Definition at line 3688 of file CPWindow.j.


The documentation for this category was generated from the following file: