Go to the documentation of this file.
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,
superclass for callback/observer methods
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
supports function callbacks