Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace css {
14
15
Value::Value() :
16
m_type(None)
17
{
18
}
19
20
Value::Value(double value, const std::string& unit) :
21
m_type(Number),
Callers
9
gen_ui_class
Function · 0.45
print_pref_class_def
Function · 0.45
print_pref_class_impl
Function · 0.45
convertXmlElementToWidget
Method · 0.45
convertXmlelemToMenu
Method · 0.45
convertXmlelemToMenuitem
Method · 0.45
filename
Method · 0.45
loadThemeXml
Method · 0.45
loadSkinXml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected