C# Class Windows.MainWindow

Inheritance: System.Windows.Forms.Form, Graphite.Core.IUISet
Show file Open project: microcone/microconesdk

Public Methods

Method Description
HwndSourceHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
MainWindow ( ) : System
SetRecordFlashState ( bool flashState ) : void

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void
OnClosed ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method 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 method

public HwndSourceHook ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd IntPtr
msg int
wParam IntPtr
lParam IntPtr
handled bool
return IntPtr

MainWindow() public method

public MainWindow ( ) : System
return System

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e EventArgs
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e EventArgs
return void

SetRecordFlashState() public method

public SetRecordFlashState ( bool flashState ) : void
flashState bool
return void