28 #ifndef vtkVRMenuRepresentation_h
29 #define vtkVRMenuRepresentation_h
31 #include "vtkRenderingVRModule.h"
58 unsigned long event,
void* calldata)
override;
60 unsigned long event,
void* calldata)
override;
62 unsigned long event,
void* calldata)
override;
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();
84 vtkGetMacro(CurrentOption,
double);
90 class InternalElement;
91 std::deque<InternalElement*>
Menus;
97 double PlacedVRight[3];
98 double PlacedOrientation[3];
abstract specification for Viewports
window superclass for vtkRenderWindow
platform-independent render window interaction including picking and frame rate control.
superclass for callback/observer methods
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...