#include <FxPreferences.h>
Description: Represents the system preferences. Library: DDKERNEL
Definition at line 31 of file FxPreferences.h.
◆ ~CFxPreferencesSystem()
| CFxPreferencesSystem::~CFxPreferencesSystem |
( |
| ) |
|
|
inline |
◆ Get3DMousePlugged()
| virtual bool CFxPreferencesSystem::Get3DMousePlugged |
( |
| ) |
const |
|
pure virtual |
Description: Gets the 3d mouse plugged.
Return Value:
True if it succeeds, false if it fails.
◆ GetAdditionalSupportPaths()
| virtual CFxString CFxPreferencesSystem::GetAdditionalSupportPaths |
( |
| ) |
const |
|
pure virtual |
Description: Gets the additional support paths.
Return Value:
The additional support paths.
◆ GetAppCastEnabled()
| virtual bool CFxPreferencesSystem::GetAppCastEnabled |
( |
| ) |
const |
|
pure virtual |
Description: Returns whether the AppCast is enabled or not. Return Value:
True if AppCast is enabled, otherwise, false.
◆ GetBeepOnError()
| virtual bool CFxPreferencesSystem::GetBeepOnError |
( |
| ) |
const |
|
pure virtual |
Description: Gets the beep on error. Return Value:
True if it succeeds, false if it fails.
◆ GetCheckForXPressUpdates()
| virtual bool CFxPreferencesSystem::GetCheckForXPressUpdates |
( |
| ) |
const |
|
pure virtual |
Description: Gets the check for x coordinate press updates.
Return Value:
True if it succeeds, false if it fails.
◆ GetDisplayOLEScale()
| virtual bool CFxPreferencesSystem::GetDisplayOLEScale |
( |
| ) |
const |
|
pure virtual |
Description: Gets the display ole scale.
Return Value:
True if it succeeds, false if it fails.
◆ GetHelpFileName()
| virtual CFxString CFxPreferencesSystem::GetHelpFileName |
( |
| ) |
const |
|
pure virtual |
Description: Gets the help file name. Return Value:
The help file name.
◆ GetLispDebuggerEnabled()
| virtual bool CFxPreferencesSystem::GetLispDebuggerEnabled |
( |
| ) |
const |
|
pure virtual |
Description Gets if the debugger is enabled. Return Value:
True if enable, false otherwise.
◆ GetLispDebugPort()
| virtual OdInt32 CFxPreferencesSystem::GetLispDebugPort |
( |
| ) |
const |
|
pure virtual |
Description: Returns whether a metric scale list is displayed. Return Value:
True if metric scale list is to be shown, otherwise, false. Description Gets the debug port for Lisp VS Code debugging. Return Value:
The port number.
◆ GetLoadMFCUI()
| virtual bool CFxPreferencesSystem::GetLoadMFCUI |
( |
| ) |
const |
|
pure virtual |
Description: Gets the load mfcui.
Return Value:
True if it succeeds, false if it fails.
◆ GetMaxArray()
| virtual OdInt32 CFxPreferencesSystem::GetMaxArray |
( |
| ) |
const |
|
pure virtual |
Description: Returns the maximum array size Arguments:
- Parameters
-
◆ GetOutputMaxLineCount()
| virtual OdInt32 CFxPreferencesSystem::GetOutputMaxLineCount |
( |
| ) |
const |
|
pure virtual |
Description: Returns the output window maximum line count Arguments:
- Parameters
-
◆ GetReportMissingXRefsEnabled()
| virtual bool CFxPreferencesSystem::GetReportMissingXRefsEnabled |
( |
| ) |
const |
|
pure virtual |
Description: Returns whether reporting missing xrefs is enabled or not.
Return Value:
True if AppCast is enabled, otherwise, false.
◆ GetScaleListFileName()
| virtual CFxString CFxPreferencesSystem::GetScaleListFileName |
( |
| ) |
const |
|
pure virtual |
Description Gets the path for scale list. Return Value:
The path for scale list.
◆ GetScaleListIsMetric()
| virtual bool CFxPreferencesSystem::GetScaleListIsMetric |
( |
| ) |
const |
|
pure virtual |
◆ GetScaleListRstDlgUseSystem()
| virtual bool CFxPreferencesSystem::GetScaleListRstDlgUseSystem |
( |
| ) |
const |
|
pure virtual |
Description: Returns whether a reset dialog in Scale list should use system scales or not. Return Value:
True if scale list should use system scales, otherwise, false.
◆ GetShowWarningMessages()
| virtual bool CFxPreferencesSystem::GetShowWarningMessages |
( |
| ) |
const |
|
pure virtual |
Description: Gets the show warning messages. Return Value:
True if it succeeds, false if it fails.
◆ GetStoreSQLIndex()
| virtual bool CFxPreferencesSystem::GetStoreSQLIndex |
( |
| ) |
const |
|
pure virtual |
Description: Gets the store sql index. Return Value:
True if it succeeds, false if it fails.
◆ GetTablesReadOnly()
| virtual bool CFxPreferencesSystem::GetTablesReadOnly |
( |
| ) |
const |
|
pure virtual |
Description: Gets the tables read only.
Return Value:
True if it succeeds, false if it fails.
◆ GetTopLevelMode()
| virtual bool CFxPreferencesSystem::GetTopLevelMode |
( |
| ) |
const |
|
pure virtual |
Description: Gets the top level mode.
Return Value:
True if it succeeds, false if it fails.
◆ GetUseDefaultFileLocationSetting()
| virtual OdInt32 CFxPreferencesSystem::GetUseDefaultFileLocationSetting |
( |
| ) |
const |
|
pure virtual |
◆ GetUsePerformanceMonitor()
| virtual bool CFxPreferencesSystem::GetUsePerformanceMonitor |
( |
| ) |
const |
|
pure virtual |
Description: Gets the use performance monitor.
Return Value:
True if it succeeds, false if it fails.
◆ GetWebHelpEnable()
| virtual bool CFxPreferencesSystem::GetWebHelpEnable |
( |
| ) |
const |
|
pure virtual |
Description: Gets the web help enable. Return Value: True if enabled, false if not enable.
◆ GetXNotifyTime()
| virtual OdInt32 CFxPreferencesSystem::GetXNotifyTime |
( |
| ) |
const |
|
pure virtual |
Description: Returns the time(minutes) after which the user will be notified for xref modification Arguments:
- Parameters
-
◆ Set3DMousePlugged()
| virtual void CFxPreferencesSystem::Set3DMousePlugged |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a 3d mouse plugged. Arguments:
- Parameters
-
◆ SetAdditionalSupportPaths()
| virtual void CFxPreferencesSystem::SetAdditionalSupportPaths |
( |
const CFxString & | value | ) |
|
|
pure virtual |
Description: Sets an additional support paths. Arguments:
- Parameters
-
◆ SetAppCastEnabled()
| virtual void CFxPreferencesSystem::SetAppCastEnabled |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the system value if AppCast is enabled or not. Arguments:
- Parameters
-
◆ SetBeepOnError()
| virtual void CFxPreferencesSystem::SetBeepOnError |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a beep on error. Arguments:
- Parameters
-
◆ SetCheckForXPressUpdates()
| virtual void CFxPreferencesSystem::SetCheckForXPressUpdates |
( |
const bool & | value | ) |
|
|
pure virtual |
Description Sets a check for x coordinate press updates. Arguments:
- Parameters
-
◆ SetDisplayOLEScale()
| virtual void CFxPreferencesSystem::SetDisplayOLEScale |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a display ole scale. Arguments:
- Parameters
-
◆ SetHelpFileName()
| virtual void CFxPreferencesSystem::SetHelpFileName |
( |
const CFxString & | value | ) |
|
|
pure virtual |
Description: Sets a help file name. Arguments:
- Parameters
-
◆ SetLispDebuggerEnabled()
| virtual void CFxPreferencesSystem::SetLispDebuggerEnabled |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets Enable/Disable the debugger. Arguments:
- Parameters
-
| value | true if enable, false otherwise. |
◆ SetLispDebugPort()
| virtual void CFxPreferencesSystem::SetLispDebugPort |
( |
const OdInt32 & | value | ) |
|
|
pure virtual |
Description: Sets the debug port for Lisp VS Code debugging. Arguments:
- Parameters
-
| value | The port number to set. |
◆ SetLoadMFCUI()
| virtual void CFxPreferencesSystem::SetLoadMFCUI |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a load mfcui. Arguments:
- Parameters
-
◆ SetMaxArray()
| virtual void CFxPreferencesSystem::SetMaxArray |
( |
const OdInt32 & | value | ) |
|
|
pure virtual |
Description: Sets the maximum array size Arguments:
- Parameters
-
◆ SetOutputMaxLineCount()
| virtual void CFxPreferencesSystem::SetOutputMaxLineCount |
( |
const OdInt32 & | value | ) |
|
|
pure virtual |
Description: Sets the output window maximum line count Arguments:
- Parameters
-
◆ SetReportMissingXRefsEnabled()
| virtual void CFxPreferencesSystem::SetReportMissingXRefsEnabled |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the system value if reporting missing xrefs is enabled or not. Arguments:
- Parameters
-
◆ SetScaleListFileName()
| virtual void CFxPreferencesSystem::SetScaleListFileName |
( |
const CFxString & | value | ) |
|
|
pure virtual |
Description: Sets the path for scale list. Arguments:
- Parameters
-
◆ SetScaleListIsMetric()
| virtual void CFxPreferencesSystem::SetScaleListIsMetric |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the system to show scale list depending on the value. Arguments:
- Parameters
-
◆ SetScaleListRstDlgUseSystem()
| virtual void CFxPreferencesSystem::SetScaleListRstDlgUseSystem |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the system value if reset dialog in Scale list should use system scales or not. Arguments:
- Parameters
-
◆ SetShowWarningMessages()
| virtual void CFxPreferencesSystem::SetShowWarningMessages |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a show warning messages. Arguments:
- Parameters
-
◆ SetStoreSQLIndex()
| virtual void CFxPreferencesSystem::SetStoreSQLIndex |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a store sql index. Arguments:
- Parameters
-
◆ SetTablesReadOnly()
| virtual void CFxPreferencesSystem::SetTablesReadOnly |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the tables read only. Arguments:
- Parameters
-
◆ SetTopLevelMode()
| virtual void CFxPreferencesSystem::SetTopLevelMode |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a top level mode. Arguments:
- Parameters
-
◆ SetUsePerformanceMonitor()
| virtual void CFxPreferencesSystem::SetUsePerformanceMonitor |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets a use performance monitor. Arguments:
- Parameters
-
◆ SetWebHelpEnable()
| virtual void CFxPreferencesSystem::SetWebHelpEnable |
( |
const bool & | value | ) |
|
|
pure virtual |
Description: Sets the web help enable. Arguments:
- Parameters
-
◆ SetXNotifyTime()
| virtual void CFxPreferencesSystem::SetXNotifyTime |
( |
const OdInt32 & | value | ) |
|
|
pure virtual |
Description: Sets the time(minutes) after which the user will be notified for xref modification Arguments:
- Parameters
-
The documentation for this class was generated from the following file: