HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_GeometrySpreadsheet.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_GeometrySpreadsheet_h__
10 #define __HOM_GeometrySpreadsheet_h__
11 
12 #include "HOM_PathBasedPaneTab.h"
13 
14 SWIGOUT(%rename(GeometrySpreadsheet) HOM_GeometrySpreadsheet;)
15 class HOM_SceneGraphTree;
16 class HOM_EnumValue;
17 
19 {
20 public:
22  { HOM_CONSTRUCT_OBJECT(this) }
23 
24  // Because the lowermost base classes initialize the virtual bases
25  // before any non-virtual bases, the correct thing to do here is
26  // explicitly call the constructor for HOM_PaneTab.
28  : HOM_PaneTab(pane), HOM_PathBasedPaneTab(pane)
29  { HOM_CONSTRUCT_OBJECT(this) }
30 
32  { HOM_DESTRUCT_OBJECT(this) }
33 
34  // Let swig know we're overriding __repr__ for this class so it doesn't
35  // provide its own __repr__.
36  SWIGOUT(virtual std::string __repr__() = 0;)
37 
38  virtual int numRows() = 0;
39  virtual int numColumns() = 0;
40 
41  virtual std::string cellText(int row, int col) = 0;
42 
43  virtual HOM_EnumValue &attribType() = 0;
44  virtual void setAttribType(HOM_EnumValue &attrib_type) = 0;
45 
46  virtual std::string groupFilter() = 0;
47  virtual void setGroupFilter(const char *group) = 0;
48 
49  virtual bool groupFilterEnabled() = 0;
50  virtual void setGroupFilterEnabled(bool enable) = 0;
51 
52  virtual std::string attribFilter() = 0;
53  virtual void setAttribFilter(const char *filter) = 0;
54 
55  virtual bool attribFilterEnabled() = 0;
56  virtual void setAttribFilterEnabled(bool enable) = 0;
57 
58  virtual bool viewOnlySelected() = 0;
59  virtual void setViewOnlySelected(bool enable) = 0;
60 
61  virtual bool viewDecomposedMatrices() = 0;
62  virtual void setViewDecomposedMatrices(bool enable) = 0;
63 
64  SWIGOUT(%newobject sceneGraphTree;)
65  virtual HOM_SceneGraphTree *sceneGraphTree() = 0;
66 };
67 
68 #endif
virtual std::string __repr__()=0
#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
#define HOM_API
Definition: HOM_API.h:13
HOM_GeometrySpreadsheet(const HOM_GeometrySpreadsheet &pane)
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
GLenum GLenum GLsizei void * row
Definition: glad.h:5135
GLint GLint GLint GLint GLint GLint GLint GLbitfield GLenum filter
Definition: glcorearb.h:1297