13#include <QtCore/qobject.h>
19namespace ot {
class ComboBox; }
20namespace ot {
class PushButton; }
21namespace ot {
class PlainTextEdit; }
41 virtual QString
getToolName(
void)
const override {
return QString(
"Network Tools"); };
54 void slotRunPortBlocker(
void);
59 std::list<PortBlockerServer*> m_servers;
#define OT_ADD_FLAG_FUNCTIONS(___enumName)
Will add the default bitwise operations for the provided private 32/64 bit bitfield....
Definition Flags.h:129
This file contains defines that may be used simplyfy class creation.
Definition PortBlockerServer.h:11
The Flags class is a wrapper around a enum that allows bitwise operations (flags)....
Definition Flags.h:214
Definition PlainTextEdit.h:17