BiSpectrumAnalyzerDialog Class

Source: SignalToolsDialogs.cs · Assembly: Dew.Signal.Editors
ComponentTMtxComponentMtxDialogCustomSignalDialogBiSpectrumAnalyzerDialog

public class BiSpectrumAnalyzerDialog : CustomSignalDialog

Use the component to display the associated component editor.

Properties

NameTypeDescription
BlockAssignBooleanBlock streaming of specific properties when storing only a "template".
DockingBooleanIf True, the user will be able to dock the component editor.
EditorActiveBooleanReturns True, if the component editor is displayed.
FormCaptionStringDefines the Caption on the form.
ReferenceTReferenceListStores a list of components that have to be notified, when this component is destroyed.
RegistryPathStringDefines the registry path to which the settings of MtxFloatEdit components residing on the displayed dialog will stored.
ShowLiveBooleanIndicate that all updates made to the properties on the dialog will trigger recalculation of the component.
SourceTBiSpectrumAnalyzerDefines the component for which a component editor will be displayed.
SourceListTBiSpectrumAnalyzerListDefines the source component list from which a component is comming for which a component editor will be displayed.
SourceListIndexInt32
StayOnTopBooleanIf True, the dialog will "stay on top".
StoreInRegistryBooleanSet this property to True, to store the values of MtxFloatEdit components residing on the dialog to registry.

Methods

NameDescription
AllowStreamingReturns the negatated value of BlockAssign.
AssignAssign values of all published properties from Source.
AssignTemplateAssign values of "template-like" published properties from Source.
ctor (3)
CurrentSource
Destroy
Dispose
DoParameterUpdate
EditorClassTo be overriden in descendanr classses.
Execute (2)Call execute to show the component editor as not modal window.
ExecuteModalCall ExecuteModal to show the component editor as modal window.
LoadFromStreamLoad the component from Src stream.
LoadTemplateFromFileLoad a template from file.
LoadTemplateFromStreamLoad a template from stream.
ReferenceRemoved
ResetReset is called after loading the data from stream or file.
SaveTemplateToFileSave template to file.
SaveTemplateToStreamSave template to stream.
SaveToStreamSave the component to Dst stream.

Events

NameDescription
OnBeforeUpdateThe event is called just before the edit controls on the dialog box get updated.
OnParameterUpdateTriggers when a parameter is to be updated for the component being edited.