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.Modules.Editors.Module Class Reference
+ Inheritance diagram for CShell.Modules.Editors.Module:
+ Collaboration diagram for CShell.Modules.Editors.Module:

Public Member Functions

 Module ()
 
override void Initialize ()
 
IEnumerable< IResult > ExecuteFile ()
 
IEnumerable< IResult > ExecuteSelection ()
 
IEnumerable< IResult > Undo ()
 
IEnumerable< IResult > Redo ()
 
IEnumerable< IResult > Cut ()
 
IEnumerable< IResult > Copy ()
 
IEnumerable< IResult > Paste ()
 
IEnumerable< IResult > SelectAll ()
 
IEnumerable< IResult > Comment ()
 
IEnumerable< IResult > Uncomment ()
 
 Module ()
 
override void Initialize ()
 
IEnumerable< IResult > ExecuteFile ()
 
IEnumerable< IResult > ExecuteSelection ()
 
IEnumerable< IResult > Undo ()
 
IEnumerable< IResult > Redo ()
 
IEnumerable< IResult > Cut ()
 
IEnumerable< IResult > Copy ()
 
IEnumerable< IResult > Paste ()
 
IEnumerable< IResult > SelectAll ()
 
IEnumerable< IResult > Comment ()
 
IEnumerable< IResult > Uncomment ()
 
- Public Member Functions inherited from CShell.Framework.ModuleBase
void Dispose ()
 
void Dispose ()
 

Private Member Functions

IEnumerable< IResult > TryDocumentAction (Action< ITextDocument > action)
 
IEnumerable< IResult > TryDocumentAction (Action< ITextDocument > action)
 

Private Attributes

IWorkspaceActivator workspaceActivator
 

Additional Inherited Members

- Protected Member Functions inherited from CShell.Framework.ModuleBase
virtual void Dispose (bool disposing)
 
virtual void Dispose (bool disposing)
 
- Properties inherited from CShell.Framework.ModuleBase
IShell Shell [get]
 
IMenu MainMenu [get]
 
IToolBar ToolBar [get]
 
int Order [get, set]
 
- Properties inherited from CShell.Framework.IModule
int Order [get]
 

Constructor & Destructor Documentation

CShell.Modules.Editors.Module.Module ( )
inline
CShell.Modules.Editors.Module.Module ( )
inline

Member Function Documentation

IEnumerable<IResult> CShell.Modules.Editors.Module.ExecuteFile ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.ExecuteSelection ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Undo ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Redo ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Cut ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Copy ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Paste ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.SelectAll ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Comment ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Uncomment ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.TryDocumentAction ( Action< ITextDocument action)
inlineprivate
IEnumerable<IResult> CShell.Modules.Editors.Module.ExecuteFile ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.ExecuteSelection ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Undo ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Redo ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Cut ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Copy ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Paste ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.SelectAll ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Comment ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.Uncomment ( )
inline
IEnumerable<IResult> CShell.Modules.Editors.Module.TryDocumentAction ( Action< ITextDocument action)
inlineprivate

Member Data Documentation

IWorkspaceActivator CShell.Modules.Editors.Module.workspaceActivator
private

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