C# Class LondonBike.NearDialogViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Datei anzeigen Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
CompassIsOn bool

Public Methods

Method Description
HideCompassView ( ) : void
LoadAndShowCompassView ( ) : void
NearDialogViewController ( ) : System
RefreshData ( ) : void
ToggleCompassView ( ) : void
ToggleTapHereView ( ) : void
UpdateCompass ( int heading ) : void
UpdateNearestList ( ) : void
ViewDidAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
RemoveTapHere ( ) : void

Method Details

HideCompassView() public method

public HideCompassView ( ) : void
return void

LoadAndShowCompassView() public method

public LoadAndShowCompassView ( ) : void
return void

NearDialogViewController() public method

public NearDialogViewController ( ) : System
return System

RefreshData() public method

public RefreshData ( ) : void
return void

ToggleCompassView() public method

public ToggleCompassView ( ) : void
return void

ToggleTapHereView() public method

public ToggleTapHereView ( ) : void
return void

UpdateCompass() public method

public UpdateCompass ( int heading ) : void
heading int
return void

UpdateNearestList() public method

public UpdateNearestList ( ) : void
return void

ViewDidAppear() public method

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

ViewWillDisappear() public method

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

Property Details

CompassIsOn public_oe property

public bool CompassIsOn
return bool