C# Class PutioFS.Windows.MainWindow

Show file Open project: firat/PutioFS

Public Properties

Property Type Description
AppContext ApplicationContext
Mounter WinMounter
context_menu_items MenuItem>.Dictionary
notify_icon NotifyIcon

Public Methods

Method Description
CreateMenuItem ( String label, EventHandler f ) : void
GoInvisible ( ) : void
HideLink ( String label ) : void
InitializeTrayIcon ( ) : void
MainWindow ( WinMounter wm ) : System
SetCacheDisplay ( long size ) : void
ShowLink ( String label ) : void
ToggleMountUnmount ( bool Mounted ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
GetDriveLetterFromMask ( int unitmask ) : char
InitializeComponent ( ) : void

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

Method Details

CreateMenuItem() public method

public CreateMenuItem ( String label, EventHandler f ) : void
label String
f EventHandler
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

GoInvisible() public method

public GoInvisible ( ) : void
return void

HideLink() public method

public HideLink ( String label ) : void
label String
return void

InitializeTrayIcon() public method

public InitializeTrayIcon ( ) : void
return void

MainWindow() public method

public MainWindow ( WinMounter wm ) : System
wm WinMounter
return System

SetCacheDisplay() public method

public SetCacheDisplay ( long size ) : void
size long
return void

ShowLink() public method

public ShowLink ( String label ) : void
label String
return void

ToggleMountUnmount() public method

public ToggleMountUnmount ( bool Mounted ) : void
Mounted bool
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void

Property Details

AppContext public property

public ApplicationContext AppContext
return ApplicationContext

Mounter public property

public WinMounter,PutioFS.Windows Mounter
return WinMounter

context_menu_items public property

public Dictionary context_menu_items
return MenuItem>.Dictionary

notify_icon public property

public NotifyIcon notify_icon
return NotifyIcon