API  1.0.0
CPPlatformWindow Class Reference

#import <CPPlatformWindow.h>

+ Inheritance diagram for CPPlatformWindow:

Instance Methods

(CGRect) - contentBounds
 
(CGRect) - contentRect
 
(CGPoint) - convertBaseToScreen:
 
(CGPoint) - convertScreenToBase:
 
(void) - deminiaturize:
 
(id) - init
 
(id) - initWithContentRect:
 
(id) - initWithWindow:
 
(BOOL) - isVisible
 
(void) - miniaturize:
 
(void) - moveWindow:fromLevel:toLevel:
 
(void) - setContentRect:
 
(void) - setHasShadow:
 
(void) - setLevel:
 
(void) - setShadowStyle:
 
(BOOL) - supportsFullPlatformWindows
 
(CPString- title
 
(void) - updateFromNativeContentRect
 
(CGRect) - usableContentFrame
 
(CGRect) - visibleFrame
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(CPPlatformWindow+ primaryPlatformWindow
 
(void) + setPrimaryPlatformWindow:
 
(BOOL) + supportsMultipleInstances
 
(CPSet) + visiblePlatformWindows
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPPlatformWindow.h.

Method Documentation

◆ contentBounds()

- (CGRect) contentBounds
implementation

Definition at line 147 of file CPPlatformWindow.j.

◆ contentRect()

- (CGRect) contentRect
implementation

Definition at line 142 of file CPPlatformWindow.j.

◆ convertBaseToScreen:()

- (CGPoint) convertBaseToScreen: (CGPoint)  aPoint
implementation

Definition at line 195 of file CPPlatformWindow.j.

◆ convertScreenToBase:()

- (CGPoint) convertScreenToBase: (CGPoint)  aPoint
implementation

Definition at line 202 of file CPPlatformWindow.j.

◆ deminiaturize:()

- (void) deminiaturize: (id)  sender
implementation

Definition at line 218 of file CPPlatformWindow.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 137 of file CPPlatformWindow.j.

◆ initWithContentRect:()

- (id) initWithContentRect: (CGRect)  aRect
implementation

Definition at line 105 of file CPPlatformWindow.j.

◆ initWithWindow:()

- (id) initWithWindow: (CPWindow aWindow
implementation

Definition at line 126 of file CPPlatformWindow.j.

◆ isVisible()

- (BOOL) isVisible
implementation

Definition at line 209 of file CPPlatformWindow.j.

◆ miniaturize:()

- (void) miniaturize: (id)  sender
implementation

Definition at line 222 of file CPPlatformWindow.j.

◆ moveWindow:fromLevel:toLevel:()

- (void) moveWindow: (CPWindow aWindow
fromLevel: (int)  fromLevel
toLevel: (int)  toLevel 
implementation

Definition at line 226 of file CPPlatformWindow.j.

◆ primaryPlatformWindow()

+ (CPPlatformWindow) primaryPlatformWindow
implementation

Definition at line 95 of file CPPlatformWindow.j.

◆ setContentRect:()

- (void) setContentRect: (CGRect)  aRect
implementation

Definition at line 178 of file CPPlatformWindow.j.

◆ setHasShadow:()

- (void) setHasShadow: (BOOL)  shouldHaveShadow
implementation

Definition at line 245 of file CPPlatformWindow.j.

◆ setLevel:()

- (void) setLevel: (CPInteger)  aLevel
implementation

Definition at line 240 of file CPPlatformWindow.j.

◆ setPrimaryPlatformWindow:()

+ (void) setPrimaryPlatformWindow: (CPPlatformWindow aPlatformWindow
implementation

Definition at line 100 of file CPPlatformWindow.j.

◆ setShadowStyle:()

- (void) setShadowStyle: (int)  aStyle
implementation

Definition at line 250 of file CPPlatformWindow.j.

◆ supportsFullPlatformWindows()

- (BOOL) supportsFullPlatformWindows
implementation

Definition at line 255 of file CPPlatformWindow.j.

◆ supportsMultipleInstances()

+ (BOOL) supportsMultipleInstances
implementation

Definition at line 86 of file CPPlatformWindow.j.

◆ title()

- (CPString) title
implementation

Definition at line 274 of file CPPlatformWindow.j.

◆ updateFromNativeContentRect()

- (void) updateFromNativeContentRect
implementation

Definition at line 190 of file CPPlatformWindow.j.

◆ usableContentFrame()

- (CGRect) usableContentFrame
implementation

Definition at line 173 of file CPPlatformWindow.j.

◆ visibleFrame()

- (CGRect) visibleFrame
implementation

Definition at line 156 of file CPPlatformWindow.j.

◆ visiblePlatformWindows()

+ (CPSet) visiblePlatformWindows
implementation

Definition at line 81 of file CPPlatformWindow.j.


The documentation for this class was generated from the following files: