7#ifndef NETWORKMANAGERQT_BRIDGE_SETTING_H
8#define NETWORKMANAGERQT_BRIDGE_SETTING_H
11#include <networkmanagerqt/networkmanagerqt_export.h>
17class BridgeSettingPrivate;
34 void setInterfaceName(
const QString &name);
37 void setStp(
bool enabled);
40 void setPriority(quint32 priority);
41 quint32 priority()
const;
43 void setForwardDelay(quint32 delay);
44 quint32 forwardDelay()
const;
46 void setHelloTime(quint32 time);
47 quint32 helloTime()
const;
49 void setMaxAge(quint32 age);
50 quint32 maxAge()
const;
52 void setAgingTime(quint32 time);
53 quint32 agingTime()
const;
55 void setMulticastSnooping(
bool snooping);
56 bool multicastSnooping()
const;
61 void fromMap(
const QVariantMap &setting)
override;
63 QVariantMap toMap()
const override;
66 BridgeSettingPrivate *d_ptr;
Represents bridge setting.
Base class for all kinds of setting.
This class allows querying the underlying system to discover the available network interfaces and rea...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.