 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkOpenVRMenuWidget_h
24 #define vtkOpenVRMenuWidget_h
27 #include "vtkRenderingOpenVRModule.h"
67 vtkGetMacro(WidgetState,
int);
81 void PushFrontMenuItem(
const char*
name,
const char* text,
vtkCommand* cmd);
82 void RenameMenuItem(
const char*
name,
const char* text);
83 void RemoveMenuItem(
const char*
name);
84 void RemoveAllMenuItems();
96 class InternalElement;
97 std::deque<InternalElement*>
Menus;
105 static void EventCallback(
106 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
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