C# Class PdfMod.Gui.DocumentIconView

Inheritance: Gtk.IconView, IDisposable
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
GetDropIndex ( int x, int y ) : int
SetItemSize ( int w ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DocumentIconView() public méthode

public DocumentIconView ( Client app ) : System
app Client
Résultat System

GetCorrectedPathAndPosition() public méthode

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

HandleButtonPressEvent() public méthode

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
Résultat void

HandleDragBegin() public méthode

public HandleDragBegin ( object o, Gtk.DragBeginArgs args ) : void
o object
args Gtk.DragBeginArgs
Résultat void

HandleDragDataGet() public méthode

public HandleDragDataGet ( object o, Gtk.DragDataGetArgs args ) : void
o object
args Gtk.DragDataGetArgs
Résultat void

HandleDragDataReceived() public méthode

public HandleDragDataReceived ( object o, Gtk.DragDataReceivedArgs args ) : void
o object
args Gtk.DragDataReceivedArgs
Résultat void

HandleDragLeave() public méthode

public HandleDragLeave ( object o, Gtk.DragLeaveArgs args ) : void
o object
args Gtk.DragLeaveArgs
Résultat void

HandlePopupMenu() public méthode

public HandlePopupMenu ( object o, PopupMenuArgs args ) : void
o object
args PopupMenuArgs
Résultat void

HandleSelectionChanged() public méthode

public HandleSelectionChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

HandleSizeAllocated() public méthode

public HandleSizeAllocated ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

OnDragMotion() protected méthode

protected OnDragMotion ( Gdk context, int x, int y, uint time_ ) : bool
context Gdk
x int
y int
time_ uint
Résultat bool

OnPagesAdded() public méthode

public OnPagesAdded ( int index, Page pages ) : void
index int
pages PdfMod.Pdf.Page
Résultat void

OnPagesChanged() public méthode

public OnPagesChanged ( Page pages ) : void
pages PdfMod.Pdf.Page
Résultat void

OnPagesMoved() public méthode

public OnPagesMoved ( ) : void
Résultat void

OnPagesRemoved() public méthode

public OnPagesRemoved ( Page pages ) : void
pages PdfMod.Pdf.Page
Résultat void

OnScrollEvent() protected méthode

protected OnScrollEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RefreshSelection() public méthode

public RefreshSelection ( ) : void
Résultat void

SetDestInfo() public méthode

public SetDestInfo ( int x, int y ) : void
x int
y int
Résultat void

SetDocument() public méthode

public SetDocument ( Document new_doc ) : void
new_doc Document
Résultat void

SetPageSelectionMode() public méthode

public SetPageSelectionMode ( PageSelectionMode mode ) : void
mode PageSelectionMode
Résultat void

SetSelectionMatchQuery() public méthode

public SetSelectionMatchQuery ( string query ) : void
query string
Résultat void

UpdateAllPages() public méthode

public UpdateAllPages ( ) : void
Résultat void

Zoom() public méthode

public Zoom ( int pixels ) : void
pixels int
Résultat void

Zoom() public méthode

public Zoom ( int pixels, bool absolute ) : void
pixels int
absolute bool
Résultat void

ZoomFit() public méthode

public ZoomFit ( ) : void
Résultat void