TouchVG framework
|
获取配置项的回调接口 更多...
#include <gicoreview.h>
Public 成员函数 | |
virtual | ~MgOptionCallback () |
virtual void | onGetOptionBool (const char *name, bool value)=0 |
布尔选项值 更多... | |
virtual void | onGetOptionInt (const char *name, int value)=0 |
整型选项值 更多... | |
virtual void | onGetOptionFloat (const char *name, float value)=0 |
浮点型选项值 更多... | |
virtual void | onGetOptionString (const char *name, const char *text)=0 |
文本选项值 更多... | |
获取配置项的回调接口