C# 클래스 PutioFS.Windows.MainWindow

파일 보기 프로젝트 열기: firat/PutioFS

공개 프로퍼티들

프로퍼티 타입 설명
AppContext ApplicationContext
Mounter WinMounter
context_menu_items MenuItem>.Dictionary
notify_icon NotifyIcon

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
GetDriveLetterFromMask ( int unitmask ) : char
InitializeComponent ( ) : void

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

메소드 상세

CreateMenuItem() 공개 메소드

public CreateMenuItem ( String label, EventHandler f ) : void
label String
f EventHandler
리턴 void

Dispose() 보호된 메소드

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

GoInvisible() 공개 메소드

public GoInvisible ( ) : void
리턴 void

HideLink() 공개 메소드

public HideLink ( String label ) : void
label String
리턴 void

InitializeTrayIcon() 공개 메소드

public InitializeTrayIcon ( ) : void
리턴 void

MainWindow() 공개 메소드

public MainWindow ( WinMounter wm ) : System
wm WinMounter
리턴 System

SetCacheDisplay() 공개 메소드

public SetCacheDisplay ( long size ) : void
size long
리턴 void

ShowLink() 공개 메소드

public ShowLink ( String label ) : void
label String
리턴 void

ToggleMountUnmount() 공개 메소드

public ToggleMountUnmount ( bool Mounted ) : void
Mounted bool
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m Message
리턴 void

프로퍼티 상세

AppContext 공개적으로 프로퍼티

public ApplicationContext AppContext
리턴 ApplicationContext

Mounter 공개적으로 프로퍼티

public WinMounter,PutioFS.Windows Mounter
리턴 WinMounter

context_menu_items 공개적으로 프로퍼티

public Dictionary context_menu_items
리턴 MenuItem>.Dictionary

notify_icon 공개적으로 프로퍼티

public NotifyIcon notify_icon
리턴 NotifyIcon