OpenCPN Partial API docs
Loading...
Searching...
No Matches
speedometer.h
Go to the documentation of this file.
1/**************************************************************************
2 * Copyright (C) 2010 by Jean-Eudes Onfray *
3 * Copyright (C) 2010 by David S. Register *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, see <https://www.gnu.org/licenses/>. *
17 **************************************************************************/
18
25#ifndef Speedometer_H_
26#define Speedometer_H_
27
28#include <wx/wxprec.h>
29
30#ifndef WX_PRECOMP
31#include <wx/wx.h>
32#endif
33
34#include "dial.h"
35
38public:
39 DashboardInstrument_Speedometer(wxWindow* parent, wxWindowID id,
40 wxString title,
41 InstrumentProperties* Properties,
42 DASH_CAP cap_flag, int s_value, int e_value);
43
44 ~DashboardInstrument_Speedometer() override = default;
45};
46
47#endif // Speedometer_H_
A speedometer style control.
Definition speedometer.h:37
Dashboard dial instrument.
DASH_CAP
Definition instrument.h:77