| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <selectionpolygon.h>
Public Member Functions | |
| SelectionPolygonSpec () | |
| SelectionPolygonSpec (const SelectionPolygon &selection_polygon, Enums::DataKind data_kind) | |
| SelectionPolygonSpec (const SelectionPolygonSpec &other) | |
| SelectionPolygonSpec & | operator= (const SelectionPolygonSpec &other) | 
| QString | toString () const | 
Public Attributes | |
| SelectionPolygon | selectionPolygon | 
| Enums::DataKind | dataKind = Enums::DataKind::unset | 
Definition at line 139 of file selectionpolygon.h.
| pappso::SelectionPolygonSpec::SelectionPolygonSpec | ( | ) | 
Referenced by SelectionPolygonSpec(), and operator=().
      
  | 
  inline | 
Definition at line 150 of file selectionpolygon.h.
References dataKind, and selectionPolygon.
      
  | 
  inline | 
Definition at line 156 of file selectionpolygon.h.
References SelectionPolygonSpec(), dataKind, and selectionPolygon.
      
  | 
  inline | 
Definition at line 162 of file selectionpolygon.h.
References SelectionPolygonSpec(), dataKind, and selectionPolygon.
      
  | 
  inline | 
Definition at line 175 of file selectionpolygon.h.
References dataKind, pappso::Enums::dt, pappso::Enums::mz, pappso::Enums::rt, and selectionPolygon.
| Enums::DataKind pappso::SelectionPolygonSpec::dataKind = Enums::DataKind::unset | 
Definition at line 143 of file selectionpolygon.h.
Referenced by SelectionPolygonSpec(), SelectionPolygonSpec(), operator=(), and toString().
| SelectionPolygon pappso::SelectionPolygonSpec::selectionPolygon | 
Definition at line 142 of file selectionpolygon.h.
Referenced by SelectionPolygonSpec(), SelectionPolygonSpec(), operator=(), and toString().