IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Framework.ITextDocument Interface Reference
+ Inheritance diagram for CShell.Framework.ITextDocument:
+ Collaboration diagram for CShell.Framework.ITextDocument:

Public Member Functions

void Undo ()
 
void Redo ()
 
void Cut ()
 
void Copy ()
 
void Paste ()
 
void SelectAll ()
 
void Select (int start, int length)
 Selects a section in the text. More...
 
void Comment ()
 
void Uncomment ()
 
void Undo ()
 
void Redo ()
 
void Cut ()
 
void Copy ()
 
void Paste ()
 
void SelectAll ()
 
void Select (int start, int length)
 Selects a section in the text. More...
 
void Comment ()
 
void Uncomment ()
 
- Public Member Functions inherited from CShell.Framework.IDocument
void Save ()
 
void SaveAs (string newFile)
 
void Save ()
 
void SaveAs (string newFile)
 

Properties

string Text [get, set]
 
- Properties inherited from CShell.Framework.IDocument
ICommand CloseCommand [get]
 
Uri Uri [get]
 
bool IsDirty [get]
 

Member Function Documentation

void CShell.Framework.ITextDocument.Undo ( )
void CShell.Framework.ITextDocument.Redo ( )
void CShell.Framework.ITextDocument.Cut ( )
void CShell.Framework.ITextDocument.Copy ( )
void CShell.Framework.ITextDocument.Paste ( )
void CShell.Framework.ITextDocument.SelectAll ( )
void CShell.Framework.ITextDocument.Select ( int  start,
int  length 
)

Selects a section in the text.

Parameters
startThe start index of the selection.
lengthThe length of the selection.

Implemented in CShell.Modules.Editors.ViewModels.EditorViewModel, and CShell.Modules.Editors.ViewModels.EditorViewModel.

void CShell.Framework.ITextDocument.Comment ( )
void CShell.Framework.ITextDocument.Uncomment ( )
void CShell.Framework.ITextDocument.Undo ( )
void CShell.Framework.ITextDocument.Redo ( )
void CShell.Framework.ITextDocument.Cut ( )
void CShell.Framework.ITextDocument.Copy ( )
void CShell.Framework.ITextDocument.Paste ( )
void CShell.Framework.ITextDocument.SelectAll ( )
void CShell.Framework.ITextDocument.Select ( int  start,
int  length 
)

Selects a section in the text.

Parameters
startThe start index of the selection.
lengthThe length of the selection.

Implemented in CShell.Modules.Editors.ViewModels.EditorViewModel, and CShell.Modules.Editors.ViewModels.EditorViewModel.

void CShell.Framework.ITextDocument.Comment ( )
void CShell.Framework.ITextDocument.Uncomment ( )

Property Documentation

string CShell.Framework.ITextDocument.Text
getset

The documentation for this interface was generated from the following file: