MCPcopy Create free account
hub / github.com/carbonengine/trinity / ToString

Function ToString

trinity/UI/Tr2MainWindow.cpp:67–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67std::string ToString( Tr2WindowMode::Type windowMode )
68{
69 switch( windowMode )
70 {
71 case Tr2WindowMode::FULL_SCREEN:
72 return "full screen";
73 case Tr2WindowMode::WINDOWED:
74 return "windowed";
75 case Tr2WindowMode::FIXED_WINDOW:
76 return "fixed window";
77 default:
78 return "INVALID WINDOW MODE";
79 }
80}
81
82std::string ToString( Tr2WindowShowState::Type windowShowState )
83{

Callers 12

ToStringMethod · 0.70
CreateParserMethod · 0.50
SetExpressionMethod · 0.50
EvaluateExpressionMethod · 0.50
SetExpressionMethod · 0.50
EvaluateExpressionMethod · 0.50
SetExpressionMethod · 0.50
SetExpressionMethod · 0.50
EvaluateExpressionMethod · 0.50
GetUvScaleFromAnnotationFunction · 0.50
SetExpressionMethod · 0.50
EvaluateExpressionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected