OpenMS
TOPPViewMenu.h File Reference
#include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
#include <OpenMS/DATASTRUCTURES/FlagSet.h>
#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/VISUAL/EnhancedWorkspace.h>
#include <OpenMS/VISUAL/LayerDataBase.h>
#include <QObject>
#include <vector>
Include dependency graph for TOPPViewMenu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TOPPViewMenu
 The file menu items for TOPPView. More...
 
struct  TOPPViewMenu::ActionRequirement_
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Typedefs

using FS_TV = FlagSet< TV_STATUS >
 
using FS_LAYER = FlagSet< LayerDataBase::DataType >
 

Enumerations

enum class  TV_STATUS {
  HAS_CANVAS , HAS_LAYER , HAS_MIRROR_MODE , IS_1D_VIEW ,
  TOPP_IDLE
}
 

Functions

FS_TV operator+ (const TV_STATUS left, const TV_STATUS right)
 allow + operations on the enum, e.g. 'HAS_CANVAS + HAS_LAYER + IS_1D_VIEW' More...
 
FS_LAYER operator+ (const LayerDataBase::DataType left, const LayerDataBase::DataType right)
 allow + operations on the enum, e.g. 'DT_PEAK + DT_FEATURE' More...