C# Class DevAudio.Microcone.Settings.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: microcone/microconesdk

Méthodes publiques

Méthode Description
HwndSourceHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnActivated ( EventArgs e ) : void
OnClosed ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
ActivityCallback ( IntPtr sectorActivityPtr, IntPtr sectorLocationPtr ) : void
Button_Click_DSP ( object sender, RoutedEventArgs e ) : void
Button_Click_Enabled ( object sender, RoutedEventArgs e ) : void
Button_Click_Reset ( object sender, RoutedEventArgs e ) : void
Button_Click_Stereo ( object sender, RoutedEventArgs e ) : void
InitClient ( ) : void
Refresh ( ) : void
SliderChange ( ) : void
UpdateSectorEnabled ( int sectorEnabled ) : void
UpdateSettings ( ) : void
UpdateSliderEnabled ( ) : void
UpdateSliders ( float masterGain, float sectorGain ) : void
sliderMaster_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
slider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

HwndSourceHook() public méthode

public HwndSourceHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
Résultat System.IntPtr

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void