17#ifndef __albaViewHTML_H__
18#define __albaViewHTML_H__
38 albaViewHTML(
const wxString &label =
"vtkViewHTML",
int camera_position =
CAMERA_PERSPECTIVE,
bool show_axes =
true,
bool show_grid =
false,
int stereo = 0);
Implementation of the message object for the Subject/Observer design pattern.
a CheckList that send albaEventNotification in the form albaEvent(this, widget_id,...
albaGUI is a panel with function to easily create GUI.
Interface implementing the Observer of the Subject/Observer design pattern.
albaRWIBase is a vtkRenderWindowInteractor placed on a wxWindow
void VmeSelect(albaVME *vme, bool select)
void OnEvent(albaEventBase *alba_event)
process the events sent by subjects
VIEW_HTML_WIDGET_ID
IDs for the GUI.
void VmeAdd(albaVME *vme)
albaViewHTML(const wxString &label="vtkViewHTML", int camera_position=CAMERA_PERSPECTIVE, bool show_axes=true, bool show_grid=false, int stereo=0)
void VmeDeletePipe(albaVME *vme)
void VmeShow(albaVME *vme, bool show)
void VmeCreatePipe(albaVME *vme)
albaSceneGraph * GetSceneGraph()
virtual void SetBackgroundColor(wxColor color)
albaGUI * CreateGui()
Internally used to create a new instance of the GUI.
void VmeRemove(albaVME *vme)
albaView * Copy(albaObserver *Listener=NULL, bool lightCopyEnabled=false)
albaRWIBase * GetDefaultRWI()
albaTypeMacro(albaViewHTML, albaView)
void VmeUpdateProperty(albaVME *vme, bool fromTag=false)
albaView is the base class for Views in alba.