![]() |
Qt 6.x
The Qt SDK
|
#include <qlocalfileapi_p.h>
Collaboration diagram for LocalFileApi::Type:Classes | |
| class | Accept |
Public Member Functions | |
| Type (QStringView description, std::optional< Accept > accept) | |
| ~Type () | |
| const QStringView & | description () const |
| const std::optional< Accept > & | accept () const |
Static Public Member Functions | |
| static std::optional< Type > | fromQt (QStringView type) |
Definition at line 27 of file qlocalfileapi_p.h.
| Type::Type | ( | QStringView | description, |
| std::optional< Accept > | accept | ||
| ) |
Definition at line 76 of file qlocalfileapi.cpp.
|
default |
|
inline |
Definition at line 77 of file qlocalfileapi_p.h.
Referenced by fromQt().
Here is the caller graph for this function:
|
inline |
Definition at line 76 of file qlocalfileapi_p.h.
Referenced by fromQt().
Here is the caller graph for this function:
|
static |
Definition at line 83 of file qlocalfileapi.cpp.
References accept(), description(), match(), QRegularExpression::matchView(), and QStringLiteral.
Here is the call graph for this function: