tools
rcdiscover-gui
help_window.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_HELP_WINDOW_H
13
#define RC_HELP_WINDOW_H
14
15
#include <FL/Fl.H>
16
#include <FL/Fl_Double_Window.H>
17
#include <FL/Fl_Help_View.H>
18
19
class
HelpWindow
:
public
Fl_Double_Window
20
{
21
public
:
22
23
static
void
showWindow
(
const
char
*target=0);
24
static
void
hideWindow
();
25
26
private
:
27
28
HelpWindow
();
29
30
Fl_Help_View *
help
;
31
};
32
33
#endif
HelpWindow::hideWindow
static void hideWindow()
Definition:
help_window.cc:43
HelpWindow::help
Fl_Help_View * help
Definition:
help_window.h:30
HelpWindow
Definition:
help_window.h:19
HelpWindow::HelpWindow
HelpWindow()
Definition:
help_window.cc:51
HelpWindow::showWindow
static void showWindow(const char *target=0)
Definition:
help_window.cc:28
rcdiscover
Author(s): Heiko Hirschmueller
, Raphael Schaller
autogenerated on Thu Aug 1 2024 02:55:56