Last modified 2 years ago
Command Interface
Table of Contents
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
-
command-system.cpp
(10.5 KB) -
added by nielsm 2 years ago.
Prototype of how a command system could be designed
