ENH: Macro should be scriptable

This commit is contained in:
Andy Cedilnik 2004-02-19 09:35:30 -05:00
parent 985f3dd3b4
commit bfe234da93
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ public:
*/
virtual bool IsInherited() {return true;}
/**
* This determines if the command is invoked when in script mode.
*/
virtual bool IsScriptable() { return true; }
/**
* The name of the command as specified in CMakeList.txt.
*/