Main Page
Namespaces
Classes
Files
File List
File Members
tools
rcdiscover-gui
event-ids.h
Go to the documentation of this file.
1
/*
2
* rcdiscover - the network discovery tool for Roboception devices
3
*
4
* Copyright (c) 2017 Roboception GmbH
5
* All rights reserved
6
*
7
* Author: Raphael Schaller
8
*
9
* Redistribution and use in source and binary forms, with or without
10
* modification, are permitted provided that the following conditions are met:
11
*
12
* 1. Redistributions of source code must retain the above copyright notice,
13
* this list of conditions and the following disclaimer.
14
*
15
* 2. Redistributions in binary form must reproduce the above copyright notice,
16
* this list of conditions and the following disclaimer in the documentation
17
* and/or other materials provided with the distribution.
18
*
19
* 3. Neither the name of the copyright holder nor the names of its contributors
20
* may be used to endorse or promote products derived from this software without
21
* specific prior written permission.
22
*
23
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33
* POSSIBILITY OF SUCH DAMAGE.
34
*/
35
36
#ifndef EVENT_IDS_H
37
#define EVENT_IDS_H
38
39
#include <wx/defs.h>
40
#include <wx/event.h>
41
42
wxDECLARE_EVENT
(wxEVT_COMMAND_DISCOVERY_COMPLETED, wxThreadEvent);
43
wxDECLARE_EVENT
(wxEVT_COMMAND_DISCOVERY_ERROR, wxThreadEvent);
44
45
enum
46
{
47
ID_DiscoverButton
= wxID_HIGHEST + 1,
48
ID_FilterTextInput
,
49
ID_ResetButton
,
50
ID_ForceIpButton
,
51
ID_ReconnectButton
,
52
ID_DataViewListCtrl
,
53
ID_OpenWebGUI
,
54
ID_CopyName
,
55
ID_CopyManufacturer
,
56
ID_CopyModel
,
57
ID_CopySerial
,
58
ID_CopyIP
,
59
ID_CopyMac
,
60
ID_Reset_Params
,
61
ID_Reset_GigE
,
62
ID_Reset_All
,
63
ID_Switch_Partition
,
64
ID_Force_IP
,
65
ID_Clear_IP_Form
,
66
ID_Reconnect
,
67
ID_Help
,
68
ID_Help_Discovery
,
69
ID_Help_Reset
,
70
ID_Help_Force_IP
,
71
ID_Help_Reconnect
,
72
ID_OnlyRcCheckbox
,
73
ID_ForceIp_IpChanged
,
74
ID_ForceIp_SubnetChanged
,
75
ID_ForceIp_GatewayChanged
,
76
77
ID_Sensor_Combobox
,
78
ID_MAC_Textbox
,
79
ID_IP_Checkbox
,
80
ID_IP_Textbox
,
81
ID_Subnet_Textbox
,
82
ID_Gateway_Textbox
83
};
84
85
#endif // EVENT_IDS_H
wxDECLARE_EVENT
wxDECLARE_EVENT(wxEVT_COMMAND_DISCOVERY_COMPLETED, wxThreadEvent)
ID_ForceIp_GatewayChanged
Definition:
event-ids.h:75
ID_OpenWebGUI
Definition:
event-ids.h:53
ID_ForceIp_SubnetChanged
Definition:
event-ids.h:74
ID_Help_Reset
Definition:
event-ids.h:69
ID_ForceIp_IpChanged
Definition:
event-ids.h:73
ID_DataViewListCtrl
Definition:
event-ids.h:52
ID_Reconnect
Definition:
event-ids.h:66
ID_Reset_Params
Definition:
event-ids.h:60
ID_IP_Checkbox
Definition:
event-ids.h:79
ID_Help
Definition:
event-ids.h:67
ID_ReconnectButton
Definition:
event-ids.h:51
ID_OnlyRcCheckbox
Definition:
event-ids.h:72
ID_Reset_All
Definition:
event-ids.h:62
ID_MAC_Textbox
Definition:
event-ids.h:78
ID_CopyMac
Definition:
event-ids.h:59
ID_CopySerial
Definition:
event-ids.h:57
ID_CopyName
Definition:
event-ids.h:54
ID_Help_Reconnect
Definition:
event-ids.h:71
ID_ForceIpButton
Definition:
event-ids.h:50
ID_CopyManufacturer
Definition:
event-ids.h:55
ID_Force_IP
Definition:
event-ids.h:64
ID_Reset_GigE
Definition:
event-ids.h:61
ID_CopyIP
Definition:
event-ids.h:58
ID_IP_Textbox
Definition:
event-ids.h:80
ID_ResetButton
Definition:
event-ids.h:49
ID_CopyModel
Definition:
event-ids.h:56
ID_Gateway_Textbox
Definition:
event-ids.h:82
ID_Subnet_Textbox
Definition:
event-ids.h:81
ID_FilterTextInput
Definition:
event-ids.h:48
ID_Help_Force_IP
Definition:
event-ids.h:70
ID_Clear_IP_Form
Definition:
event-ids.h:65
ID_DiscoverButton
Definition:
event-ids.h:47
ID_Sensor_Combobox
Definition:
event-ids.h:77
ID_Switch_Partition
Definition:
event-ids.h:63
ID_Help_Discovery
Definition:
event-ids.h:68
rcdiscover
Author(s): Heiko Hirschmueller
, Raphael Schaller
autogenerated on Sun Apr 18 2021 02:16:32