C# 클래스 LondonBike.NearDialogViewController

상속: MonoTouch.Dialog.DialogViewController
파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompassIsOn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RemoveTapHere ( ) : void

메소드 상세

HideCompassView() 공개 메소드

public HideCompassView ( ) : void
리턴 void

LoadAndShowCompassView() 공개 메소드

public LoadAndShowCompassView ( ) : void
리턴 void

NearDialogViewController() 공개 메소드

public NearDialogViewController ( ) : System
리턴 System

RefreshData() 공개 메소드

public RefreshData ( ) : void
리턴 void

ToggleCompassView() 공개 메소드

public ToggleCompassView ( ) : void
리턴 void

ToggleTapHereView() 공개 메소드

public ToggleTapHereView ( ) : void
리턴 void

UpdateCompass() 공개 메소드

public UpdateCompass ( int heading ) : void
heading int
리턴 void

UpdateNearestList() 공개 메소드

public UpdateNearestList ( ) : void
리턴 void

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

프로퍼티 상세

CompassIsOn 공개적으로 프로퍼티

public bool CompassIsOn
리턴 bool