C# Class SIL.FieldWorks.LexText.Controls.PatternView.PatternEditingHelper

We MUST inherit from this, not from just EditingHelper; otherwise, the right event isn't connected (in an overide of OnEditingHelperCreated) for us to get selection change notifications.
Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteEditingHelper
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
CanCopy ( ) : bool
CanCut ( ) : bool
CanPaste ( ) : bool
PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System

Méthodes protégées

Méthode Description
CallOnTyping ( string str, Keys modifiers ) : void

We don't want typing to do anything. On Linux, it does without this method, causing a crash immediately. See FWNX-1337.

Method Details

CallOnTyping() protected méthode

We don't want typing to do anything. On Linux, it does without this method, causing a crash immediately. See FWNX-1337.
protected CallOnTyping ( string str, Keys modifiers ) : void
str string
modifiers Keys
Résultat void

CanCopy() public méthode

public CanCopy ( ) : bool
Résultat bool

CanCut() public méthode

public CanCut ( ) : bool
Résultat bool

CanPaste() public méthode

public CanPaste ( ) : bool
Résultat bool

PatternEditingHelper() public méthode

public PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System
cache SIL.FieldWorks.FDO.FdoCache
callbacks IEditingCallbacks
Résultat System