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

Function Value

src/grid_column.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool Centered() const override { return true; }
108
109 wxString Value(const AssDialogue *d, const agi::Context * = nullptr) const override {
110 return std::to_wstring(d->Row + 1);
111 }
112
113 int Width(const agi::Context *c, WidthHelper &helper) const override {
114 return helper(Value(&c->ass->Events.back()));

Callers 2

PaintMethod · 0.85
WidthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected