9 #ifndef __HOM_ButtonParmTemplate_h__
10 #define __HOM_ButtonParmTemplate_h__
24 HOM_ButtonParmTemplate(
27 const char *disable_when = NULL,
28 bool is_hidden =
false,
29 bool is_label_hidden =
false,
30 bool join_with_next =
false,
31 const char *
help = NULL,
32 const char *script_callback = NULL,
34 HOM_scriptLanguage::Hscript,
35 const std::map<std::string, std::string> &tags =
37 const std::map<HOM_EnumValue *, std::string> &conditionals =
41 is_hidden, is_label_hidden, join_with_next,
help, script_callback,
42 script_callback_language, tags, conditionals);
#define HOM_DESTRUCT_OBJECT(pointer)
GLuint GLsizei const GLchar * label
virtual HOM_ButtonParmTemplate * newButtonParmTemplate(const char *name, const char *label, const char *disable_when, bool is_hidden, bool is_label_hidden, bool join_with_next, const char *help, const char *script_callback, HOM_EnumValue &script_callback_language, const std::map< std::string, std::string > &tags, const std::map< HOM_EnumValue *, std::string > &conditionals)=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) ...
#define HOM_CONSTRUCT_OBJECT(pointer)
GLuint const GLchar * name
std::map< HOM_EnumValue *, std::string > HOM_StdMapEnumString
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
HOM_API HOM_Module & HOM()
std::map< std::string, std::string > HOM_StdMapStringString