C# 클래스 PdfMod.Gui.DocumentIconView

상속: Gtk.IconView, IDisposable
파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DocumentIconView ( Client app ) : System
GetCorrectedPathAndPosition ( int x, int y, Gtk.TreePath &path, IconViewDropPosition &pos ) : void
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
HandleDragBegin ( object o, Gtk.DragBeginArgs args ) : void
HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void
HandleDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
HandleDragLeave ( object o, Gtk.DragLeaveArgs args ) : void
HandlePopupMenu ( object o, PopupMenuArgs args ) : void
HandleSelectionChanged ( object o, EventArgs args ) : void
HandleSizeAllocated ( object o, EventArgs args ) : void
OnPagesAdded ( int index, Page pages ) : void
OnPagesChanged ( Page pages ) : void
OnPagesMoved ( ) : void
OnPagesRemoved ( Page pages ) : void
Refresh ( ) : void
RefreshSelection ( ) : void
SetDestInfo ( int x, int y ) : void
SetDocument ( Document new_doc ) : void
SetPageSelectionMode ( PageSelectionMode mode ) : void
SetSelectionMatchQuery ( string query ) : void
UpdateAllPages ( ) : void
Zoom ( int pixels ) : void
Zoom ( int pixels, bool absolute ) : void
ZoomFit ( ) : void

보호된 메소드들

메소드 설명
OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool
OnScrollEvent ( Gdk evnt ) : bool

비공개 메소드들

메소드 설명
GetDropIndex ( int x, int y ) : int
SetItemSize ( int w ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DocumentIconView() 공개 메소드

public DocumentIconView ( Client app ) : System
app Client
리턴 System

GetCorrectedPathAndPosition() 공개 메소드

public GetCorrectedPathAndPosition ( int x, int y, Gtk.TreePath &path, IconViewDropPosition &pos ) : void
x int
y int
path Gtk.TreePath
pos IconViewDropPosition
리턴 void

HandleButtonPressEvent() 공개 메소드

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
리턴 void

HandleDragBegin() 공개 메소드

public HandleDragBegin ( object o, Gtk.DragBeginArgs args ) : void
o object
args Gtk.DragBeginArgs
리턴 void

HandleDragDataGet() 공개 메소드

public HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void
o object
args Gtk.DragDataGetArgs
리턴 void

HandleDragDataReceived() 공개 메소드

public HandleDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
리턴 void

HandleDragLeave() 공개 메소드

public HandleDragLeave ( object o, Gtk.DragLeaveArgs args ) : void
o object
args Gtk.DragLeaveArgs
리턴 void

HandlePopupMenu() 공개 메소드

public HandlePopupMenu ( object o, PopupMenuArgs args ) : void
o object
args PopupMenuArgs
리턴 void

HandleSelectionChanged() 공개 메소드

public HandleSelectionChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
리턴 void

HandleSizeAllocated() 공개 메소드

public HandleSizeAllocated ( object o, EventArgs args ) : void
o object
args System.EventArgs
리턴 void

OnDragMotion() 보호된 메소드

protected OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool
context Gdk
x int
y int
time_ uint
리턴 bool

OnPagesAdded() 공개 메소드

public OnPagesAdded ( int index, Page pages ) : void
index int
pages PdfMod.Pdf.Page
리턴 void

OnPagesChanged() 공개 메소드

public OnPagesChanged ( Page pages ) : void
pages PdfMod.Pdf.Page
리턴 void

OnPagesMoved() 공개 메소드

public OnPagesMoved ( ) : void
리턴 void

OnPagesRemoved() 공개 메소드

public OnPagesRemoved ( Page pages ) : void
pages PdfMod.Pdf.Page
리턴 void

OnScrollEvent() 보호된 메소드

protected OnScrollEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RefreshSelection() 공개 메소드

public RefreshSelection ( ) : void
리턴 void

SetDestInfo() 공개 메소드

public SetDestInfo ( int x, int y ) : void
x int
y int
리턴 void

SetDocument() 공개 메소드

public SetDocument ( Document new_doc ) : void
new_doc Document
리턴 void

SetPageSelectionMode() 공개 메소드

public SetPageSelectionMode ( PageSelectionMode mode ) : void
mode PageSelectionMode
리턴 void

SetSelectionMatchQuery() 공개 메소드

public SetSelectionMatchQuery ( string query ) : void
query string
리턴 void

UpdateAllPages() 공개 메소드

public UpdateAllPages ( ) : void
리턴 void

Zoom() 공개 메소드

public Zoom ( int pixels ) : void
pixels int
리턴 void

Zoom() 공개 메소드

public Zoom ( int pixels, bool absolute ) : void
pixels int
absolute bool
리턴 void

ZoomFit() 공개 메소드

public ZoomFit ( ) : void
리턴 void