ENH: Macro should be scriptable

This commit is contained in:
Andy Cedilnik 2004-02-19 09:35:30 -05:00
parent 985f3dd3b4
commit bfe234da93

View File

@ -67,6 +67,11 @@ public:
*/ */
virtual bool IsInherited() {return true;} 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. * The name of the command as specified in CMakeList.txt.
*/ */