reconnect-dialog.h
Go to the documentation of this file.
1 /*
2 * Roboception GmbH
3 * Munich, Germany
4 * www.roboception.com
5 *
6 * Copyright (c) 2017 Roboception GmbH
7 * All rights reserved
8 *
9 * Author: Raphael Schaller
10 */
11 #ifndef RECONNECTDIALOG_H
12 #define RECONNECTDIALOG_H
13 
14 #include "sensor-command-dialog.h"
15 
20 {
21  public:
22  ReconnectDialog() = default;
23 
24  ReconnectDialog(wxHtmlHelpController *help_ctrl,
25  wxWindow *parent, wxWindowID id,
26  const wxPoint &pos = wxDefaultPosition,
27  long style = wxDEFAULT_DIALOG_STYLE,
28  const wxString &name = wxDialogNameStr);
29 
30  virtual ~ReconnectDialog() = default;
31 
32  private:
33  void onReconnectButton(wxCommandEvent &event);
34  void onHelpButton(wxCommandEvent &event);
35 
36  private:
38 };
39 
40 #endif // RECONNECTDIALOG_H
virtual ~ReconnectDialog()=default
void onReconnectButton(wxCommandEvent &event)
ReconnectDialog()=default
Dialog for sending FORCEIP_CMD with IP set to 0 to camera.
Base class for dialogs for sending commands to a camera.
void onHelpButton(wxCommandEvent &event)


rcdiscover
Author(s): Heiko Hirschmueller , Raphael Schaller
autogenerated on Sun Apr 18 2021 02:16:32