Hierarchical visualization and selection of spectra. More...
#include <OpenMS/VISUAL/SpectraViewWidget.h>
 
  
 | Signals | |
| void | spectrumSelected (int) | 
| void | spectrumSelected (std::vector< int, std::allocator< int > > indices) | 
| void | spectrumDoubleClicked (int) | 
| void | spectrumDoubleClicked (std::vector< int, std::allocator< int > > indices) | 
| void | showSpectrumAs1D (int) | 
| void | showSpectrumAs1D (std::vector< int, std::allocator< int > > indices) | 
| void | showSpectrumMetaData (int) | 
| Public Member Functions | |
| SpectraViewWidget (QWidget *parent=0) | |
| Constructor.  More... | |
| virtual | ~SpectraViewWidget () | 
| Destructor.  More... | |
| QTreeWidget * | getTreeWidget () | 
| QComboBox * | getComboBox () | 
| void | updateEntries (const LayerData &cl) | 
| Private Slots | |
| void | spectrumSelected_ (const QString &text) | 
| void | spectrumBrowserHeaderContextMenu_ (const QPoint &) | 
| void | spectrumSelectionChange_ (QTreeWidgetItem *, QTreeWidgetItem *) | 
| void | spectrumDoubleClicked_ (QTreeWidgetItem *, int) | 
| void | spectrumContextMenu_ (const QPoint &) | 
| Private Attributes | |
| QLineEdit * | spectra_search_box_ | 
| QComboBox * | spectra_combo_box_ | 
| QTreeWidget * | spectra_treewidget_ | 
| std::map< size_t, std::map < Precursor, std::vector< Size > , Precursor::MZLess > > | map_precursor_to_chrom_idx_cache_ | 
Hierarchical visualization and selection of spectra.
| SpectraViewWidget | ( | QWidget * | parent = 0 | ) | 
Constructor.
| 
 | virtual | 
Destructor.
| QComboBox* getComboBox | ( | ) | 
Referenced by TOPPViewBase::updateViewBar().
| QTreeWidget* getTreeWidget | ( | ) | 
Referenced by TOPPViewBase::copyLayer(), and TOPPViewBase::updateViewBar().
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | privateslot | 
| 
 | privateslot | 
| 
 | signal | 
| 
 | signal | 
| 
 | privateslot | 
| 
 | signal | 
| 
 | signal | 
| 
 | privateslot | 
| 
 | privateslot | 
| void updateEntries | ( | const LayerData & | cl | ) | 
Referenced by TOPPViewBase::updateViewBar().
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:35 using doxygen 1.8.5 |