C# 클래스 Praeclarum.UI.DocumentThumbnailsAppDelegate

상속: DocumentAppDelegate
파일 보기 프로젝트 열기: praeclarum/Praeclarum

보호된 메소드들

메소드 설명
CreateDirectoryViewController ( string path ) : DocumentsViewController
SetRootViewController ( ) : void
ShowEditor ( int docIndex, bool advance, bool animated, UIViewController newEditorVC ) : void

메소드 상세

CreateDirectoryViewController() 보호된 메소드

protected CreateDirectoryViewController ( string path ) : DocumentsViewController
path string
리턴 DocumentsViewController

SetRootViewController() 보호된 메소드

protected SetRootViewController ( ) : void
리턴 void

ShowEditor() 보호된 메소드

protected ShowEditor ( int docIndex, bool advance, bool animated, UIViewController newEditorVC ) : void
docIndex int
advance bool
animated bool
newEditorVC UIViewController
리턴 void