about_dialog.h
Go to the documentation of this file.
1 /*
2  * Roboception GmbH
3  * Munich, Germany
4  * www.roboception.com
5  *
6  * Copyright (c) 2024 Roboception GmbH
7  * All rights reserved
8  *
9  * Author: Heiko Hirschmueller
10  */
11 
12 #ifndef RC_ABOUT_DIALOG_H
13 #define RC_ABOUT_DIALOG_H
14 
15 #include "button.h"
16 
17 #include <FL/Fl.H>
18 #include <FL/Fl_Double_Window.H>
19 #include <FL/Fl_Multiline_Output.H>
20 
21 class AboutDialog : public Fl_Double_Window
22 {
23  public:
24 
25  AboutDialog();
26 
27  private:
28 
29  Fl_Multiline_Output *out;
31 };
32 
33 #endif
AboutDialog::close
Button * close
Definition: about_dialog.h:30
Button
Definition: button.h:18
button.h
AboutDialog::out
Fl_Multiline_Output * out
Definition: about_dialog.h:29
AboutDialog
Definition: about_dialog.h:21
AboutDialog::AboutDialog
AboutDialog()
Definition: about_dialog.cc:34


rcdiscover
Author(s): Heiko Hirschmueller , Raphael Schaller
autogenerated on Thu Aug 1 2024 02:55:56