35 #ifndef OPENMS_VISUAL_VISUALIZER_BASEVISUALIZER_H 36 #define OPENMS_VISUAL_VISUALIZER_BASEVISUALIZER_H 39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 53 template <
typename ObjectType>
virtual ~BaseVisualizer()
Definition: BaseVisualizer.h:67
A base class for all visualizer classes.
Definition: BaseVisualizer.h:54
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
ObjectType * ptr_
Pointer to the object that is currently edited.
Definition: BaseVisualizer.h:72
ObjectType temp_
Copy of current object used to restore the original values.
Definition: BaseVisualizer.h:74
void load(ObjectType &o)
Loads the object that is to be edited.
Definition: BaseVisualizer.h:59
virtual void update_()
Updates the GUI from the temp_ variable.
Definition: BaseVisualizer.h:79