propertyinitialiser.pkg
来自「cegui界面库」· PKG 代码 · 共 15 行
PKG
15 行
/******************************************************************************
PropertyInitialiser
******************************************************************************/
class PropertyInitialiser
{
//void apply(PropertySet& target) const;
void apply(Window& target) const;
string getTargetPropertyName() const;
string getInitialiserValue() const;
//void writeXMLToStream(OutStream& out_stream) const;
PropertyInitialiser(string property, string value);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?