35 friend class CFxDatabaseImpl;
56 #define FX_REGVAR_DEF( type, name, def_val, filerType, rbType, validation ) \
57 virtual type get##name() const = 0; \
58 virtual void set##name( type value ) = 0;
60 #define FX_REGVAR_DEF_RO( type, name, def_val, filerType, rbType, validation ) \
61 FX_REGVAR_DEF( type, name, def_val, filerType, rbType, validation )
66 #undef FX_REGVAR_DEF_RO
OdSmartPtr< CFxHostAppServices > CFxHostAppServicesPtr
virtual void SaveVariables(CFxSettings *pSettings)=0
virtual CFxString getRawName(const CFxString &dsName)=0
~CFxHostAppServices() override
virtual bool isSysVarAllowed(const CFxString &sysVarName, InputMode mode)=0
bool doFullCRCCheck() override
virtual CFxString getDsName(const CFxString &rawName)=0
virtual void LoadVariables(CFxSettings *pSettings)=0
virtual bool getMappedFont(const CFxString &sOriginalFont, CFxString &sMappedFont, bool searchInFontMap=false)=0
virtual CFxString translateAlias(const CFxString &aliasName)=0
virtual void SetVariablesDefault()=0