You.i Engine
YiFrameworkConfiguration.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_FRAMEWORK_CONFIGURATION_H_
3 #define _YI_FRAMEWORK_CONFIGURATION_H_
4 
5 #include "framework/YiPredef.h"
6 
18 {
19 public:
22 
27  void SetMaxFonts(uint16_t uMaxFonts);
28 
34  void SetFontAtlasSize(uint16_t uFontAtlasSize);
35 
39  uint16_t GetMaxFonts() const;
40 
46  uint16_t GetFontAtlasSize() const;
47 
57  void SetAudioEngineEnabled(bool bEnabled);
58 
63  bool IsAudioEngineEnabled() const;
64 
65 private:
66  uint16_t m_uMaxFonts;
67  uint16_t m_uFontAtlasSize;
68  bool m_bAudioEngineEnabled;
69 };
70 
73 #endif /* _YI_FRAMEWORK_CONFIGURATION_H_ */
void SetMaxFonts(uint16_t uMaxFonts)
virtual ~CYIFrameworkConfiguration()
void SetFontAtlasSize(uint16_t uFontAtlasSize)
uint16_t GetMaxFonts() const
CYIFrameworkConfiguration is used to specify configuration settings for the CYIFramework class...
Definition: YiFrameworkConfiguration.h:17
bool IsAudioEngineEnabled() const
void SetAudioEngineEnabled(bool bEnabled)
uint16_t GetFontAtlasSize() const