Sha256: fbcff04b86a59bf571fe126b7887dfb0ea0276b9abcb03a19b5cff20830851fa

Contents?: true

Size: 832 Bytes

Versions: 17

Compression:

Stored size: 832 Bytes

Contents

#import "IScreenOrientation.h"
#import "ScreenOrientationSingletonBase.h"
#import "api_generator/iphone/IMethodResult.h"

@interface ScreenOrientationSingleton : ScreenOrientationSingletonBase<IScreenOrientationSingleton> {
}


-(id)init;


-(void) getAutoRotate:(id<IMethodResult>)methodResult;
-(void) setAutoRotate:(BOOL)autoRotate methodResult:(id<IMethodResult>)methodResult;
-(void) normal:(id<IMethodResult>)methodResult;
-(void) rightHanded:(id<IMethodResult>)methodResult;
-(void) leftHanded:(id<IMethodResult>)methodResult;
-(void) upsideDown:(id<IMethodResult>)methodResult;
-(void) setScreenOrientationEvent:(id<IMethodResult>)methodResult;

-(void)dealloc;


@property (nonatomic,retain) CMethodResult_SimpleHolder* mOrientationCallback;
-(void)handleOrientationChangeNotification:(NSNotification*)notification;


@end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-7.5.1 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-7.4.1 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-7.1.17 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-6.2.0 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-6.0.11 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.18 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.17 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.15 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.0.22 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.2 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.0.7 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.0.3 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
rhodes-5.5.0 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
tauplatform-1.0.3 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
tauplatform-1.0.2 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h
tauplatform-1.0.1 lib/commonAPI/screenorientation/ext/platform/iphone/impl/ScreenorientationSingleton.h