MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Width

Function Width

src/grid_column.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 int Width(const agi::Context *c, WidthHelper &helper) const override {
114 return helper(Value(&c->ass->Events.back()));
115 }
116};
117
118template<typename T>

Callers 1

UpdateWidthMethod · 0.85

Calls 2

ValueFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected