From 6f1c5203f14f82b6a10c9756ef1dc39bc8631ec0 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 30 Oct 2021 10:12:07 -0400 Subject: remove gui (now in stmdspgui repo) --- gui/wxsiggen.hpp | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 gui/wxsiggen.hpp (limited to 'gui/wxsiggen.hpp') diff --git a/gui/wxsiggen.hpp b/gui/wxsiggen.hpp deleted file mode 100644 index acf479e..0000000 --- a/gui/wxsiggen.hpp +++ /dev/null @@ -1,42 +0,0 @@ -/** - * @file wxsiggen.hpp - * @brief Dialog prompt for providing signal generator input. - * - * Copyright (C) 2021 Clyne Sullivan - * - * Distributed under the GNU GPL v3 or later. You should have received a copy of - * the GNU General Public License along with this program. - * If not, see . - */ - -#ifndef WXSIGGEN_HPP_ -#define WXSIGGEN_HPP_ - -#include -#include -#include -#include - -class SiggenDialog : public wxDialog { -public: - SiggenDialog(wxWindow *parent); - ~SiggenDialog(); - - auto Result() const { - return m_result; - } - - void onSourceChange(wxCommandEvent&); - void onSourceFile(wxCommandEvent&); - void onSave(wxCommandEvent&); - -private: - wxStaticText *m_instruction = nullptr; - wxTextCtrl *m_source_list = nullptr; - wxTextCtrl *m_source_math = nullptr; - wxButton *m_source_file = nullptr; - wxString m_result; -}; - -#endif // WXSIGGEN_HPP_ - -- cgit v1.2.3