CCIMXDesktop
Loading...
Searching...
No Matches
ToolBoxs.h
1
#ifndef TOOLBOXS_H
2
#define TOOLBOXS_H
3
4
#include <QWidget>
5
6
namespace
Ui {
7
class
ToolBoxs
;
8
}
9
13
class
ToolBoxs
:
public
QWidget {
14
Q_OBJECT
15
16
public
:
20
enum class
ShowType
{
21
PINGER
,
22
SCANNER
,
23
INTERFACES
24
};
29
explicit
ToolBoxs
(QWidget* parent =
nullptr
);
30
~ToolBoxs
();
31
32
signals:
37
void
indicate_show
(
const
ShowType
type);
38
39
private
:
40
Ui::ToolBoxs* ui;
44
void
setup_connections();
45
};
46
47
#endif
// TOOLBOXS_H
ToolBoxs
The ToolBoxs class.
Definition
ToolBoxs.h:13
ToolBoxs::ShowType
ShowType
The ShowType enum.
Definition
ToolBoxs.h:20
ToolBoxs::ShowType::INTERFACES
@ INTERFACES
show interfaces
ToolBoxs::ShowType::SCANNER
@ SCANNER
scanner
ToolBoxs::ShowType::PINGER
@ PINGER
pinger
ToolBoxs::indicate_show
void indicate_show(const ShowType type)
indicate_show oh, show what?
extern_app
NetHelper
ui
ToolBoxs.h
Generated by
1.9.8