C# Class Minesweeper.MinesweeperViewController

Inheritance: UIViewController
Exibir arquivo Open project: NashXam/minesweeper Class Usage Examples

Private Properties

Property Type Description
HandlePress void
OnTimerElapsed void
ReleaseDesignerOutlets void
ShowAlert void
ShowScore void
StartGame void
TagForTile int
TileForTag Point

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
MinesweeperViewController ( ) : System
MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
HandlePress ( ) : void
OnTimerElapsed ( object o, EventArgs e ) : void
ReleaseDesignerOutlets ( ) : void
ShowAlert ( ) : void
ShowScore ( MineSweeperGame g ) : void
StartGame ( ) : void
TagForTile ( int col, int row ) : int
TileForTag ( int tag ) : Point

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

MinesweeperViewController() public method

public MinesweeperViewController ( ) : System
return System

MotionEnded() public method

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void