qskinny/playground/plots/QskPlotNamespace.h

22 lines
454 B
C
Raw Normal View History

2023-11-28 13:36:47 +01:00
/******************************************************************************
2024-01-17 14:31:45 +01:00
* QSkinny - Copyright (C) The authors
2023-11-28 13:36:47 +01:00
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
#include <qmetaobject.h>
namespace QskPlot
{
Q_NAMESPACE
// for the moment only 2 axes
enum Axis
{
XBottom = 0,
YLeft = 1
};
Q_ENUM_NS( Axis )
}