23 #ifndef vtkVRMenuWidget_h
24 #define vtkVRMenuWidget_h
28 #include "vtkRenderingVRModule.h"
66 vtkGetMacro(WidgetState,
int);
75 #if !defined(VTK_LEGACY_REMOVE)
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(
109 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
abstract base class for most VTK objects
#define VTK_DEPRECATED_IN_9_2_0(reason)
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...