OSCAR-code/oscar/Graphs/gspacer.cpp

17 lines
414 B
C++
Raw Normal View History

2014-08-17 12:56:05 +00:00
/* graph spacer Implementation
*
* Copyright (c) 2019-2022 The OSCAR Team
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the source code
* for more details. */
#include "gspacer.h"
gSpacer::gSpacer(int space)
: Layer(NoChannel)
{
m_space = space;
}