CheckResult Class
< Qt for HarmonyOS / qtohosextras doc
CheckResult Class
The CheckResult class encapsulates the result of all requested file access permission checks. More...
| Header: | #include <CheckResult> |
|---|---|
| qmake: | QT += ohosextras |
| Since: | Qt 5.12.12 |
Public Functions
| virtual | ~CheckResult() |
| virtual QList<QtOhosExtras::FileShare::PathPolicyCheckResult> | checkResultList() const = 0 |
| int | operationStatus() const |
Protected Functions
| CheckResult() |
Detailed Description
The CheckResult class encapsulates the result of all requested file access permission checks.
See also: checkPersistent().
Member Function Documentation
[protected] CheckResult::CheckResult()
Default constructs an instance of CheckResult.
[virtual] CheckResult::~CheckResult()
Destroys the instance of CheckResult. The destructor is virtual.
Returns a list of results for each individual file access permission check.
Each entry in the list corresponds to a specific file and its check result.
See also: PathPolicyCheckResult.
int CheckResult::operationStatus() const
Returns the overall result of all requested file access permission checks.
See also: QOhosOperationStatus.