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

Function Centered

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

Source from the content-addressed store, hash-verified

105 COLUMN_HEADER(_("#"))
106 COLUMN_DESCRIPTION(_("Line Number"))
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);

Callers 1

PaintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected