Interface class to model different behaviors of TOPPView. More...
#include <OpenMS/VISUAL/TOPPViewBehaviorInterface.h>
Public Slots | |
virtual void | showSpectrumAs1D (int index)=0 |
Behavior for showSpectrumAs1D. More... | |
virtual void | activate1DSpectrum (int index)=0 |
Behavior for activate1DSpectrum. More... | |
virtual void | activate1DSpectrum (std::vector< int, std::allocator< int > > indices)=0 |
virtual void | deactivate1DSpectrum (int index)=0 |
Behavior for deactivate1DSpectrum. More... | |
virtual void | activateBehavior ()=0 |
Slot for behavior activation. More... | |
virtual void | deactivateBehavior ()=0 |
Slot for behavior deactivation. More... | |
Public Member Functions | |
virtual | ~TOPPViewBehaviorInterface () |
Destructor. More... | |
Interface class to model different behaviors of TOPPView.
|
inlinevirtual |
|
pure virtualslot |
Behavior for activate1DSpectrum.
Referenced by TOPPViewBase::activate1DSpectrum(), and TOPPViewBehaviorInterface::~TOPPViewBehaviorInterface().
|
pure virtualslot |
|
pure virtualslot |
Slot for behavior activation.
Referenced by TOPPViewBase::viewChanged(), and TOPPViewBehaviorInterface::~TOPPViewBehaviorInterface().
|
pure virtualslot |
Behavior for deactivate1DSpectrum.
Referenced by TOPPViewBase::deactivate1DSpectrum(), and TOPPViewBehaviorInterface::~TOPPViewBehaviorInterface().
|
pure virtualslot |
Slot for behavior deactivation.
Referenced by TOPPViewBase::viewChanged(), and TOPPViewBehaviorInterface::~TOPPViewBehaviorInterface().
|
pure virtualslot |
Behavior for showSpectrumAs1D.
Referenced by TOPPViewBehaviorInterface::~TOPPViewBehaviorInterface().
OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:30 using doxygen 1.8.11 |