C# 클래스 Tomboy.Git.GitNoteAddin

상속: Tomboy.NoteAddin
파일 보기 프로젝트 열기: hb/tomboy-git-addin

Private Properties

프로퍼티 타입 설명
GetLinkText string
GitNoteAddin System
HandleDrop void
HandleDrops void
OnDragDataReceived void
g_signal_stop_emission_by_name void

공개 메소드들

메소드 설명
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
GetLinkText ( string repository_path, string treeish ) : string
GitNoteAddin ( ) : System
HandleDrop ( int xx, int yy, bool first, string repository_path, string treeish ) : void
HandleDrops ( int xx, int yy, string treeish_list_string ) : void
OnDragDataReceived ( object sender, Gtk args ) : void
g_signal_stop_emission_by_name ( IntPtr raw, string name ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OnNoteOpened() 공개 메소드

public OnNoteOpened ( ) : void
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void