wiki:Technical/Command

Command Interface

This page describes the Command Interface to be built under libaegisub.


Base Class

class Command {
public:
  void Run();
  wxString GetShortName();
  wxString GetLongName();
  wxString GetToolTip();

private:
}

Source Layout

Attachments