![]() | InDesign SDK 20.5 |

Public Member Functions | |
| _SnpRunnerHitTestFrame () | |
| virtual | ~_SnpRunnerHitTestFrame () |
| bool16 | CanRun (ISnpRunnableContext *runnableContext) |
| ErrorCode | Run (ISnpRunnableContext *runnableContext) |
| virtual ISnipRunSuite::eSnpRunContextType | GetContext (void) |
Public Member Functions inherited from SnpRunnable | |
| SnpRunnable (ConstCString name) | |
| virtual | ~SnpRunnable () |
| virtual ConstCString | GetName () const |
| virtual ConstCString | GetDescription () const |
| virtual ConstCString | GetPreconditions () const |
| virtual ConstCString | GetCategories () const |
| virtual ErrorCode | RunUnitTest (ISnpRunnableContext *runnableContext) |
| virtual bool16 | CanLoad () const |
| virtual ErrorCode | SetupContext (ISnpRunnableContext *runnableContext) |
Additional Inherited Members | |
Protected Member Functions inherited from SnpRunnable | |
| virtual void | SetDescription (ConstCString description) |
| virtual void | SetPreconditions (ConstCString preconditions) |
| virtual void | SetCategories (ConstCString categories) |
Makes the snippet SnpHitTestFrame available to the SnippetRunner framework.
| _SnpRunnerHitTestFrame::_SnpRunnerHitTestFrame | ( | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Return kTrue if the snippet can run.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.
| inlinevirtual |
| virtual |
Run the snippet.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.