C# Class Praeclarum.UI.DocumentsViewController

Inheritance: UIViewController, IUIViewControllerPreviewingDelegate
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Private Properties

Свойство Type Description
BindEditorAsync System.Threading.Tasks.Task
GetModifiedTimeAsync DateTime>>.Task
GetSelectedFiles IFile[]
HandleAction void
HandleAdd void
HandleCancelSelection void
HandleDelete void
HandleDone void
HandleDuplicate void
HandleLamda void
HandleLongPress void
HandleMove void
HandlePatron void
HandleRenameRequested void
HandleSelectedDocumentsChanged void
HandleSortChanged void
HandleStorage void
HandleTitleTap void
LoadDocsUnsafe System.Threading.Tasks.Task
PerformActionOnDocument System.Threading.Tasks.Task
RefreshListTimes void
Rename System.Threading.Tasks.Task
SetEditingNavItems void
SetNormalNav void
SetNormalNavItems void
SetSelecting void
SetSelectingNavItems void
SetSpecialNav void
SetTitle void
ShowSyncError void
SwitchToMode void
UpdateEditingForSelection void

Méthodes publiques

Méthode Description
CommitViewController ( IUIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit ) : void
DocumentsViewController ( string directory, DocumentsViewMode viewMode ) : System
GetViewControllerForPreview ( IUIViewControllerPreviewing previewingContext, CoreGraphics location ) : UIViewController
InsertDocument ( int docIndex, DocumentReference dr ) : void
LoadDocs ( ) : System.Threading.Tasks.Task
LoadFolders ( ) : System.Threading.Tasks.Task
PreferredStatusBarStyle ( ) : UIStatusBarStyle
RemoveDocuments ( string paths, bool animated ) : void
SetEditing ( bool editing, bool animated ) : void
SetOpenedDocument ( int docIndex, bool animated ) : void
UpdateDocument ( int docIndex ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Méthodes protégées

Méthode Description
ReloadData ( ) : void
UpdateToolbar ( bool animated ) : void
WhenViewLoaded ( System.Action action ) : void

Private Methods

Méthode Description
BindEditorAsync ( IDocumentEditor newEditor ) : System.Threading.Tasks.Task
GetModifiedTimeAsync ( IFile file ) : DateTime>>.Task
GetSelectedFiles ( ) : IFile[]
HandleAction ( object sender, EventArgs e ) : void
HandleAdd ( object sender, EventArgs e ) : void
HandleCancelSelection ( object sender, EventArgs e ) : void
HandleDelete ( object sender, EventArgs e ) : void
HandleDone ( object sender, EventArgs e ) : void
HandleDuplicate ( object sender, EventArgs e ) : void
HandleLamda ( object sender, EventArgs e ) : void
HandleLongPress ( UILongPressGestureRecognizer gestureRecognizer ) : void
HandleMove ( object sender, EventArgs e ) : void
HandlePatron ( object sender, EventArgs e ) : void
HandleRenameRequested ( DocumentReference docRef, object arg2 ) : void
HandleSelectedDocumentsChanged ( object sender, System e ) : void
HandleSortChanged ( object sender, EventArgs e ) : void
HandleStorage ( object sender, EventArgs e ) : void
HandleTitleTap ( object sender, EventArgs e ) : void
LoadDocsUnsafe ( ) : System.Threading.Tasks.Task
PerformActionOnDocument ( string filePath ) : System.Threading.Tasks.Task
RefreshListTimes ( NSTimer timer ) : void
Rename ( DocumentReference docRef, string newName ) : System.Threading.Tasks.Task
SetEditingNavItems ( bool animated ) : void
SetNormalNav ( bool animated ) : void
SetNormalNavItems ( bool animated ) : void
SetSelecting ( bool selecting, bool animated ) : void
SetSelectingNavItems ( bool animated ) : void
SetSpecialNav ( bool animated ) : void
SetTitle ( ) : void
ShowSyncError ( ) : void
SwitchToMode ( bool animated ) : void
UpdateEditingForSelection ( ) : void

Method Details

CommitViewController() public méthode

public CommitViewController ( IUIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit ) : void
previewingContext IUIViewControllerPreviewing
viewControllerToCommit UIViewController
Résultat void

DocumentsViewController() public méthode

public DocumentsViewController ( string directory, DocumentsViewMode viewMode ) : System
directory string
viewMode DocumentsViewMode
Résultat System

GetViewControllerForPreview() public méthode

public GetViewControllerForPreview ( IUIViewControllerPreviewing previewingContext, CoreGraphics location ) : UIViewController
previewingContext IUIViewControllerPreviewing
location CoreGraphics
Résultat UIViewController

InsertDocument() public méthode

public InsertDocument ( int docIndex, DocumentReference dr ) : void
docIndex int
dr Praeclarum.App.DocumentReference
Résultat void

LoadDocs() public méthode

public LoadDocs ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

LoadFolders() public méthode

public LoadFolders ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

PreferredStatusBarStyle() public méthode

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
Résultat UIStatusBarStyle

ReloadData() protected méthode

protected ReloadData ( ) : void
Résultat void

RemoveDocuments() public méthode

public RemoveDocuments ( string paths, bool animated ) : void
paths string
animated bool
Résultat void

SetEditing() public méthode

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
Résultat void

SetOpenedDocument() public méthode

public SetOpenedDocument ( int docIndex, bool animated ) : void
docIndex int
animated bool
Résultat void

UpdateDocument() public méthode

public UpdateDocument ( int docIndex ) : void
docIndex int
Résultat void

UpdateToolbar() protected méthode

protected UpdateToolbar ( bool animated ) : void
animated bool
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

WhenViewLoaded() protected méthode

protected WhenViewLoaded ( System.Action action ) : void
action System.Action
Résultat void

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void