Property | Type | Description | |
---|---|---|---|
AllServices | List |
||
ButtonsConfigSearch | Control.EaAddinShortcuts.EaAddinButtons[] | ||
ButtonsServiceConfig | List |
||
GlobalKeysConfig | List |
||
GlobalKeysConfigSearch | List |
Property | Type | Description | |
---|---|---|---|
GetAllServices | void | ||
GetBoolConfigValue | bool | ||
GetButtonsSearch | Control.EaAddinShortcuts.EaAddinButtons[] | ||
GetButtonsService | List |
||
GetConnector | void | ||
GetDefaultSettings | void | ||
GetKeysSearch | List |
||
GetKeysService | List |
||
GetStringConfigValue | string | ||
MergeDefaultSettings | void | ||
MessageConfigValueNotExists | void | ||
SetBoolConfigValue | void | ||
SetButtonsSearch | void | ||
SetButtonsServices | void | ||
SetConnector | void | ||
SetGlobalKeysSearch | void | ||
SetGlobalKeysService | void | ||
SetStringConfigValue | void | ||
UpdateKeysService | void | ||
UpdateToolbarServiceButtons | void |
Method | Description | |
---|---|---|
AddinSettings ( ) : System |
Merge default settings (install DLLs) with current settings (user.config) Read settings from %APPDATA%\ho\hoTools\user.config or %APPDATA%\ho\hoTools_ZFLT\user.config
|
|
Refresh ( ) : void | ||
Save ( ) : void |
saves the settings to the config file
|
|
UpdateKeysAndToolbarsServices ( ) : void |
Update the subclasses services (Call Service or run Script) for:
|
|
UpdateModel ( Model model ) : void |
Update settings with model specific features like: Scripts
|
Method | Description | |
---|---|---|
GetAllServices ( ) : void |
Fill the list AllServices with all possible Services and Scripts.
|
|
GetBoolConfigValue ( string name ) : bool |
Get bool config value. If the value don't exists return a false.
|
|
GetButtonsSearch ( ) : Control.EaAddinShortcuts.EaAddinButtons[] |
Get 5 Searches
|
|
GetButtonsService ( ) : List |
Get 5 services of type Call or Script from configuration
|
|
GetConnector ( DiagramConnector l ) : void | ||
GetDefaultSettings ( ) : void |
gets the default settings config.
|
|
GetKeysSearch ( ) : List |
||
GetKeysService ( ) : List |
|
|
GetStringConfigValue ( string name ) : string |
Get string value from configuration
|
|
MergeDefaultSettings ( ) : void |
merge the default settings with the current config.
|
|
MessageConfigValueNotExists ( string name, string value ) : void |
Output error Message box for not existent configuration parameter or invalid value
|
|
SetBoolConfigValue ( string name, bool value ) : void |
Set bool config value. If error output a message
|
|
SetButtonsSearch ( EaAddinButtons l ) : void | ||
SetButtonsServices ( List |
||
SetConnector ( DiagramConnector l ) : void | ||
SetGlobalKeysSearch ( List |
||
SetGlobalKeysService ( List |
||
SetStringConfigValue ( string name, string value ) : void |
Set string value in configuration. If error output error message
|
|
UpdateKeysService ( ) : void |
Update then global keys service for Call and Script.
|
|
UpdateToolbarServiceButtons ( ) : void |
Update Toolbar Buttons by available Services and Scripts.
|
public UpdateKeysAndToolbarsServices ( ) : void | ||
return | void |
public EaAddinButtons[],Control.EaAddinShortcuts ButtonsConfigSearch | ||
return | Control.EaAddinShortcuts.EaAddinButtons[] |