TCustomSignalDialog Class

Header: Dew.Signal.Controls.VCL/SignalToolsDialogs.h · C++Builder only
tObjectTMtxComponentTMtxDialogTCustomSignalDialog

class TCustomSignalDialog : public TMtxDialog;

Abstract class for signal processing dialog editors.

Abstract class for signal processing dialog editors.

Constructors

NameDescription
TCustomSignalDialog

Destructors

NameDescription
~TCustomSignalDialog

Properties

NameTypeDescription
BlockAssignboolBlock streaming of specific properties when storing only a "template".
DockingboolIf True, the user will be able to dock the component editor.
EditorActiveboolReturns True, if the component editor is displayed.
EditorFormTForm*
FormCaptionSystem::UnicodeStringDefines the Caption on the form.
NameDewString
OnBeforeUpdateTNotifyEventThe event is called just before the edit controls on the dialog box get updated.
OnParameterUpdate::Dew::tNotifyEventTriggers when a parameter is to be updated for the component being edited.
ReferenceTReferenceList*Stores a list of components that have to be notified, when this component is destroyed.
RegistryPathSystem::UnicodeStringDefines the registry path to which the settings of TMtxFloatEdit components residing on the displayed dialog will stored.
ShowLiveboolIndicate that all updates made to the properties on the dialog will trigger recalculation of the component.
SourceTMtxComponent*The component for which a component editor should be displayed.
SourceListTAnalysisList*Defines the TAnalysisList descendant whose items are to be edited.
SourceListIndexintDefines the sourceList index of the component to be edited.
StayOnTopboolIf True, the dialog will "stay on top".
StoreInRegistryboolSet this property to True, to store the values of TMtxFloatEdit 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.
CurrentSource
DoParameterUpdate
EditorClassTo be overriden in descendanr classses.
Execute (3)Call execute to show the component editor.
ExecuteModal
GetDocking
GetEditorForm
GetFormCaption
GetOnBeforeUpdate
GetOnParameterUpdate
GetRegistryPath
GetShowLive
GetSource
GetSourceListIndex
GetStayOnTop
GetStoreInRegistry
InternalExecuteOverride internalExecute to update the component editor (dialog) with property values of the component connected to Source.
LoadFromStreamLoad the component from Src stream.
LoadTemplateFromFileLoad a template from file.
LoadTemplateFromStreamLoad a template from stream.
OnEditorFormDestroy
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.
SetSource
StoredCheck

Fields

NameTypeDescription
FSourceTMtxComponent *
FSourceListTAnalysisList *
Tagintptr_t