C# Class UserInterface.LoadEQ

Interaction logic for LoadEQ.xaml
Mostra file Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method Description
ClearListView ( ) : void

clears the listView and reloads it

LoadEQ ( PlayControler aPlayControler, Window w1 ) : System.Windows

Constructor Equalizer Window Load

Private Methods

Method Description
LoadEQ_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Drag the Window by just click on whitespace and drag

Window_Loaded ( object sender, RoutedEventArgs e ) : void

Window has Loaded

buttonSaveEQ_close_Click ( object sender, RoutedEventArgs e ) : void

closes the window

buttonSaveEQ_delete_Click ( object sender, RoutedEventArgs e ) : void

deletes a EQ Setting and updates the listView

buttonSaveEQ_load_Click ( object sender, RoutedEventArgs e ) : void

loads the select EQ setting

mouseDoubleClick_LoadEQ ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

loads the select EQ setting

Method Details

ClearListView() public method

clears the listView and reloads it
public ClearListView ( ) : void
return void

LoadEQ() public method

Constructor Equalizer Window Load
public LoadEQ ( PlayControler aPlayControler, Window w1 ) : System.Windows
aPlayControler PlayControl.PlayControler not used
w1 System.Windows.Window not used
return System.Windows