Text |
[Missing <summary> documentation for "T:Altaxo.Gui.Text.Viewing.TextDocumentController"]
public class TextDocumentController : AbstractViewContent, IDisposable, IMVCANController, IMVCAController, IMVCController, IApplyController, ITextDocumentController
The TextDocumentController type exposes the following members.
Name | Description | |
---|---|---|
TextDocumentController | Initializes a new instance of the TextDocumentController class | |
TextDocumentController(TextDocument) | Initializes a new instance of the TextDocumentController class |
Name | Description | |
---|---|---|
CloseCommand | (Inherited from AbstractViewContent) | |
CloseWithSolution | (Inherited from AbstractViewContent) | |
ContentId |
Gets or sets the content identifier. Here, the content identifier is calculated of the reference hash of the document.
Setting is not implemented here.
(Inherited from AbstractViewContent) | |
IconSource | (Inherited from AbstractViewContent) | |
InfoTip | (Inherited from AbstractViewContent) | |
InitiallyFocusedControl | (Inherited from AbstractViewContent) | |
IsActive |
Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractViewContent) | |
IsContentVisible |
Gets a value indicating whether the content of this document window is visible (it is if either IsActive or IsSelected is visible.
(Inherited from AbstractViewContent) | |
IsDirty | (Inherited from AbstractViewContent) | |
IsDisposed | (Inherited from AbstractViewContent) | |
IsDisposeInProgress | (Inherited from AbstractViewContent) | |
IsOutlineVisible | ||
IsReadOnly |
Gets if the view content is read-only (can be saved only when choosing another file name).
(Inherited from AbstractViewContent) | |
IsSelected |
Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractViewContent) | |
IsViewOnly |
Gets if the view content is view-only (cannot be saved at all).
(Inherited from AbstractViewContent) | |
IsVisible |
Gets or sets the visibility of the document.
If false, the document tab header is not visible (but the document itself maybe visible !).
If true, the document tab header is visible (if it fits in the bar),
and the document is visible, if it is selected, too.
(Inherited from AbstractViewContent) | |
ModelObject | (Overrides AbstractViewContentModelObject) | |
Services | (Inherited from AbstractViewContent) | |
TextDocument | ||
Title |
Gets/Sets the title of the current tab page.
This value will be passed through the string parser before being displayed.
(Inherited from AbstractViewContent) | |
UseDocumentCopy | ||
ViewObject | (Overrides AbstractViewContentViewObject) |
Name | Description | |
---|---|---|
Apply | ||
BuildNavPoint | (Inherited from AbstractViewContent) | |
CanAcceptImageFileName | ||
CanClose | (Inherited from AbstractViewContent) | |
CanPaste | Determines whether this controller is able to accept data from the clipboard to be pasted into the text. Here we catch special cases like pasting of images. Thus, a return value of false does not mean that the data can not be pasted, it only mean that pasting should be delegated to the source text view. | |
ClearIsDirty | (Inherited from AbstractViewContent) | |
CopyTextWithImages | Copies the text with the local images to the clipboard. | |
Dispose | Releases all resources used by the TextDocumentController (Overrides AbstractViewContentDispose) | |
EhBeforeCompleteRendering | This event was fired by the markdown edit control before a complete rendering takes place. Here we update all properties that may influence the rendering (language, spell checking, hyphenation etc.) | |
EhFractionOfEditorWindowChanged | ||
EhIsViewerSelectedChanged | ||
EhReferencedImageUrlsChanged | ||
EhTitleLocalizationChanged | (Inherited from AbstractViewContent) | |
EhViewerConfigurationChanged | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
ExpandTextDocumentIntoNewDocument | Expands the current text document and stores it into a new text document in the same project folder. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetService(Type) | (Inherited from AbstractViewContent) | |
GetServiceT | (Inherited from AbstractViewContent) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize | ||
InitializeDocument | ||
InsertImageInDocumentAndGetUrl(String) | ||
InsertImageInDocumentAndGetUrl(Stream, String) | ||
InsertSourceTextAtCaretPosition | Inserts the provided markdown source text at the current caret position. | |
InternalInitializeDocument | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NotifyContentIdChanged |
Can be used to notify the view content that the ContentId maybe has changed.
(Inherited from AbstractViewContent) | |
OnClose | (Inherited from AbstractViewContent) | |
OnIsDirtyChanged | (Inherited from AbstractViewContent) | |
OnPropertyChanged | (Inherited from AbstractViewContent) | |
Paste | ||
PrintShowDialog | ||
RenumerateFigures | Expands the current text document and stores it into a new text document in the same project folder. | |
Revert | ||
SetDirty | (Inherited from AbstractViewContent) | |
SetDisposeInProgress |
Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more),
but should not release its resources yet (this is done later in Dispose).
(Inherited from AbstractViewContent) | |
SetLocalizedInfoTip |
Sets a localized info tip that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
SetLocalizedTitle |
Sets a localized title that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Disposed | (Inherited from AbstractViewContent) | |
IsDirtyChanged | (Inherited from AbstractViewContent) | |
PropertyChanged | (Inherited from AbstractViewContent) |
Name | Description | |
---|---|---|
_isActive | (Inherited from AbstractViewContent) | |
_isSelected | (Inherited from AbstractViewContent) | |
_isVisible | (Inherited from AbstractViewContent) | |
_title | (Inherited from AbstractViewContent) | |
_titleToBeLocalized | (Inherited from AbstractViewContent) | |
_view | ||
_weakEventHandlerForDoc_TunneledEvent |