C# Class wenku8.Model.Section.ReaderView

Inheritance: Net.Astropenguin.DataModel.ActiveData, IDisposable
Afficher le fichier Open project: tgckpg/wenku10 Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoAnchor bool
AutoBookmark bool
DoubleTap bool

Méthodes publiques

Méthode Description
ApplyCustomAnchor ( int anchor ) : void
AutoVolumeAnchor ( ) : void
Dispose ( ) : void
GetAutoAnchor ( ) : Paragraph

Get Paragraph anchor using auto index for this chapter

Load ( bool Cache = true ) : void
ReaderView ( ) : System

For Use in Settings

ReaderView ( BookItem B, Chapter C ) : System
SelectAndAnchor ( Paragraph P ) : void
SelectIndex ( int i ) : void
SetCustomAnchor ( string Name, Paragraph P ) : void

Private Methods

Méthode Description
AppSettings_PropertyChanged ( object sender, global e ) : void
ApplyCustomAnchors ( string cid, IList data ) : void
GetAnchors ( ) : IEnumerable
InitParams ( ) : void
RemoveAnchor ( BookmarkListItem flyoutTargetItem ) : void
SetContent ( Chapter C ) : void

Method Details

ApplyCustomAnchor() public méthode

public ApplyCustomAnchor ( int anchor ) : void
anchor int
Résultat void

AutoVolumeAnchor() public méthode

public AutoVolumeAnchor ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAutoAnchor() public méthode

Get Paragraph anchor using auto index for this chapter
public GetAutoAnchor ( ) : Paragraph
Résultat Paragraph

Load() public méthode

public Load ( bool Cache = true ) : void
Cache bool
Résultat void

ReaderView() public méthode

For Use in Settings
public ReaderView ( ) : System
Résultat System

ReaderView() public méthode

public ReaderView ( BookItem B, Chapter C ) : System
B BookItem
C Chapter
Résultat System

SelectAndAnchor() public méthode

public SelectAndAnchor ( Paragraph P ) : void
P Paragraph
Résultat void

SelectIndex() public méthode

public SelectIndex ( int i ) : void
i int
Résultat void

SetCustomAnchor() public méthode

public SetCustomAnchor ( string Name, Paragraph P ) : void
Name string
P Paragraph
Résultat void

Property Details

AutoAnchor public_oe property

public bool AutoAnchor
Résultat bool

AutoBookmark public_oe property

public bool AutoBookmark
Résultat bool

DoubleTap public_oe property

public bool DoubleTap
Résultat bool