C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.DummyRootBox

Inheritance: IVwRootBox
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
Text string

Méthodes publiques

Méthode Description
Activate ( VwSelectionState vss ) : void
Close ( ) : void
DeleteRangeIfComplex ( IVwGraphics _vg, bool &_fWasComplex ) : void
Deserialize ( System _strm ) : void
DestroySelection ( ) : void
DoSpellCheckStep ( ) : bool
DrawRoot ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst, bool fDrawSel ) : void
DrawRoot2 ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst, bool fDrawSel, int ysTop, int dysHeight ) : void
DrawingErrors ( IVwGraphics _vg ) : void
DummyRootBox ( SimpleRootSite srs ) : System
FlashInsertionPoint ( ) : void
GetRootObject ( int &_hvo, IVwViewConstructor &_pvwvc, int &_frag, IVwStylesheet &_pss ) : void
GetRootVariant ( ) : object
GetTotalPrintPages ( IVwPrintContext _vpc ) : int
InitializePrinting ( IVwPrintContext _vpc ) : void
IsDirty ( ) : bool
IsSpellCheckComplete ( ) : bool
Layout ( IVwGraphics _vg, int dxsAvailWidth ) : void
LoseFocus ( ) : bool
MakeRangeSelection ( IVwSelection _selAnchor, IVwSelection _selEnd, bool fInstall ) : IVwSelection
MakeSelAt ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst, bool fInstall ) : IVwSelection
MakeSelInBox ( IVwSelection _selInit, bool fEndPoint, int iLevel, int iBox, bool fInitial, bool fRange, bool fInstall ) : IVwSelection
MakeSelInObj ( int ihvoRoot, int cvsli, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int tag, bool fInstall ) : IVwSelection
MakeSimpleSel ( bool fInitial, bool fEdit, bool fRange, bool fInstall ) : IVwSelection
MakeTextSelInObj ( int ihvoRoot, int cvsli, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int cvsliEnd, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsliEnd, bool fInitial, bool fEdit, bool fRange, bool fWholeObj, bool fInstall ) : IVwSelection
MakeTextSelection ( int ihvoRoot, int cvlsi, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int tagTextProp, int cpropPrevious, int ichAnchor, int ichEnd, int ws, bool fAssocPrev, int ihvoEnd, ITsTextProps _ttpIns, bool fInstall ) : IVwSelection
MouseDblClk ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
MouseDown ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
MouseDownExtended ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
MouseMoveDrag ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
MouseUp ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
OnChar ( int chw ) : void
OnExtendedKey ( int chw, VwShiftStatus ss, int nFlags ) : int
OnStylesheetChange ( ) : void
OnSysChar ( int chw ) : void
OnTyping ( IVwGraphics _vg, string input, VwShiftStatus shiftStatus, int &_wsPending ) : void
PrepareToDraw ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst ) : VwPrepDrawResult
PrintSinglePage ( IVwPrintContext _vpc, int nPageNo ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
Reconstruct ( ) : void
RestartSpellChecking ( ) : void
Serialize ( System _strm ) : void
SetRootObject ( int hvo, IVwViewConstructor _vwvc, int frag, IVwStylesheet _ss ) : void
SetRootObjects ( int _rghvo, IVwViewConstructor _rgpvwvc, int _rgfrag, IVwStylesheet _ss, int chvo ) : void
SetRootString ( ITsString _tss, IVwStylesheet _ss, IVwViewConstructor _vwvc, int frag ) : void
SetRootVariant ( object v, IVwStylesheet _ss, IVwViewConstructor _vwvc, int frag ) : void
SetSite ( IVwRootSite _vrs ) : void
SetSpellingRepository ( IGetSpellChecker _gsp ) : void
SetTableColWidths ( VwLength _rgvlen, int cvlen ) : void
WriteWpx ( System _strm ) : void
get_IsClickInObject ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst, int &_odt ) : bool
get_IsClickInOverlayTag ( int xd, int yd, System.Utils rcSrc1, System.Utils rcDst1, int &_iGuid, string &_bstrGuids, System.Utils &_rcTag, System.Utils &_rcAllTags, bool &_fOpeningTag ) : bool
get_IsClickInText ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : bool

Method Details

Activate() public méthode

public Activate ( VwSelectionState vss ) : void
vss VwSelectionState
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

DeleteRangeIfComplex() public méthode

public DeleteRangeIfComplex ( IVwGraphics _vg, bool &_fWasComplex ) : void
_vg IVwGraphics
_fWasComplex bool
Résultat void

Deserialize() public méthode

public Deserialize ( System _strm ) : void
_strm System
Résultat void

DestroySelection() public méthode

public DestroySelection ( ) : void
Résultat void

DoSpellCheckStep() public méthode

public DoSpellCheckStep ( ) : bool
Résultat bool

DrawRoot() public méthode

public DrawRoot ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst, bool fDrawSel ) : void
_vg IVwGraphics
rcSrc System.Utils
rcDst System.Utils
fDrawSel bool
Résultat void

DrawRoot2() public méthode

public DrawRoot2 ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst, bool fDrawSel, int ysTop, int dysHeight ) : void
_vg IVwGraphics
rcSrc System.Utils
rcDst System.Utils
fDrawSel bool
ysTop int
dysHeight int
Résultat void

DrawingErrors() public méthode

public DrawingErrors ( IVwGraphics _vg ) : void
_vg IVwGraphics
Résultat void

DummyRootBox() public méthode

public DummyRootBox ( SimpleRootSite srs ) : System
srs SimpleRootSite
Résultat System

FlashInsertionPoint() public méthode

public FlashInsertionPoint ( ) : void
Résultat void

GetRootObject() public méthode

public GetRootObject ( int &_hvo, IVwViewConstructor &_pvwvc, int &_frag, IVwStylesheet &_pss ) : void
_hvo int
_pvwvc IVwViewConstructor
_frag int
_pss IVwStylesheet
Résultat void

GetRootVariant() public méthode

public GetRootVariant ( ) : object
Résultat object

GetTotalPrintPages() public méthode

public GetTotalPrintPages ( IVwPrintContext _vpc ) : int
_vpc IVwPrintContext
Résultat int

InitializePrinting() public méthode

public InitializePrinting ( IVwPrintContext _vpc ) : void
_vpc IVwPrintContext
Résultat void

IsDirty() public méthode

public IsDirty ( ) : bool
Résultat bool

IsSpellCheckComplete() public méthode

public IsSpellCheckComplete ( ) : bool
Résultat bool

Layout() public méthode

public Layout ( IVwGraphics _vg, int dxsAvailWidth ) : void
_vg IVwGraphics
dxsAvailWidth int
Résultat void

LoseFocus() public méthode

public LoseFocus ( ) : bool
Résultat bool

MakeRangeSelection() public méthode

public MakeRangeSelection ( IVwSelection _selAnchor, IVwSelection _selEnd, bool fInstall ) : IVwSelection
_selAnchor IVwSelection
_selEnd IVwSelection
fInstall bool
Résultat IVwSelection

MakeSelAt() public méthode

public MakeSelAt ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst, bool fInstall ) : IVwSelection
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
fInstall bool
Résultat IVwSelection

MakeSelInBox() public méthode

public MakeSelInBox ( IVwSelection _selInit, bool fEndPoint, int iLevel, int iBox, bool fInitial, bool fRange, bool fInstall ) : IVwSelection
_selInit IVwSelection
fEndPoint bool
iLevel int
iBox int
fInitial bool
fRange bool
fInstall bool
Résultat IVwSelection

MakeSelInObj() public méthode

public MakeSelInObj ( int ihvoRoot, int cvsli, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int tag, bool fInstall ) : IVwSelection
ihvoRoot int
cvsli int
_rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
tag int
fInstall bool
Résultat IVwSelection

MakeSimpleSel() public méthode

public MakeSimpleSel ( bool fInitial, bool fEdit, bool fRange, bool fInstall ) : IVwSelection
fInitial bool
fEdit bool
fRange bool
fInstall bool
Résultat IVwSelection

MakeTextSelInObj() public méthode

public MakeTextSelInObj ( int ihvoRoot, int cvsli, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int cvsliEnd, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsliEnd, bool fInitial, bool fEdit, bool fRange, bool fWholeObj, bool fInstall ) : IVwSelection
ihvoRoot int
cvsli int
_rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
cvsliEnd int
_rgvsliEnd SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
fInitial bool
fEdit bool
fRange bool
fWholeObj bool
fInstall bool
Résultat IVwSelection

MakeTextSelection() public méthode

public MakeTextSelection ( int ihvoRoot, int cvlsi, SIL.FieldWorks.Common.COMInterfaces.SelLevInfo _rgvsli, int tagTextProp, int cpropPrevious, int ichAnchor, int ichEnd, int ws, bool fAssocPrev, int ihvoEnd, ITsTextProps _ttpIns, bool fInstall ) : IVwSelection
ihvoRoot int
cvlsi int
_rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
tagTextProp int
cpropPrevious int
ichAnchor int
ichEnd int
ws int
fAssocPrev bool
ihvoEnd int
_ttpIns ITsTextProps
fInstall bool
Résultat IVwSelection

MouseDblClk() public méthode

public MouseDblClk ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat void

MouseDown() public méthode

public MouseDown ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat void

MouseDownExtended() public méthode

public MouseDownExtended ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat void

MouseMoveDrag() public méthode

public MouseMoveDrag ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat void

MouseUp() public méthode

public MouseUp ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : void
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat void

OnChar() public méthode

public OnChar ( int chw ) : void
chw int
Résultat void

OnExtendedKey() public méthode

public OnExtendedKey ( int chw, VwShiftStatus ss, int nFlags ) : int
chw int
ss VwShiftStatus
nFlags int
Résultat int

OnStylesheetChange() public méthode

public OnStylesheetChange ( ) : void
Résultat void

OnSysChar() public méthode

public OnSysChar ( int chw ) : void
chw int
Résultat void

OnTyping() public méthode

public OnTyping ( IVwGraphics _vg, string input, VwShiftStatus shiftStatus, int &_wsPending ) : void
_vg IVwGraphics
input string
shiftStatus VwShiftStatus
_wsPending int
Résultat void

PrepareToDraw() public méthode

public PrepareToDraw ( IVwGraphics _vg, System.Utils rcSrc, System.Utils rcDst ) : VwPrepDrawResult
_vg IVwGraphics
rcSrc System.Utils
rcDst System.Utils
Résultat VwPrepDrawResult

PrintSinglePage() public méthode

public PrintSinglePage ( IVwPrintContext _vpc, int nPageNo ) : void
_vpc IVwPrintContext
nPageNo int
Résultat void

PropChanged() public méthode

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
Résultat void

Reconstruct() public méthode

public Reconstruct ( ) : void
Résultat void

RestartSpellChecking() public méthode

public RestartSpellChecking ( ) : void
Résultat void

Serialize() public méthode

public Serialize ( System _strm ) : void
_strm System
Résultat void

SetRootObject() public méthode

public SetRootObject ( int hvo, IVwViewConstructor _vwvc, int frag, IVwStylesheet _ss ) : void
hvo int
_vwvc IVwViewConstructor
frag int
_ss IVwStylesheet
Résultat void

SetRootObjects() public méthode

public SetRootObjects ( int _rghvo, IVwViewConstructor _rgpvwvc, int _rgfrag, IVwStylesheet _ss, int chvo ) : void
_rghvo int
_rgpvwvc IVwViewConstructor
_rgfrag int
_ss IVwStylesheet
chvo int
Résultat void

SetRootString() public méthode

public SetRootString ( ITsString _tss, IVwStylesheet _ss, IVwViewConstructor _vwvc, int frag ) : void
_tss ITsString
_ss IVwStylesheet
_vwvc IVwViewConstructor
frag int
Résultat void

SetRootVariant() public méthode

public SetRootVariant ( object v, IVwStylesheet _ss, IVwViewConstructor _vwvc, int frag ) : void
v object
_ss IVwStylesheet
_vwvc IVwViewConstructor
frag int
Résultat void

SetSite() public méthode

public SetSite ( IVwRootSite _vrs ) : void
_vrs IVwRootSite
Résultat void

SetSpellingRepository() public méthode

public SetSpellingRepository ( IGetSpellChecker _gsp ) : void
_gsp IGetSpellChecker
Résultat void

SetTableColWidths() public méthode

public SetTableColWidths ( VwLength _rgvlen, int cvlen ) : void
_rgvlen VwLength
cvlen int
Résultat void

WriteWpx() public méthode

public WriteWpx ( System _strm ) : void
_strm System
Résultat void

get_IsClickInObject() public méthode

public get_IsClickInObject ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst, int &_odt ) : bool
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
_odt int
Résultat bool

get_IsClickInOverlayTag() public méthode

public get_IsClickInOverlayTag ( int xd, int yd, System.Utils rcSrc1, System.Utils rcDst1, int &_iGuid, string &_bstrGuids, System.Utils &_rcTag, System.Utils &_rcAllTags, bool &_fOpeningTag ) : bool
xd int
yd int
rcSrc1 System.Utils
rcDst1 System.Utils
_iGuid int
_bstrGuids string
_rcTag System.Utils
_rcAllTags System.Utils
_fOpeningTag bool
Résultat bool

get_IsClickInText() public méthode

public get_IsClickInText ( int xd, int yd, System.Utils rcSrc, System.Utils rcDst ) : bool
xd int
yd int
rcSrc System.Utils
rcDst System.Utils
Résultat bool

Property Details

Text public_oe property

public string Text
Résultat string