X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/24e8080bddc73dc3ffcaa483570cdfa9d7258c53..0fc44e732f98ed55cdd0d0914c4031ad9c005edc:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index 4244e09..e1eff56 100644 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -20,10 +20,10 @@ #define DEFAULT_EFFECT_TIME 0.75 typedef enum { - ITWindowHiddenState, - ITWindowAppearingState, - ITWindowVisibleState, - ITWindowVanishingState + ITWindowHiddenState, + ITWindowAppearingState, + ITWindowVisibleState, + ITWindowVanishingState } ITWindowVisibilityState; @protocol ITWindowEffect @@ -48,14 +48,14 @@ typedef enum { @end @interface ITWindowEffect : NSObject { - NSWindow *_window; - float _effectTime; - float _effectSpeed; - ITVerticalWindowPosition _verticalPosition; - ITHorizontalWindowPosition _horizontalPosition; - NSTimer *_effectTimer; - BOOL __idle; - BOOL __shouldReleaseWhenIdle; + NSWindow *_window; + float _effectTime; + float _effectSpeed; + ITVerticalWindowPosition _verticalPosition; + ITHorizontalWindowPosition _horizontalPosition; + NSTimer *_effectTimer; + BOOL __idle; + BOOL __shouldReleaseWhenIdle; } + (NSArray *)effectClasses;