Click or drag to resize

Altaxo.Gui.Workbench Namespace

[Missing <summary> documentation for "N:Altaxo.Gui.Workbench"]

Classes
 ClassDescription
Public classAbstractPadContent 
Public classAbstractViewContent Provides a default implementation for the IViewContent interface. It provides a files collection that, by default, automatically registers the view with the files added to it. Several properties have default implementation that depend on the contents of the files collection, e.g. IsDirty is true when at least one of the files in the collection is dirty. To support the changed event, this class registers event handlers with the members of the files collection. When used with an empty Files collection, IsViewOnly will return true and this class can be used as a base class for view contents not using files.
Public classLanguageDependentString 
Public classPadDescriptor Describes a pad.
Public classShutdownService 
Public classStartupSettings This class contains properties about the start of the application.
Public classViewStatesMemento Stores the currently selected view, so that the last selected view can be selected again after loading a project.
Public classWorkbenchState Represents a workbench state that is not minimized, i.e. either maximized or normal.
Interfaces
 InterfaceDescription
Public interfaceINavigationPoint Interface for classes that store navigational information for the navigational services.
Public interfaceIPadContent The IPadContent interface is interface of the viewmodel of all "tool" windows.
Public interfaceIStatusBarView 
Public interfaceIViewContent Interface for the viewmodel part of a document that is shown in the document area of the workbench.
Public interfaceIWorkbench Summary description for IWorkbench.
Public interfaceIWorkbenchContent Common base interface for both IPadContent and IViewContent.
Enumerations
 EnumerationDescription
Public enumerationDefaultPadPositions Indicates the default position for a pad. This is a bit-flag enum, Hidden can be combined with the directions.