C# Class Chokanbar.Model.MarkingSelectorViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

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

public ClearChildlen ( ) : void
return void

ExtractItems() public method

public ExtractItems ( ) : void
return void

ExtractKeyword() public method

public ExtractKeyword ( string keyword, System.Windows.Media.Brush brush ) : void
keyword string
brush System.Windows.Media.Brush
return void

ExtractStoryFrames() public method

public ExtractStoryFrames ( ) : void
return void

ExtractTalks() public method

public ExtractTalks ( ) : void
return void

JumpButtonPushed() public method

public JumpButtonPushed ( int moveIndex, string moveText ) : void
moveIndex int
moveText string
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

ReplaceAll() public method

public ReplaceAll ( string moveText ) : void
moveText string
return void

SetKeyword() public method

public SetKeyword ( string key ) : void
key string
return void

SetView() public method

public SetView ( MarkingSelector view, IEditor iEditor ) : void
view MarkingSelector
iEditor IEditor
return void

ShowMarks() public method

public ShowMarks ( IEnumerable markCollection, String document ) : void
markCollection IEnumerable
document String
return void