summaryrefslogtreecommitdiff
path: root/support/dktools/DkClockOptionsDialog.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-12 03:04:00 +0000
committerNorbert Preining <norbert@preining.info>2020-10-12 03:04:00 +0000
commit0ce40abb18ec02ec6fd6bcc5f21612c88daa7578 (patch)
tree416289fe1448873fd8ca33051f50ad85bffa8aaa /support/dktools/DkClockOptionsDialog.h
parentfdb18507cd80dc17f5a5256153d34668b4f4e61c (diff)
CTAN sync 202010120303
Diffstat (limited to 'support/dktools/DkClockOptionsDialog.h')
-rw-r--r--support/dktools/DkClockOptionsDialog.h140
1 files changed, 0 insertions, 140 deletions
diff --git a/support/dktools/DkClockOptionsDialog.h b/support/dktools/DkClockOptionsDialog.h
deleted file mode 100644
index c7cc134561..0000000000
--- a/support/dktools/DkClockOptionsDialog.h
+++ /dev/null
@@ -1,140 +0,0 @@
-/*
-Copyright (C) 2013-2020, Dirk Krause
-SPDX-License-Identifier: BSD-3-Clause
-*/
-
-/*
- WARNING: This file was generated by the dkct program (see
- http://dktools.sourceforge.net/ for details).
- Changes you make here will be lost if dkct is run again!
- You should modify the original source and run dkct on it.
- Original source: DkClockOptionsDialog.wxc
-*/
-
-/** @file DkClockOptionsDialog.h Header file for the DkClockOptionsDialog module.
-*/
-
-#ifndef DKCLOCKOPTIONSDIALOG_H_INCLUDED
-/** Avoid multiple inclusions. */
-#define DKCLOCKOPTIONSDIALOG_H_INCLUDED 1
-
-
-#line 73 "DkClockOptionsDialog.wxc"
-
-
-#line 75 "DkClockOptionsDialog.wxc"
-class DkClockOptionsDialog : public wxDialog
-{
- private:
-
- /** Event table.
- */
-#if wxCHECK_VERSION(3,0,0)
- wxDECLARE_EVENT_TABLE();
-#else
- DECLARE_EVENT_TABLE()
-#endif
-
- protected:
-
- /** Localized texts.
- */
- wxChar const * const *sTexts;
-
- /** Data set to configure.
- */
- DkClockData *cld;
-
- /** Flag: GUI ok.
- */
- bool dkctGUILayoutOK;
-
- /** GUI element sDialog.
- */
-#line 13 "DkClockOptionsDialog.wxc"
- wxBoxSizer *sDialog;
-
- /** GUI element vSizer.
- */
-#line 19 "DkClockOptionsDialog.wxc"
- wxBoxSizer *vSizer;
-
- /** GUI element cSizer.
- */
-#line 27 "DkClockOptionsDialog.wxc"
- wxGridBagSizer *cSizer;
-
- /** GUI element bSizer.
- */
-#line 56 "DkClockOptionsDialog.wxc"
- wxStdDialogButtonSizer *bSizer;
-
- /** GUI element cbAlert.
- */
-#line 35 "DkClockOptionsDialog.wxc"
- wxCheckBox *cbAlert;
-
- /** GUI element tHour.
- */
-#line 40 "DkClockOptionsDialog.wxc"
- wxStaticText *tHour;
-
- /** GUI element scHour.
- */
-#line 43 "DkClockOptionsDialog.wxc"
- wxSpinCtrl *scHour;
-
- /** GUI element tMinute.
- */
-#line 48 "DkClockOptionsDialog.wxc"
- wxStaticText *tMinute;
-
- /** GUI element scMinute.
- */
-#line 51 "DkClockOptionsDialog.wxc"
- wxSpinCtrl *scMinute;
-
- /** GUI element bOK.
- */
-#line 60 "DkClockOptionsDialog.wxc"
- wxButton *bOK;
-
- /** GUI element bCancel.
- */
-#line 65 "DkClockOptionsDialog.wxc"
- wxButton *bCancel;
-
-
-#line 98 "DkClockOptionsDialog.wxc"
-
- public:
-
- DkClockOptionsDialog(
- DkWxFrame *parent,
- wxChar const *title,
- wxChar const * const *messageTexts,
- DkClockData *clockData
- );
-
- /** Handler for OK button.
- @param event Event to process.
- */
- void
- OnOk(wxCommandEvent & event);
-
- /** Handler for Cancel button.
- @param event Event to process.
- */
- void
- OnCancel(wxCommandEvent & event);
-
- void
- OnCheckbox(wxCommandEvent & event);
-
-};
-
-
-#line 126 "DkClockOptionsDialog.wxc"
-
-
-#endif