Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ print
Method
print
MyGUIEngine/src/MyGUI_Colour.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
std::string Colour::print() const
57
{
58
std::ostringstream stream;
59
stream << *this;
60
return stream.str();
61
}
62
63
Colour Colour::parse(std::string_view _value)
64
{
Callers
5
convertAlignToDirection
Function · 0.45
convertRectToCoord
Function · 0.45
getLastError
Method · 0.45
recalcIndexes
Method · 0.45
log
Method · 0.45
Calls
1
str
Method · 0.80
Tested by
no test coverage detected