9 #ifndef __HOM_FolderSetParmTemplate_h__
10 #define __HOM_FolderSetParmTemplate_h__
24 HOM_FolderSetParmTemplate(
26 const std::vector<std::string> &folder_names,
28 const std::map<std::string, std::string> &tags =
32 name, folder_names, folder_type, tags);
51 virtual std::vector<std::string> folderNames() = 0;
52 virtual void setFolderNames(
53 const std::vector<std::string> &folder_names) = 0;
60 {
return folderType(); }
#define HOM_DESTRUCT_OBJECT(pointer)
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
#define HOM_CONSTRUCT_OBJECT(pointer)
GLuint const GLchar * name
HOM_EnumValue & folderStyle()
virtual HOM_FolderSetParmTemplate * newFolderSetParmTemplate(const char *name, const std::vector< std::string > &folder_names, HOM_EnumValue &folder_type, const std::map< std::string, std::string > &tags)=0
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
~HOM_FolderSetParmTemplate() override
HOM_FolderSetParmTemplate()
HOM_API HOM_Module & HOM()
std::map< std::string, std::string > HOM_StdMapStringString
HOM_FolderSetParmTemplate(const HOM_FolderSetParmTemplate &parm_template)