C# Class TVOutManager.MainViewController

Inheritance: UIViewController
ファイルを表示 Open project: chrisbranson/MT-TVOutManager Class Usage Examples

Private Properties

Property Type Description
flipsideViewControllerDidFinish void
runTimer void
showActivity void
showInfo void
showInfo void
toggleSafeMode void
toggleSafeMode void
toggleVideoOutput void
toggleVideoOutput void

Public Methods

Method Description
MainViewController ( string nibName ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
screenDidConnectNotification ( ) : void
screenDidDisconnectNotification ( ) : void
screenModeDidChangeNotification ( ) : void

Private Methods

Method Description
flipsideViewControllerDidFinish ( FlipsideViewController vc ) : void
runTimer ( ) : void
showActivity ( ) : void
showInfo ( MonoTouch sender ) : void
showInfo ( UIButton sender ) : void
toggleSafeMode ( MonoTouch sender ) : void
toggleSafeMode ( UISwitch sender ) : void
toggleVideoOutput ( MonoTouch sender ) : void
toggleVideoOutput ( UISwitch sender ) : void

Method Details

MainViewController() public method

public MainViewController ( string nibName ) : System
nibName string
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

screenDidConnectNotification() public method

public screenDidConnectNotification ( ) : void
return void

screenDidDisconnectNotification() public method

public screenDidDisconnectNotification ( ) : void
return void

screenModeDidChangeNotification() public method

public screenModeDidChangeNotification ( ) : void
return void