HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_ExportedParmLayoutMicroNode.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: VOP_ExportedParmLayoutMicroNode.h (VOP Library, C++)
7  *
8  * COMMENTS: DEP_MicroNode subclass representing the parameter manager's
9  * owner's parameter dialog script.
10  */
11 
12 #ifndef __VOP_EXPORTEDPARMLAYOUTMICRONODE_H_INCLUDED__
13 #define __VOP_EXPORTEDPARMLAYOUTMICRONODE_H_INCLUDED__
14 
15 #include "VOP_API.h"
16 #include <DEP/DEP_MicroNode.h>
17 
19 
21 {
22 public:
24  VOP_ExportedParmsManager &parms_mgr);
26 
27  const char * className() const override
28  { return "VOP_ExportedParmLayoutMicroNode"; }
29 
30  void getInputs(DEP_MicroNodeList &inputs) const override;
31 
32 private:
33 
34  VOP_ExportedParmsManager &myParmsManager;
35 };
36 
37 #endif // __VOP_EXPORTEDPARMLAYOUTMICRONODE_H_INCLUDED__
virtual void getInputs(DEP_MicroNodeList &inputs) const
#define VOP_API
Definition: VOP_API.h:10