Commands#
-
class SGCommandMgr#
Manage commands.
This class allows the application to register and unregister commands, and provides shortcuts for executing them. Commands are simple functions that take a const pointer to an SGPropertyNode: the function may use the nodes children as parameters.
- Author
David Megginson, david@megginson.com