C# 클래스 Praeclarum.UI.DocumentThumbnailsView

상속: UICollectionView, IDocumentsView, IThemeAware
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 프로퍼티들

프로퍼티 타입 설명
AddId NSString
DirId NSString
FileId NSString
LabelHeight float
Margin float
NotReadyId NSString
PatronId NSString
SortId NSString

공개 메소드들

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

비공개 메소드들

메소드 설명
HandleSelectedDocumentsChanged ( object sender, System e ) : void
IDocumentsView ( int docIndices ) : void
IDocumentsView ( int docIndices, bool animated ) : void

메소드 상세

ApplyTheme() 공개 메소드

public ApplyTheme ( Theme theme ) : void
theme Theme
리턴 void

DocumentThumbnailsView() 공개 메소드

public DocumentThumbnailsView ( CGRect frame ) : System
frame CGRect
리턴 System

GetItemAtPoint() 공개 메소드

public GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
p Praeclarum
리턴 DocumentsViewItem

HandleRenameRequested() 공개 메소드

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

RefreshListTimes() 공개 메소드

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

SetSelecting() 공개 메소드

public SetSelecting ( bool selecting, bool animated ) : void
selecting bool
animated bool
리턴 void

ShowItem() 공개 메소드

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

UpdateItem() 공개 메소드

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

UpdateLayout() 공개 메소드

public UpdateLayout ( ) : void
리턴 void

프로퍼티 상세

AddId 공개적으로 정적으로 프로퍼티

public static NSString AddId
리턴 NSString

DirId 공개적으로 정적으로 프로퍼티

public static NSString DirId
리턴 NSString

FileId 공개적으로 정적으로 프로퍼티

public static NSString FileId
리턴 NSString

LabelHeight 공개적으로 정적으로 프로퍼티

public static float LabelHeight
리턴 float

Margin 공개적으로 정적으로 프로퍼티

public static float Margin
리턴 float

NotReadyId 공개적으로 정적으로 프로퍼티

public static NSString NotReadyId
리턴 NSString

PatronId 공개적으로 정적으로 프로퍼티

public static NSString PatronId
리턴 NSString

SortId 공개적으로 정적으로 프로퍼티

public static NSString SortId
리턴 NSString