C# Class wenku8.Model.Section.ReaderView

Inheritance: Net.Astropenguin.DataModel.ActiveData, IDisposable
Datei anzeigen Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
AutoAnchor bool
AutoBookmark bool
DoubleTap bool

Public Methods

Method 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

Method 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 method

public ApplyCustomAnchor ( int anchor ) : void
anchor int
return void

AutoVolumeAnchor() public method

public AutoVolumeAnchor ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetAutoAnchor() public method

Get Paragraph anchor using auto index for this chapter
public GetAutoAnchor ( ) : Paragraph
return Paragraph

Load() public method

public Load ( bool Cache = true ) : void
Cache bool
return void

ReaderView() public method

For Use in Settings
public ReaderView ( ) : System
return System

ReaderView() public method

public ReaderView ( BookItem B, Chapter C ) : System
B BookItem
C Chapter
return System

SelectAndAnchor() public method

public SelectAndAnchor ( Paragraph P ) : void
P Paragraph
return void

SelectIndex() public method

public SelectIndex ( int i ) : void
i int
return void

SetCustomAnchor() public method

public SetCustomAnchor ( string Name, Paragraph P ) : void
Name string
P Paragraph
return void

Property Details

AutoAnchor public_oe property

public bool AutoAnchor
return bool

AutoBookmark public_oe property

public bool AutoBookmark
return bool

DoubleTap public_oe property

public bool DoubleTap
return bool