C# Class Praeclarum.UI.DocumentThumbnailsAppDelegate

Inheritance: DocumentAppDelegate
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes protégées

Méthode Description
CreateDirectoryViewController ( string path ) : DocumentsViewController
SetRootViewController ( ) : void
ShowEditor ( int docIndex, bool advance, bool animated, UIViewController newEditorVC ) : void

Method Details

CreateDirectoryViewController() protected méthode

protected CreateDirectoryViewController ( string path ) : DocumentsViewController
path string
Résultat DocumentsViewController

SetRootViewController() protected méthode

protected SetRootViewController ( ) : void
Résultat void

ShowEditor() protected méthode

protected ShowEditor ( int docIndex, bool advance, bool animated, UIViewController newEditorVC ) : void
docIndex int
advance bool
animated bool
newEditorVC UIViewController
Résultat void