The Blurred Window controller..
More...
#import <BlurredWindow.h>
Inherits NSWindowController.
The Blurred Window controller..
This class represents a blurred window..
- Authors
- Benjamin Thiemann, Benjamin Völker
- Date
- 2016/12/08
◆ CGSConnection
A Core Graphics connection.
◆ CGSDefaultConnectionForThread()
Enable the connection to be threaded.
◆ CGSSetWindowBackgroundBlurRadius()
- (OSStatus) CGSSetWindowBackgroundBlurRadius |
|
(CGSConnection) |
connection |
|
|
(NSInteger) |
windowNumber |
|
|
(int) |
radius |
|
|
| |
Enable the window to be blurred by Core Graphics.
◆ enableBlurForWindow:withRadius:()
- (void) enableBlurForWindow: |
|
(NSWindow *) |
window |
withRadius: |
|
(int) |
radius |
|
|
| |
This method enables blurring for the given window with the given radius.
- Parameters
-
window | The window to blur. |
radius | The blur radius. |
◆ startBlur()
This method starts a fading blurring of the window.
◆ stopBlur()
This method stops the blurring of the window.
◆ blurStep
Float value representing the blur step.
◆ blurStepDelay
Float value that represents the blur speed.
◆ currentBlurRadius
- (float) currentBlurRadius |
|
protected |
Float value that represents the current blur radius.
◆ isBlurring
Boolean value that indicates whether a blurring is ongoing.
◆ maxBlurRadius
Float value that represents the maximum blur radius.
The documentation for this class was generated from the following files:
- /Users/Benny/dropbox/software/cocoa-app/_eyeDrops/eyeDrops/doxygen/BlurredWindow.h
- /Users/Benny/dropbox/software/cocoa-app/_eyeDrops/eyeDrops/doxygen/BlurredWindow.m