21 #ifndef vtkOpenVRMenuWidget_h 22 #define vtkOpenVRMenuWidget_h 24 #include "vtkRenderingOpenVRModule.h" 66 vtkGetMacro( WidgetState,
int );
78 void AddTooltip(
vtkProp *prop,
const char* str);
84 void PushFrontMenuItem(
const char *
name,
const char *text,
vtkCommand *cmd);
85 void RenameMenuItem(
const char *
name,
const char *text);
86 void RemoveMenuItem(
const char *
name);
87 void RemoveAllMenuItems();
99 class InternalElement;
100 std::deque<InternalElement *>
Menus;
108 static void EventCallback(
vtkObject*
object,
abstract superclass for all actors, volumes and annotations
Wrapper around std::string to keep symbols short.
abstract base class for most VTK objects
virtual void Update()
Updates the extensions string.
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...