HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_OpStickyNote.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  * COMMENTS:
7  */
8 
9 #ifndef __HOM_OpStickyNote_h__
10 #define __HOM_OpStickyNote_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_StickyNote.h"
14 
15 SWIGOUT(%rename(OpStickyNote) HOM_OpStickyNote;)
16 
18 {
19 public:
21  : HOM_StickyNote()
22  { HOM_CONSTRUCT_OBJECT(this) }
23  HOM_OpStickyNote(const HOM_OpStickyNote &sticky_note)
24  : HOM_StickyNote(sticky_note)
25  , HOM_NetworkMovableItem(sticky_note)
26  { HOM_CONSTRUCT_OBJECT(this) }
27  ~HOM_OpStickyNote() override
28  { HOM_DESTRUCT_OBJECT(this) }
29 
30  int __hash__() override = 0;
31  std::string __repr__() override = 0;
32 
33 
34  SWIGOUT(%kwargs asCode;)
35  virtual std::string asCode(bool brief=false,
36  bool recurse=false,
37  bool save_box_contents=false,
38  bool save_channels_only=false,
39  bool save_creation_commands=true,
40  bool save_keys_in_frames=false,
41  bool save_parm_values_only=false,
42  bool save_spare_parms=false,
43  bool save_box_membership=true,
44  const char *function_name=NULL) = 0;
45 };
46 
47 #endif
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1291
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:352
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
HOM_OpStickyNote(const HOM_OpStickyNote &sticky_note)
~HOM_OpStickyNote() override
int __hash__()