Qtohosextras PathPolicy Class: Difference between revisions
Created page with "<!-- Source: qtohosextras-fileshare-pathpolicy-members.html --> <span id="list-of-all-members-for-pathpolicy"></span> = List of All Members for PathPolicy = This is the complete list of members for QtOhosExtras::FileShare::PathPolicy, including inherited members. * <span class="name">'''operationModes'''</span> : QtOhosExtras::FileShare::OperationModes * <span class="name">'''qtoho..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- Source: qtohosextras-fileshare-pathpolicy | <!-- Source: qtohosextras-fileshare-pathpolicy.html --> | ||
<span id=" | <span id="pathpolicy-class"></span> | ||
= | = PathPolicy Class = | ||
<span class="small-subtitle">([[qtohosextras_PathPolicy_Class|QtOhosExtras::FileShare::PathPolicy]])<br /> | |||
</span> | |||
* <span class=" | The [[qtohosextras_PathPolicy_Class|PathPolicy]] struct encapsulates information required to request file access permissions for a specified path. [[#details|More...]] | ||
<div class="table"> | |||
{| class="wikitable alignedsummary" | |||
|- | |||
| class="memItemLeft rightAlign topAlign"| Header: | |||
| class="memItemRight bottomAlign"| <span class="preprocessor">#include </span> | |||
|- | |||
| class="memItemLeft rightAlign topAlign"| qmake: | |||
| class="memItemRight bottomAlign"| QT += ohosextras | |||
|- | |||
| class="memItemLeft rightAlign topAlign"| Since: | |||
| class="memItemRight bottomAlign"| Qt 5.12.12 | |||
|} | |||
</div> | |||
* [[qtohosextras_List_of_All_Members_for_PathPolicy|List of all members, including inherited members]] | |||
<span id="public-variables"></span> | |||
<span id="public-variables"></span> | |||
== Public Variables == | |||
<div class="table"> | |||
{| class="wikitable alignedsummary" | |||
|- | |||
| class="memItemLeft rightAlign topAlign"| QtOhosExtras::FileShare::OperationModes | |||
| class="memItemRight bottomAlign"| '''[[qtohosextras_PathPolicy_Class#operationModes-var|operationModes]]''' | |||
|- | |||
| class="memItemLeft rightAlign topAlign"| QString | |||
| class="memItemRight bottomAlign"| '''[[qtohosextras_PathPolicy_Class#path-var|path]]''' | |||
|} | |||
</div> | |||
<span id="details"></span> | |||
<div class="descr"> | |||
<span id="details"></span> | |||
== Detailed Description == | |||
The [[qtohosextras_PathPolicy_Class|PathPolicy]] struct encapsulates information required to request file access permissions for a specified path. | |||
</div> | |||
<div class="vars"> | |||
<span id="member-variable-documentation"></span> | |||
== Member Variable Documentation == | |||
<span id="operationModes-var"></span> | |||
=== <span id="operationModes-var"></span><span class="type">[[qtohosextras_FileShare_Namespace#OperationMode-enum|QtOhosExtras::FileShare::OperationModes]]</span> PathPolicy::<span class="name">operationModes</span> === | |||
This variable holds the types of access being requested for the file. | |||
'''See also''' [[qtohosextras_FileShare_Namespace#OperationMode-enum|OperationMode]]. | |||
<span id="path-var"></span> | |||
=== <span id="path-var"></span><span class="type">[[../qtcore/qstring.html|QString]]</span> PathPolicy::<span class="name">path</span> === | |||
This variable holds the path for which access permission is requested. | |||
</div> | |||
Latest revision as of 06:34, 28 January 2026
PathPolicy Class
(QtOhosExtras::FileShare::PathPolicy)
The PathPolicy struct encapsulates information required to request file access permissions for a specified path. More...
| Header: | #include |
| qmake: | QT += ohosextras |
| Since: | Qt 5.12.12 |
Public Variables
| QtOhosExtras::FileShare::OperationModes | operationModes |
| QString | path |
Detailed Description
The PathPolicy struct encapsulates information required to request file access permissions for a specified path.
Member Variable Documentation
This variable holds the types of access being requested for the file.
See also OperationMode.
[[../qtcore/qstring.html|QString]] PathPolicy::path
This variable holds the path for which access permission is requested.