The InterfacesQuery class query the netcard info, if you want to specify query way, modify the class for direct.
More...
#include <InterfacesQuery.h>
|
| | InterfacesQuery (QObject *parent=nullptr) |
| | InterfacesQuery creator.
|
| |
| const QList< QNetworkInterface > & | interfaces_cached () const |
| | interfaces_cached returns the sync query of the netcard interfaces
|
| |
| std::optional< QNetworkInterface > | from_name_query (const QString &readable_name) const |
| | from_name_query query from the network card readable name, using in select list widgets
|
| |
The InterfacesQuery class query the netcard info, if you want to specify query way, modify the class for direct.
◆ InterfacesQuery()
| InterfacesQuery::InterfacesQuery |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ from_name_query()
| std::optional< QNetworkInterface > InterfacesQuery::from_name_query |
( |
const QString & |
readable_name | ) |
const |
from_name_query query from the network card readable name, using in select list widgets
- Parameters
-
- Returns
◆ interfaces_cached()
| const QList< QNetworkInterface > & InterfacesQuery::interfaces_cached |
( |
| ) |
const |
|
inline |
interfaces_cached returns the sync query of the netcard interfaces
- Returns
- cached_interfaces
◆ network_query_display
| void InterfacesQuery::network_query_display |
( |
const QStringList |
interfaces | ) |
|
|
signal |
network_query_display is just the signals
- Parameters
-
| interfaces | queried underlevel |
The documentation for this class was generated from the following files:
- extern_app/NetHelper/core/interfaces_query/InterfacesQuery.h
- extern_app/NetHelper/core/interfaces_query/InterfacesQuery.cpp