MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_property_value

Method get_property_value

DSView/pv/prop/binding/binding.cpp:79–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::map<Property*,GVariant*> Binding::get_property_value()
80{
81 std::map <Property*,GVariant*> pvalue;
82
83 for(auto p : _properties)
84 {
85 pvalue[p] = p->get_value();
86 }
87
88 return pvalue;
89}
90
91QString Binding::print_gvariant(GVariant *const gvar)
92{

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected