C# Class Praeclarum.UI.DocumentThumbnailsView

Inheritance: UICollectionView, IDocumentsView, IThemeAware
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Свойство Type Description
AddId NSString
DirId NSString
FileId NSString
LabelHeight float
Margin float
NotReadyId NSString
PatronId NSString
SortId NSString

Méthodes publiques

Méthode Description
ApplyTheme ( Theme theme ) : void
DocumentThumbnailsView ( CGRect frame ) : System
GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
HandleRenameRequested ( object sender, EventArgs a ) : void
RefreshListTimes ( ) : void
SetEditing ( bool editing, bool animated ) : void
SetOpenedDocument ( int docIndex, bool animated ) : void
SetSelecting ( bool selecting, bool animated ) : void
ShowItem ( int docIndex, bool animated ) : void
UpdateItem ( int docIndex ) : void
UpdateLayout ( ) : void

Private Methods

Méthode Description
HandleSelectedDocumentsChanged ( object sender, System e ) : void
IDocumentsView ( int docIndices ) : void
IDocumentsView ( int docIndices, bool animated ) : void

Method Details

ApplyTheme() public méthode

public ApplyTheme ( Theme theme ) : void
theme Theme
Résultat void

DocumentThumbnailsView() public méthode

public DocumentThumbnailsView ( CGRect frame ) : System
frame CGRect
Résultat System

GetItemAtPoint() public méthode

public GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
p Praeclarum
Résultat DocumentsViewItem

HandleRenameRequested() public méthode

public HandleRenameRequested ( object sender, EventArgs a ) : void
sender object
a System.EventArgs
Résultat void

RefreshListTimes() public méthode

public RefreshListTimes ( ) : void
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

SetSelecting() public méthode

public SetSelecting ( bool selecting, bool animated ) : void
selecting bool
animated bool
Résultat void

ShowItem() public méthode

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

UpdateItem() public méthode

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

UpdateLayout() public méthode

public UpdateLayout ( ) : void
Résultat void

Property Details

AddId public_oe static_oe property

public static NSString AddId
Résultat NSString

DirId public_oe static_oe property

public static NSString DirId
Résultat NSString

FileId public_oe static_oe property

public static NSString FileId
Résultat NSString

LabelHeight public_oe static_oe property

public static float LabelHeight
Résultat float

Margin public_oe static_oe property

public static float Margin
Résultat float

NotReadyId public_oe static_oe property

public static NSString NotReadyId
Résultat NSString

PatronId public_oe static_oe property

public static NSString PatronId
Résultat NSString

SortId public_oe static_oe property

public static NSString SortId
Résultat NSString