Script Tool class definition. More...
#include <gre/toolsml.h>

Public Member Functions | |
| TOOL_SML (GRE::VIEW_LEGACY *view, const GRE::TOOLSCRIPT &script) | |
| virtual | ~TOOL_SML () |
| virtual bool | IsScript () const |
Script Tool class definition.
| GRE::TOOL_SML::TOOL_SML | ( | GRE::VIEW_LEGACY * | view, | |
| const GRE::TOOLSCRIPT & | script | |||
| ) |
| virtual GRE::TOOL_SML::~TOOL_SML | ( | ) | [virtual] |
| virtual bool GRE::TOOL_SML::IsScript | ( | ) | const [virtual] |
Determine if tool is implemented via script.
This should only be overridden by the script tool.
Reimplemented from GRE::TOOL.
1.6.1