HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WindowWrapper.h File Reference
#include <memory>
#include <MaterialXCore/Library.h>
+ Include dependency graph for WindowWrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WindowWrapper
 

Typedefs

using Widget = void *
 OS specific type windowing definitions. More...
 
using ExternalWindowHandle = void *
 
using InternalWindowHandle = void *
 
using DisplayHandle = void *
 
using WindowWrapperPtr = std::shared_ptr< class WindowWrapper >
 WindowWrapper shared pointer. More...
 

Typedef Documentation

using DisplayHandle = void*

Definition at line 51 of file WindowWrapper.h.

Definition at line 49 of file WindowWrapper.h.

Definition at line 50 of file WindowWrapper.h.

using Widget = void*

OS specific type windowing definitions.

Definition at line 48 of file WindowWrapper.h.

using WindowWrapperPtr = std::shared_ptr<class WindowWrapper>

WindowWrapper shared pointer.

Definition at line 55 of file WindowWrapper.h.