Click or drag to resize

ISettingsView Interface

Implemented by the Gui element that displays the settings (topics as a tree, and the selected topic in a control).

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ISettingsView

The ISettingsView type exposes the following members.

Methods
 NameDescription
Public methodInitializeTopicsInitializes the topic tree.
Public methodInitializeTopicViewSets the currently selected topic view.
Public methodInitializeTopicViewDirtyIndicatorInitializes an indicator whether the topic view is dirty or not.
Public methodSetSelectedNodeSets the selected node in the topic view.
Top
Events
 NameDescription
Public eventCurrentTopicViewMadeDirtyOccurs when the current topic view was entered.
Public eventTopicSelectionChangedOccurs when the user selected another topic.
Top
See Also