Click or drag to resize

OutputController Class

Controller for the output pad.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Main.ServicesOutputController

Namespace: Altaxo.Gui.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class OutputController : IMVCController, 
	IDisposable, ITextOutputService

The OutputController type exposes the following members.

Constructors
 NameDescription
Public methodOutputControllerInitializes a new instance of the OutputController class
Top
Properties
 NameDescription
Public propertyModelObject Gets the model (document) that this controller manages.
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInternalWrite Writes text internally if logging is enabled.
Public methodLoad Loads the controller state from XML.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Saves the controller state to XML.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite(String)Writes a string to the output.
Public methodWrite(String, Object) Writes text using the format string and the supplied parameters.
Public methodWrite(IFormatProvider, String, Object) Writes text using a format provider and a composite format string.
Public methodWriteLine Starts a new line.
Public methodWriteLine(String) Writes a string to the output and then starts a new line.
Public methodWriteLine(String, Object) Writes a line using the format string and the parameters, then starts a new line.
Public methodWriteLine(IFormatProvider, String, Object) Writes text using a format provider and a composite format string, then starts a new line.
Top
See Also