23 #ifndef vtkOpenVRMenuWidget_h 24 #define vtkOpenVRMenuWidget_h 27 #include "vtkRenderingOpenVRModule.h" 67 vtkGetMacro(WidgetState,
int);
81 void PushFrontMenuItem(
const char*
name,
const char* text,
vtkCommand* cmd);
82 void RenameMenuItem(
const char*
name,
const char* text);
83 void RemoveMenuItem(
const char*
name);
84 void RemoveAllMenuItems();
96 class InternalElement;
97 std::deque<InternalElement*>
Menus;
105 static void EventCallback(
106 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
abstract superclass for all actors, volumes and annotations
abstract base class for most VTK objects
superclass for callback/observer methods
supports function callbacks
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...