Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

SourceViewerWidget Class Reference

Shows C# source code. It will be indented and keyword highlighted. It cannot be used for editing source code (use SourceEditorWidget). More...

List of all members.

Public Member Functions

 SourceViewerWidget (string languageMimeType)
void SetBufferAndIndent (string code)

Public Attributes

SourceBuffer SourceBuffer


Detailed Description

Shows C# source code. It will be indented and keyword highlighted. It cannot be used for editing source code (use SourceEditorWidget).


Constructor & Destructor Documentation

SourceViewerWidget::SourceViewerWidget string  languageMimeType  )  [inline]
 


Member Function Documentation

void SourceViewerWidget::SetBufferAndIndent string  code  )  [inline]
 


Member Data Documentation

SourceBuffer SourceViewerWidget::SourceBuffer
 


The documentation for this class was generated from the following file: SourceForge.net Logo