C# Class Praeclarum.UI.DocumentThumbnailsView

Inheritance: UICollectionView, IDocumentsView, IThemeAware
Exibir arquivo Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
AddId NSString
DirId NSString
FileId NSString
LabelHeight float
Margin float
NotReadyId NSString
PatronId NSString
SortId NSString

Public Methods

Method 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

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

Method Details

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

DocumentThumbnailsView() public method

public DocumentThumbnailsView ( CGRect frame ) : System
frame CGRect
return System

GetItemAtPoint() public method

public GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
p Praeclarum
return DocumentsViewItem

HandleRenameRequested() public method

public HandleRenameRequested ( object sender, EventArgs a ) : void
sender object
a System.EventArgs
return void

RefreshListTimes() public method

public RefreshListTimes ( ) : void
return void

SetEditing() public method

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
return void

SetOpenedDocument() public method

public SetOpenedDocument ( int docIndex, bool animated ) : void
docIndex int
animated bool
return void

SetSelecting() public method

public SetSelecting ( bool selecting, bool animated ) : void
selecting bool
animated bool
return void

ShowItem() public method

public ShowItem ( int docIndex, bool animated ) : void
docIndex int
animated bool
return void

UpdateItem() public method

public UpdateItem ( int docIndex ) : void
docIndex int
return void

UpdateLayout() public method

public UpdateLayout ( ) : void
return void

Property Details

AddId public_oe static_oe property

public static NSString AddId
return NSString

DirId public_oe static_oe property

public static NSString DirId
return NSString

FileId public_oe static_oe property

public static NSString FileId
return NSString

LabelHeight public_oe static_oe property

public static float LabelHeight
return float

Margin public_oe static_oe property

public static float Margin
return float

NotReadyId public_oe static_oe property

public static NSString NotReadyId
return NSString

PatronId public_oe static_oe property

public static NSString PatronId
return NSString

SortId public_oe static_oe property

public static NSString SortId
return NSString