C# Class Minesweeper.MinesweeperViewController

Inheritance: UIViewController
Afficher le fichier Open project: NashXam/minesweeper Class Usage Examples

Private Properties

Свойство Type Description
HandlePress void
OnTimerElapsed void
ReleaseDesignerOutlets void
ShowAlert void
ShowScore void
StartGame void
TagForTile int
TileForTag Point

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

MinesweeperViewController() public méthode

public MinesweeperViewController ( ) : System
Résultat System

MotionEnded() public méthode

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void