#include <PropertyMap.h>
◆ PropertyMap()
◆ Connect()
| sigc::connection PropertyMap::Connect |
( |
const std::string & |
k, |
|
|
const sigc::slot< void, PropertyMap &, const std::string & > & |
fn |
|
) |
| |
|
inline |
◆ Get()
template<class Value >
| void PropertyMap::Get |
( |
const std::string & |
k, |
|
|
Value & |
v |
|
) |
| const |
|
inline |
◆ LoadFromJson()
| void PropertyMap::LoadFromJson |
( |
const Json & |
jsonObj | ) |
|
◆ PushLuaTable()
| void PropertyMap::PushLuaTable |
( |
| ) |
|
◆ SaveToJson()
| void PropertyMap::SaveToJson |
( |
Json & |
jsonObj | ) |
|
◆ Set()
template<class Value >
| void PropertyMap::Set |
( |
const std::string & |
k, |
|
|
const Value & |
v |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: