C# Class Windows.MainWindow

Inheritance: System.Windows.Forms.Form, Graphite.Core.IUISet
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
SetRecordFlashState ( bool flashState ) : void

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, Windows.RoutedEventArgs e ) : void
Button_Click_Enabled ( object sender, Windows.RoutedEventArgs e ) : void
Button_Click_Record ( object sender, Windows.RoutedEventArgs e ) : void
Button_Click_Reset ( object sender, Windows.RoutedEventArgs e ) : void
Button_Click_Stereo ( object sender, Windows.RoutedEventArgs e ) : void
Button_Click_Stop ( object sender, Windows.RoutedEventArgs e ) : void
InitClient ( ) : void
MainWindow_Loaded ( object sender, Windows.RoutedEventArgs e ) : void
Refresh ( ) : void
SliderChange ( ) : void
UpdateBrowseButton ( ) : void
UpdateSectorEnabled ( int sectorEnabled ) : void
UpdateSettings ( ) : void
UpdateSliderEnabled ( ) : void
UpdateSliders ( float masterGain, float sectorGain ) : void
browseButton_Click ( object sender, Windows.RoutedEventArgs e ) : 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 IntPtr
msg int
wParam IntPtr
lParam IntPtr
handled bool
Résultat IntPtr

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnActivated() protected méthode

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

OnClosed() protected méthode

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

OnSourceInitialized() protected méthode

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

SetRecordFlashState() public méthode

public SetRecordFlashState ( bool flashState ) : void
flashState bool
Résultat void