C# Class PdfMod.Gui.DocumentIconView

Inheritance: Gtk.IconView, IDisposable
Datei anzeigen Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool
OnScrollEvent ( Gdk evnt ) : bool

Private Methods

Method Description
GetDropIndex ( int x, int y ) : int
SetItemSize ( int w ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DocumentIconView() public method

public DocumentIconView ( Client app ) : System
app Client
return System

GetCorrectedPathAndPosition() public method

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

HandleButtonPressEvent() public method

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
return void

HandleDragBegin() public method

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

HandleDragDataGet() public method

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

HandleDragDataReceived() public method

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

HandleDragLeave() public method

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

HandlePopupMenu() public method

public HandlePopupMenu ( object o, PopupMenuArgs args ) : void
o object
args PopupMenuArgs
return void

HandleSelectionChanged() public method

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

HandleSizeAllocated() public method

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

OnDragMotion() protected method

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

OnPagesAdded() public method

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

OnPagesChanged() public method

public OnPagesChanged ( Page pages ) : void
pages PdfMod.Pdf.Page
return void

OnPagesMoved() public method

public OnPagesMoved ( ) : void
return void

OnPagesRemoved() public method

public OnPagesRemoved ( Page pages ) : void
pages PdfMod.Pdf.Page
return void

OnScrollEvent() protected method

protected OnScrollEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

Refresh() public method

public Refresh ( ) : void
return void

RefreshSelection() public method

public RefreshSelection ( ) : void
return void

SetDestInfo() public method

public SetDestInfo ( int x, int y ) : void
x int
y int
return void

SetDocument() public method

public SetDocument ( Document new_doc ) : void
new_doc Document
return void

SetPageSelectionMode() public method

public SetPageSelectionMode ( PageSelectionMode mode ) : void
mode PageSelectionMode
return void

SetSelectionMatchQuery() public method

public SetSelectionMatchQuery ( string query ) : void
query string
return void

UpdateAllPages() public method

public UpdateAllPages ( ) : void
return void

Zoom() public method

public Zoom ( int pixels ) : void
pixels int
return void

Zoom() public method

public Zoom ( int pixels, bool absolute ) : void
pixels int
absolute bool
return void

ZoomFit() public method

public ZoomFit ( ) : void
return void