HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_RadialItem.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_RadialItem_h__
10 #define __HOM_RadialItem_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_Module.h"
14 #include <string>
15 
16 SWIGOUT(%rename(RadialItem) HOM_RadialItem;)
17 
19 {
20 public:
22  { HOM_CONSTRUCT_OBJECT(this) }
24  { HOM_CONSTRUCT_OBJECT(this) }
25  virtual ~HOM_RadialItem()
26  { HOM_DESTRUCT_OBJECT(this) }
27 
28  virtual std::string __repr__() = 0;
29 
30  // This method is deprecated. Use HOM_RadialSubmenu::remove() instead.
31  // For top-level menus, use HOM_RadialMenu::destroy() to unregister.
32  virtual void destroy() = 0;
33 
34  SWIGOUT(%warnfilter(321) type;)
35  virtual HOM_EnumValue &type() = 0;
36 };
37 
38 #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
HOM_RadialItem(const HOM_RadialItem &)
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
virtual ~HOM_RadialItem()
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
type
Definition: core.h:1059