Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
IOSScreenManager Class Reference

#import <IOSScreenManager.h>

Inheritance diagram for IOSScreenManager:

Instance Methods

(bool) - changeScreen:withMode:
 
(void- screenDisconnect
 
(void- fadeFromBlack:
 
(bool) - willSwitchToExternal:
 
(bool) - willSwitchToInternal:
 

Class Methods

(void+ updateResolutions
 
(id+ sharedInstance
 

Protected Attributes

unsigned int _screenIdx
 
bool _externalScreen
 
IOSEAGLView_glView
 
IOSExternalTouchController_externalTouchController
 
UIInterfaceOrientation _lastTouchControllerOrientation
 

Method Documentation

◆ changeScreen:withMode:

- (bool) changeScreen: (unsigned int)  screenIdx
withMode: (UIScreenMode *)  mode 

◆ fadeFromBlack:

- (void) fadeFromBlack: (CGFloat)  delaySecs

◆ screenDisconnect

- (void) screenDisconnect

◆ sharedInstance

+ (id) sharedInstance

◆ updateResolutions

+ (void) updateResolutions

◆ willSwitchToExternal:

- (bool) willSwitchToExternal: (unsigned int)  screenIdx

◆ willSwitchToInternal:

- (bool) willSwitchToInternal: (unsigned int)  screenIdx

Member Data Documentation

◆ _externalScreen

- (bool) _externalScreen
readassignprotected

◆ _externalTouchController

- (IOSExternalTouchController*) _externalTouchController
protected

◆ _glView

- (IOSEAGLView *) _glView
readwriteassignprotected

◆ _lastTouchControllerOrientation

- (UIInterfaceOrientation) _lastTouchControllerOrientation
readwriteprotected

◆ _screenIdx

- (unsigned int) _screenIdx
readassignprotected

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