C# Class PutioFS.Windows.MainWindow

Afficher le fichier Open project: firat/PutioFS

Méthodes publiques

Свойство Type Description
AppContext ApplicationContext
Mounter WinMounter
context_menu_items MenuItem>.Dictionary
notify_icon NotifyIcon

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Méthode 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 méthode

public CreateMenuItem ( String label, EventHandler f ) : void
label String
f EventHandler
Résultat void

Dispose() protected méthode

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

GoInvisible() public méthode

public GoInvisible ( ) : void
Résultat void

HideLink() public méthode

public HideLink ( String label ) : void
label String
Résultat void

InitializeTrayIcon() public méthode

public InitializeTrayIcon ( ) : void
Résultat void

MainWindow() public méthode

public MainWindow ( WinMounter wm ) : System
wm WinMounter
Résultat System

SetCacheDisplay() public méthode

public SetCacheDisplay ( long size ) : void
size long
Résultat void

ShowLink() public méthode

public ShowLink ( String label ) : void
label String
Résultat void

ToggleMountUnmount() public méthode

public ToggleMountUnmount ( bool Mounted ) : void
Mounted bool
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void

Property Details

AppContext public_oe property

public ApplicationContext AppContext
Résultat ApplicationContext

Mounter public_oe property

public WinMounter,PutioFS.Windows Mounter
Résultat WinMounter

context_menu_items public_oe property

public Dictionary context_menu_items
Résultat MenuItem>.Dictionary

notify_icon public_oe property

public NotifyIcon notify_icon
Résultat NotifyIcon