slot
0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
include
UI
Property
IProperty.h
浏览该文件的文档.
1
#pragma once
2
3
#include <string>
4
5
namespace
z8::ui
{
6
10
class
IProperty
{
11
public
:
12
virtual
~IProperty
() =
default
;
13
virtual
bool
SetProperty
(
const
std::string&
name
,
const
std::string&
value
) {
14
return
false
;
15
}
16
};
17
}
// namespace z8::ui
z8::ResourceRef
资源的强类型引用,同时覆盖持久化 ID 与运行时索引两种边界。
Definition
ResourceRef.h:36
z8::ui::IProperty
Definition
IProperty.h:10
z8::ui::IProperty::SetProperty
virtual bool SetProperty(const std::string &name, const std::string &value)
Definition
IProperty.h:13
z8::ui::IProperty::~IProperty
virtual ~IProperty()=default
z8::ui
Definition
Application.h:18
制作者
1.10.0