Public Member Functions | |
IntHandle (size_t handle) | |
virtual TypeHandle | force_init_type () |
size_t | get_handle () const |
virtual size_t | get_int_handle () const |
Returns the OS-specific handle converted to an integer, if this is possible for the particular representation. | |
virtual TypeHandle | get_type () const |
virtual void | output (ostream &out) const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
Definition at line 59 of file nativeWindowHandle.h.
size_t NativeWindowHandle::IntHandle::get_int_handle | ( | ) | const [virtual] |
Returns the OS-specific handle converted to an integer, if this is possible for the particular representation.
Returns 0 if it is not.
Definition at line 94 of file nativeWindowHandle.cxx.