HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_AssetBrowser.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_AssetBrowser_h__
10 #define __HOM_AssetBrowser_h__
11 
12 #include "HOM_PathBasedPaneTab.h"
13 #include "HOM_EnumModules.h"
14 
15 SWIGOUT(%rename(AssetBrowser) HOM_AssetBrowser;)
16 
18 {
19 public:
21  { HOM_CONSTRUCT_OBJECT(this) }
22 
23  // Because the lowermost base classes initialize the virtual bases
24  // before any non-virtual bases, the correct thing to do here is
25  // explicitly call the constructor for HOM_PaneTab.
27  : HOM_PaneTab(pane), HOM_PathBasedPaneTab(pane)
28  { HOM_CONSTRUCT_OBJECT(this) }
29 
30  ~HOM_AssetBrowser() override
31  { HOM_DESTRUCT_OBJECT(this) }
32 
33  // Let swig know we're overriding __repr__ for this class so it doesn't
34  // provide its own __repr__.
35  SWIGOUT(virtual std::string __repr__() = 0;)
36 
37  SWIGOUT(%warnfilter(321) reload;)
38  virtual void reload() = 0;
39 
40  virtual void installRequiredDefinitionsForNodeTypeName(
41  const char *node_type_name) = 0;
42 
43  virtual void storeUpdateSessionKey(
44  const char *session_key) = 0;
45 
46  virtual void updateAssetDownloadFraction(
47  const char *node_type_name, int downloaded_bytes, int total_bytes) = 0;
48 
49  virtual void storeSyncSessionKey(
50  const char *session_key) = 0;
51 
52 };
53 
54 #endif
PXL_API void reload()
Reload the configuration.
#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_AssetBrowser() override
#define HOM_API
Definition: HOM_API.h:13
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
HOM_AssetBrowser(const HOM_AssetBrowser &pane)
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)