Kstars

eqplotwidget.h
1/*
2 SPDX-FileCopyrightText: 2007 Jason Harris <kstars@30doradus.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kplotwidget.h"
10
11class eqPlotWidget : public KPlotWidget
12{
14 public:
15 explicit eqPlotWidget(QWidget *parent = nullptr);
16
17 protected:
18 void paintEvent(QPaintEvent *) override;
19};
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.