C# 클래스 Tomboy.TaskManager.DateTag

Tag that identifies a duedate. It is responsible for listening to clicks (opening calendar dialog), but also finding the duedate later on
상속: NoteTag
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List

공개 메소드들

메소드 설명
DateTag ( string name, TaskManagerNoteAddin addin ) : System

Initialisation with the name and the tasknote

Initialize ( string elementName ) : void

보호된 메소드들

메소드 설명
OnActivate ( NoteEditor editor, Gtk start, Gtk end ) : bool

Handles the click on the datetag: Opens up a calendar dialog

비공개 메소드들

메소드 설명
OnDialogResponse ( object obj, Gtk.ResponseArgs args ) : void

Gets the selected date from the calendar and updates the region of the duedate

메소드 상세

DateTag() 공개 메소드

Initialisation with the name and the tasknote
public DateTag ( string name, TaskManagerNoteAddin addin ) : System
name string /// A ///
addin TaskManagerNoteAddin /// A ///
리턴 System

Initialize() 공개 메소드

public Initialize ( string elementName ) : void
elementName string
리턴 void

OnActivate() 보호된 메소드

Handles the click on the datetag: Opens up a calendar dialog
protected OnActivate ( NoteEditor editor, Gtk start, Gtk end ) : bool
editor NoteEditor /// A ///
start Gtk /// A ///
end Gtk /// A ///
리턴 bool