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
Показать файл Открыть проект

Открытые методы

Метод Описание
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