Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Gui.Workbench"]
Class | Description | |
---|---|---|
AbstractPadContent | ||
AbstractViewContent | 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. | |
LanguageDependentString | ||
PadDescriptor | Describes a pad. | |
ShutdownService | ||
StartupSettings | This class contains properties about the start of the application. | |
ViewStatesMemento | Stores the currently selected view, so that the last selected view can be selected again after loading a project. | |
WorkbenchState | Represents a workbench state that is not minimized, i.e. either maximized or normal. |
Interface | Description | |
---|---|---|
INavigationPoint | Interface for classes that store navigational information for the navigational services. | |
IPadContent | The IPadContent interface is interface of the viewmodel of all "tool" windows. | |
IStatusBarView | ||
IViewContent | Interface for the viewmodel part of a document that is shown in the document area of the workbench. | |
IWorkbench | Summary description for IWorkbench. | |
IWorkbenchContent | Common base interface for both IPadContent and IViewContent. |
Enumeration | Description | |
---|---|---|
DefaultPadPositions | Indicates the default position for a pad. This is a bit-flag enum, Hidden can be combined with the directions. |