23 #ifndef vtkOpenVRMenuWidget_h 24 #define vtkOpenVRMenuWidget_h 26 #include "vtkRenderingOpenVRModule.h" 68 vtkGetMacro( WidgetState,
int );
78 void PushFrontMenuItem(
const char *
name,
const char *text,
vtkCommand *cmd);
79 void RenameMenuItem(
const char *name,
const char *text);
80 void RemoveMenuItem(
const char *name);
81 void RemoveAllMenuItems();
93 class InternalElement;
94 std::deque<InternalElement *>
Menus;
102 static void EventCallback(
vtkObject*
object,
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...