C# Class Chokanbar.Model.MarkingSelectorViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Méthode Description
ClearChildlen ( ) : void
ExtractItems ( ) : void
ExtractKeyword ( string keyword, System.Windows.Media.Brush brush ) : void
ExtractStoryFrames ( ) : void
ExtractTalks ( ) : void
JumpButtonPushed ( int moveIndex, string moveText ) : void
ReplaceAll ( string moveText ) : void
SetKeyword ( string key ) : void
SetView ( MarkingSelector view, IEditor iEditor ) : void
ShowMarks ( IEnumerable markCollection, String document ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
EventAggregator_AddIMarkableHandler ( object sender, AddIMarkableModelEventArgs arg ) : void
EventAggregator_DeleteIMarkableHandler ( object sender, DeleteIMarkableModelEventArgs arg ) : void
GenerateOrderedEnumerable ( IEnumerable markCollection ) : IOrderedEnumerable
GetAddControl ( Mark mark, String document ) : Control
GetHeadIndex ( int headIndex, string str ) : int
GetTailIndex ( int tailIndex, string str ) : int

Method Details

ClearChildlen() public méthode

public ClearChildlen ( ) : void
Résultat void

ExtractItems() public méthode

public ExtractItems ( ) : void
Résultat void

ExtractKeyword() public méthode

public ExtractKeyword ( string keyword, System.Windows.Media.Brush brush ) : void
keyword string
brush System.Windows.Media.Brush
Résultat void

ExtractStoryFrames() public méthode

public ExtractStoryFrames ( ) : void
Résultat void

ExtractTalks() public méthode

public ExtractTalks ( ) : void
Résultat void

JumpButtonPushed() public méthode

public JumpButtonPushed ( int moveIndex, string moveText ) : void
moveIndex int
moveText string
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

ReplaceAll() public méthode

public ReplaceAll ( string moveText ) : void
moveText string
Résultat void

SetKeyword() public méthode

public SetKeyword ( string key ) : void
key string
Résultat void

SetView() public méthode

public SetView ( MarkingSelector view, IEditor iEditor ) : void
view MarkingSelector
iEditor IEditor
Résultat void

ShowMarks() public méthode

public ShowMarks ( IEnumerable markCollection, String document ) : void
markCollection IEnumerable
document String
Résultat void