C# 클래스 SIL.FieldWorks.TE.TeMainWnd.RestoreSelInfo

Contains information to restore a selection after applying a book filter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
IsActiveView bool
LocationTracker ILocationTracker
SelHelper SIL.FieldWorks.Common.RootSites.SelectionHelper
iBookAnchor int
iBookEnd int
iSectionAnchor int
iSectionEnd int

공개 메소드들

메소드 설명
RestoreSelInfo ( ILocationTracker locTracker, SelectionHelper selHelper, int iBookAnchor, int iSectionAnchor, int iBookEnd, int iSectionEnd, bool fIsActiveView ) : System

Initializes a new instance of the RestoreSelInfo struct.

메소드 상세

RestoreSelInfo() 공개 메소드

Initializes a new instance of the RestoreSelInfo struct.
public RestoreSelInfo ( ILocationTracker locTracker, SelectionHelper selHelper, int iBookAnchor, int iSectionAnchor, int iBookEnd, int iSectionEnd, bool fIsActiveView ) : System
locTracker ILocationTracker The location tracker.
selHelper SIL.FieldWorks.Common.RootSites.SelectionHelper The selection helper.
iBookAnchor int The index of the book (in the bookfilter) at the /// anchor.
iSectionAnchor int The index of the section at the anchor (relative to /// the book).
iBookEnd int The index of the book (in the bookfilter) at the /// end.
iSectionEnd int The index of the section at the end (relative to the /// book).
fIsActiveView bool true if the selection info is for the /// currently active view.
리턴 System

프로퍼티 상세

IsActiveView 공개적으로 프로퍼티

true if the selection info is for the currently active view
public bool IsActiveView
리턴 bool

LocationTracker 공개적으로 프로퍼티

The location tracker of the rootsite for this selection
public ILocationTracker LocationTracker
리턴 ILocationTracker

SelHelper 공개적으로 프로퍼티

public SelectionHelper,SIL.FieldWorks.Common.RootSites SelHelper
리턴 SIL.FieldWorks.Common.RootSites.SelectionHelper

iBookAnchor 공개적으로 프로퍼티

the index of the book (in the bookfilter) at the anchor
public int iBookAnchor
리턴 int

iBookEnd 공개적으로 프로퍼티

the index of the book (in the bookfilter) at the end
public int iBookEnd
리턴 int

iSectionAnchor 공개적으로 프로퍼티

the index of the section at the anchor (relative to the book)
public int iSectionAnchor
리턴 int

iSectionEnd 공개적으로 프로퍼티

the index of the section at the end (relative to the book)
public int iSectionEnd
리턴 int