API  0.9.8
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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 3449 of file CPWindow.j.

Method Documentation

- (unsigned) autoresizingMask
implementation

Extends class CPWindow.

Definition at line 3496 of file CPWindow.j.

- (BOOL) containsPoint: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3614 of file CPWindow.j.

- (CGPoint) convertBaseToGlobal: (CGPoint)  aPoint
implementation

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

Extends class CPWindow.

Definition at line 3504 of file CPWindow.j.

- (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 3520 of file CPWindow.j.

- (CGPoint) convertBaseToScreen: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3548 of file CPWindow.j.

- (CGPoint) convertGlobalToBase: (CGPoint)  aPoint
implementation

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

Extends class CPWindow.

Definition at line 3512 of file CPWindow.j.

- (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 3533 of file CPWindow.j.

- (CGPoint) convertScreenToBase: (CGPoint)  aPoint
implementation

Extends class CPWindow.

Definition at line 3543 of file CPWindow.j.

- (void) redo: (id)  aSender
implementation

Sends the undo manager a -redo: message.

Parameters
aSenderthe object requesting this

Extends class CPWindow.

Definition at line 3609 of file CPWindow.j.

- (void) resizeWithOldPlatformWindowSize: (CGSize)  aSize
implementation

Extends class CPWindow.

Definition at line 3454 of file CPWindow.j.

- (void) setAutoresizingMask: (unsigned)  anAutoresizingMask
implementation

Extends class CPWindow.

Definition at line 3488 of file CPWindow.j.

- (void) undo: (id)  aSender
implementation

Sends the undo manager an -undo: message.

Parameters
aSenderthe object requesting this

Extends class CPWindow.

Definition at line 3600 of file CPWindow.j.

- (CPUndoManager) undoManager
implementation

Returns the window's undo manager.

Extends class CPWindow.

Definition at line 3573 of file CPWindow.j.


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