MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / HTMLStackItem

Class HTMLStackItem

engine/Poseidon/UI/Controls/UIControlsExt.cpp:1078–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076};
1077
1078struct HTMLStackItem
1079{
1080 HTMLContext context;
1081 HTMLAlign align;
1082 HTMLFormat format;
1083 bool bold;
1084 float width;
1085
1086 HTMLStackItem(HTMLContext c, HTMLAlign a, HTMLFormat f, bool b = false, float w = 0)
1087 {
1088 context = c;
1089 align = a;
1090 format = f;
1091 bold = b;
1092 width = w;
1093 }
1094};
1095
1096class HTMLStack : public AutoArray<HTMLStackItem>
1097{

Callers 1

PushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected