HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDG_CustomHandlers::PreflightHandler Class Referenceabstract

Custom handler functor for running pre-flight logic before a cook. More...

#include <PDG_CustomHandlers.h>

Public Member Functions

 PreflightHandler (bool is_generate_graph)
 
virtual ~PreflightHandler ()
 
virtual bool preflight (PDG_GraphContext *context, const PDG_CookOptions &options, UT_WorkBuffer &errors) const =0
 
bool isGenerateGraph () const
 

Detailed Description

Custom handler functor for running pre-flight logic before a cook.

Definition at line 235 of file PDG_CustomHandlers.h.

Constructor & Destructor Documentation

PDG_CustomHandlers::PreflightHandler::PreflightHandler ( bool  is_generate_graph)
inline

Definition at line 238 of file PDG_CustomHandlers.h.

virtual PDG_CustomHandlers::PreflightHandler::~PreflightHandler ( )
inlinevirtual

Definition at line 240 of file PDG_CustomHandlers.h.

Member Function Documentation

bool PDG_CustomHandlers::PreflightHandler::isGenerateGraph ( ) const
inline

Definition at line 247 of file PDG_CustomHandlers.h.

virtual bool PDG_CustomHandlers::PreflightHandler::preflight ( PDG_GraphContext context,
const PDG_CookOptions options,
UT_WorkBuffer errors 
) const
pure virtual

The documentation for this class was generated from the following file: