C# 클래스 Praeclarum.UI.DocumentsViewController

상속: UIViewController, IUIViewControllerPreviewingDelegate
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ReloadData ( ) : void
UpdateToolbar ( bool animated ) : void
WhenViewLoaded ( System.Action action ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CommitViewController() 공개 메소드

public CommitViewController ( IUIViewControllerPreviewing previewingContext, UIViewController viewControllerToCommit ) : void
previewingContext IUIViewControllerPreviewing
viewControllerToCommit UIViewController
리턴 void

DocumentsViewController() 공개 메소드

public DocumentsViewController ( string directory, DocumentsViewMode viewMode ) : System
directory string
viewMode DocumentsViewMode
리턴 System

GetViewControllerForPreview() 공개 메소드

public GetViewControllerForPreview ( IUIViewControllerPreviewing previewingContext, CoreGraphics location ) : UIViewController
previewingContext IUIViewControllerPreviewing
location CoreGraphics
리턴 UIViewController

InsertDocument() 공개 메소드

public InsertDocument ( int docIndex, DocumentReference dr ) : void
docIndex int
dr Praeclarum.App.DocumentReference
리턴 void

LoadDocs() 공개 메소드

public LoadDocs ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

LoadFolders() 공개 메소드

public LoadFolders ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

PreferredStatusBarStyle() 공개 메소드

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
리턴 UIStatusBarStyle

ReloadData() 보호된 메소드

protected ReloadData ( ) : void
리턴 void

RemoveDocuments() 공개 메소드

public RemoveDocuments ( string paths, bool animated ) : void
paths string
animated bool
리턴 void

SetEditing() 공개 메소드

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
리턴 void

SetOpenedDocument() 공개 메소드

public SetOpenedDocument ( int docIndex, bool animated ) : void
docIndex int
animated bool
리턴 void

UpdateDocument() 공개 메소드

public UpdateDocument ( int docIndex ) : void
docIndex int
리턴 void

UpdateToolbar() 보호된 메소드

protected UpdateToolbar ( bool animated ) : void
animated bool
리턴 void

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

WhenViewLoaded() 보호된 메소드

protected WhenViewLoaded ( System.Action action ) : void
action System.Action
리턴 void

WillRotate() 공개 메소드

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
리턴 void