Internal Tk Routines for Cocoa. More...
#include <vtkCocoaTkUtilities.h>
Inherits vtkObject.
Public Types | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkCocoaTkUtilities * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkCocoaTkUtilities * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCocoaTkUtilities * | SafeDownCast (vtkObjectBase *o) |
| static void * | GetDrawableView (Tk_Window_ *window) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkCocoaTkUtilities () | |
| ~vtkCocoaTkUtilities () | |
Internal Tk Routines for Cocoa.
vtkCocoaTkUtilities provide access to the Tk internals for Cocoa implementations of Tk. These internals must be implemented in a .mm file, since Cocoa is Objective-C, but the header file itself is pure C++ so that it can be included by other VTK classes.
Definition at line 40 of file vtkCocoaTkUtilities.h.
| typedef vtkObject vtkCocoaTkUtilities::Superclass |
Definition at line 44 of file vtkCocoaTkUtilities.h.
|
inlineprotected |
Definition at line 52 of file vtkCocoaTkUtilities.h.
|
inlineprotected |
Definition at line 53 of file vtkCocoaTkUtilities.h.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkCocoaTkUtilities* vtkCocoaTkUtilities::NewInstance | ( | ) | const |
| void vtkCocoaTkUtilities::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
static |
Return the NSView for a Tk_Window. It is returned as a void pointer so that users of this function don't need to compile as Objective C.
1.8.6