![]() |
API 0.9.5
|
#import <CPPlatformWindow.h>
Instance Methods | |
(CGRect) | - contentBounds |
(CGRect) | - contentRect |
(CGPoint) | - convertBaseToScreen: |
(CGPoint) | - convertScreenToBase: |
(void) | - deminiaturize: |
(id) | - init |
(id) | - initWithContentRect: |
(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 |
Class Methods | |
(CPPlatformWindow) | + primaryPlatformWindow |
(void) | + setPrimaryPlatformWindow: |
(BOOL) | + supportsMultipleInstances |
(CPSet) | + visiblePlatformWindows |
Definition at line 2 of file CPPlatformWindow.h.
- (CGRect) contentBounds |
Definition at line 125 of file CPPlatformWindow.j.
- (CGRect) contentRect |
Definition at line 120 of file CPPlatformWindow.j.
- (CGPoint) convertBaseToScreen: | (CGPoint) | aPoint |
Definition at line 173 of file CPPlatformWindow.j.
- (CGPoint) convertScreenToBase: | (CGPoint) | aPoint |
Definition at line 180 of file CPPlatformWindow.j.
- (void) deminiaturize: | (id) | sender |
Definition at line 196 of file CPPlatformWindow.j.
- (id) init |
Definition at line 115 of file CPPlatformWindow.j.
- (id) initWithContentRect: | (CGRect) | aRect |
Definition at line 96 of file CPPlatformWindow.j.
- (BOOL) isVisible |
Definition at line 187 of file CPPlatformWindow.j.
- (void) miniaturize: | (id) | sender |
Definition at line 204 of file CPPlatformWindow.j.
- (void) moveWindow: | (CPWindow) | aWindow | |
fromLevel: | (int) | fromLevel | |
toLevel: | (int) | toLevel | |
Definition at line 212 of file CPPlatformWindow.j.
+ (CPPlatformWindow) primaryPlatformWindow |
Definition at line 86 of file CPPlatformWindow.j.
- (void) setContentRect: | (CGRect) | aRect |
Definition at line 156 of file CPPlatformWindow.j.
- (void) setHasShadow: | (BOOL) | shouldHaveShadow |
Definition at line 236 of file CPPlatformWindow.j.
- (void) setLevel: | (CPInteger) | aLevel |
Definition at line 226 of file CPPlatformWindow.j.
+ (void) setPrimaryPlatformWindow: | (CPPlatformWindow) | aPlatformWindow |
Definition at line 91 of file CPPlatformWindow.j.
- (void) setShadowStyle: | (int) | aStyle |
Definition at line 246 of file CPPlatformWindow.j.
- (BOOL) supportsFullPlatformWindows |
Definition at line 256 of file CPPlatformWindow.j.
+ (BOOL) supportsMultipleInstances |
Definition at line 77 of file CPPlatformWindow.j.
- (CPString) title |
Definition at line 272 of file CPPlatformWindow.j.
- (void) updateFromNativeContentRect |
Definition at line 168 of file CPPlatformWindow.j.
- (CGRect) usableContentFrame |
Definition at line 151 of file CPPlatformWindow.j.
- (CGRect) visibleFrame |
Definition at line 134 of file CPPlatformWindow.j.
+ (CPSet) visiblePlatformWindows |
Definition at line 72 of file CPPlatformWindow.j.