Loading...
Searching...
No Matches
ATAS.Indicators.IPropertiesEditor Interface Reference

Public Member Functions

void BeginInit ()
 
Task EndInit ()
 
void Refresh ()
 Refreshes the property grid to reflect changes in property visibility or values.
 
bool? GetIsExpandedCategory (string? categoryName)
 
void SetIsExpandedCategory (string? categoryName, bool isExpanded)
 
bool? GetIsExpandedProperty (string? propertyName)
 
void SetIsExpandedProperty (string? propertyName, bool isExpanded)
 

Member Function Documentation

◆ BeginInit()

void ATAS.Indicators.IPropertiesEditor.BeginInit ( )

◆ EndInit()

Task ATAS.Indicators.IPropertiesEditor.EndInit ( )

◆ GetIsExpandedCategory()

bool? ATAS.Indicators.IPropertiesEditor.GetIsExpandedCategory ( string?  categoryName)

◆ GetIsExpandedProperty()

bool? ATAS.Indicators.IPropertiesEditor.GetIsExpandedProperty ( string?  propertyName)

◆ Refresh()

void ATAS.Indicators.IPropertiesEditor.Refresh ( )

Refreshes the property grid to reflect changes in property visibility or values.

◆ SetIsExpandedCategory()

void ATAS.Indicators.IPropertiesEditor.SetIsExpandedCategory ( string?  categoryName,
bool  isExpanded 
)

◆ SetIsExpandedProperty()

void ATAS.Indicators.IPropertiesEditor.SetIsExpandedProperty ( string?  propertyName,
bool  isExpanded 
)

The documentation for this interface was generated from the following file: