C# Class iTunesAgent.UI.MainForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: notpod/Notpod Class Usage Examples

Public Methods

Method Description
DeviceRemovedEventHandler ( CompatibleDevice removedDevice ) : void
MainForm ( ) : System
NewDeviceConnectedEventHandler ( CompatibleDevice connectedDevice ) : void
SwitchToPanel ( string panel_name ) : void

Switch to the panel named panel_name.

SwithcToMyDevicesPanel ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

WndProc override.

Private Methods

Method Description
GetDevicesPanel ( ) : DevicesPanel
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeDevicesManager ( ) : void
InitializePanels ( ) : void
LoadConfiguration ( ) : void
LoadPreviousPanel ( ) : void
MainForm_Load ( object sender, EventArgs e ) : void
PopulateMediaSoftwareServices ( ) : void
ResetButtonState ( ) : void
SetCommonPanelProperties ( ) : void
SetSelectedColor ( object sender ) : void
btnMyDevices_Click ( object sender, EventArgs e ) : void
btnPlaylists_Click ( object sender, EventArgs e ) : void
btnPreferences_Click ( object sender, EventArgs e ) : void
buttonHome_Click ( object sender, EventArgs e ) : void
trayIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

DeviceRemovedEventHandler() public method

public DeviceRemovedEventHandler ( CompatibleDevice removedDevice ) : void
removedDevice CompatibleDevice
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( ) : System
return System

NewDeviceConnectedEventHandler() public method

public NewDeviceConnectedEventHandler ( CompatibleDevice connectedDevice ) : void
connectedDevice CompatibleDevice
return void

SwitchToPanel() public method

Switch to the panel named panel_name.
public SwitchToPanel ( string panel_name ) : void
panel_name string Name of panel to switch to. This panel /// must be loaded into the panels array.
return void

SwithcToMyDevicesPanel() public method

public SwithcToMyDevicesPanel ( ) : void
return void

WndProc() protected method

WndProc override.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void