OpenMS
Loading...
Searching...
No Matches
CommonDefs.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Chris Bielow $
6// $Authors: Chris Bielow $
7// --------------------------------------------------------------------------
8
9#pragma once
10
12
13
14namespace OpenMS
15{
16
22 #define CONNECTCAST(class,func,args) static_cast<void(class::*)args>(&class::func)
23
24
26 enum class WidgetHeader
27 {
30 };
31
34}
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
WidgetHeader
Enum to decide which headers(=column) names should be get/set in a table/tree widget.
Definition CommonDefs.h:27