MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / Value

Method Value

src/css/value.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace css {
14
15Value::Value() :
16 m_type(None)
17{
18}
19
20Value::Value(double value, const std::string& unit) :
21 m_type(Number),

Callers 9

gen_ui_classFunction · 0.45
print_pref_class_defFunction · 0.45
print_pref_class_implFunction · 0.45
convertXmlelemToMenuMethod · 0.45
filenameMethod · 0.45
loadThemeXmlMethod · 0.45
loadSkinXmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected