9 #ifndef __HOM_PythonPanelInterface_h__
10 #define __HOM_PythonPanelInterface_h__
41 virtual int id()
const = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
HOM_PythonPanelInterface(const HOM_PythonPanelInterface &)
GLuint GLsizei const GLchar * label
virtual std::string icon() const =0
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
std::string help(const App *app, const Error &e)
Printout the full help string on error (if this fn is set, the old default for CLI11) ...
virtual void setIcon(const char *icon)=0
virtual std::string helpURL() const =0
virtual void setFilePath(const char *filePath)=0
#define HOM_CONSTRUCT_OBJECT(pointer)
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
GLuint const GLchar * name
virtual void setHelp(const char *script)=0
virtual std::string script() const =0
virtual void setName(const char *name)=0
virtual void setHelpURL(const char *script)=0
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
virtual void setScript(const char *script)=0
virtual std::string filePath() const =0
virtual ~HOM_PythonPanelInterface()
virtual void setLabel(const char *label)=0
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.
HOM_PythonPanelInterface()