C# 클래스 FilterDemoFramework.FilterView

상속: UIView
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultMaxHertz float
DefaultMinHertz float

공개 메소드들

메소드 설명
AwakeFromNib ( ) : void
FilterView ( IntPtr handle ) : System
GetFrequencyData ( ) : double[]
GetLocationForDbValue ( float value ) : float
SetMagnitudes ( double magnitudeData ) : void
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

비공개 메소드들

메소드 설명
CreateControlPoint ( ) : void
CreateDbLabelsAndLines ( ) : void
CreateFrequencyLabelsAndLines ( ) : void
GetDbValue ( nfloat location ) : float
GetFrequencyValue ( nfloat location ) : float
GetLocationForFrequencyValue ( float value ) : float
GetLogValue ( float number, float baseNum ) : float
GetString ( float value ) : string
GetValue ( nfloat gridIndex ) : float
LayoutSublayersOfLayer ( CALayer layer ) : void
ProcessTouch ( CGPoint touchPoint ) : CGPoint
ReleaseDesignerOutlets ( ) : void
UpdateControls ( bool refreshColor ) : void
UpdateDbLayers ( ) : void
UpdateFrequenciesAndResonance ( ) : void
UpdateFrequencyLayers ( ) : void

메소드 상세

AwakeFromNib() 공개 메소드

public AwakeFromNib ( ) : void
리턴 void

FilterView() 공개 메소드

public FilterView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

GetFrequencyData() 공개 메소드

public GetFrequencyData ( ) : double[]
리턴 double[]

GetLocationForDbValue() 공개 메소드

public GetLocationForDbValue ( float value ) : float
value float
리턴 float

SetMagnitudes() 공개 메소드

public SetMagnitudes ( double magnitudeData ) : void
magnitudeData double
리턴 void

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

프로퍼티 상세

DefaultMaxHertz 공개적으로 정적으로 프로퍼티

public static float DefaultMaxHertz
리턴 float

DefaultMinHertz 공개적으로 정적으로 프로퍼티

public static float DefaultMinHertz
리턴 float