C# 클래스 Tomboy.TaskManager.TaskManagerGui

The class that manages the Menu and GUI stuff of our Addin.
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List 1 사용 예제들

공개 메소드들

메소드 설명
StartListeners ( ) : void

Start all the Button etc. listeners of the gui.

StopListeners ( ) : void

Stop all the Button etc. listeners of the gui.

TaskManagerGui ( TaskManagerNoteAddin addin ) : System

Initialization, takes the Addin this gui is attached to.

비공개 메소드들

메소드 설명
OnAddDuedateActivated ( object sender, EventArgs args ) : void

The method that gets called when clcked on a duedate.

OnAddListActivated ( object sender, EventArgs args ) : void

Add a new tasklist into the buffer

OnAddPriorityActivated ( object sender, EventArgs args ) : void

Add priority widget to some task

OnPrintStructureActivated ( object sender, EventArgs args ) : void

Debug-Print the structure of tasks/tasklists

OnShowPriorityActivated ( object sender, EventArgs args ) : void

Toggle the visibility of the Priories

TogglePriorityVisibility ( ) : void

Switch on or of (depending on PriorityShown) the visibility of priorities in the Buffer

UpdateMenuSensitivity ( object sender, EventArgs args ) : void

Makes sure that add_priority menu items Sensitive property is set correctly according to where we currently are in the NoteBuffer

메소드 상세

StartListeners() 공개 메소드

Start all the Button etc. listeners of the gui.
public StartListeners ( ) : void
리턴 void

StopListeners() 공개 메소드

Stop all the Button etc. listeners of the gui.
public StopListeners ( ) : void
리턴 void

TaskManagerGui() 공개 메소드

Initialization, takes the Addin this gui is attached to.
public TaskManagerGui ( TaskManagerNoteAddin addin ) : System
addin TaskManagerNoteAddin
리턴 System