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

Class subtitle_close

src/command/subtitle.cpp:252–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250};
251
252struct subtitle_close final : public Command {
253 CMD_NAME("subtitle/close")
254 CMD_ICON(new_toolbutton)
255 STR_MENU("Close")
256 STR_DISP("Close")
257 STR_HELP("Close")
258
259 void operator()(agi::Context *c) override {
260 c->frame->Close();
261 }
262};
263
264struct subtitle_open final : public Command {
265 CMD_NAME("subtitle/open")

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected