C# Class FilterDemoFramework.FilterView

Inheritance: UIView
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultMaxHertz float
DefaultMinHertz float

Méthodes publiques

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

Private Methods

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

Method Details

AwakeFromNib() public méthode

public AwakeFromNib ( ) : void
Résultat void

FilterView() public méthode

public FilterView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

GetFrequencyData() public méthode

public GetFrequencyData ( ) : double[]
Résultat double[]

GetLocationForDbValue() public méthode

public GetLocationForDbValue ( float value ) : float
value float
Résultat float

SetMagnitudes() public méthode

public SetMagnitudes ( double magnitudeData ) : void
magnitudeData double
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

Property Details

DefaultMaxHertz public_oe static_oe property

public static float DefaultMaxHertz
Résultat float

DefaultMinHertz public_oe static_oe property

public static float DefaultMinHertz
Résultat float