Kgapi
teamdrive.h
DriveTeamdrive::BackgroundImageFile holds the structure used for backgroundImageFile property.
Definition teamdrive.h:289
float yCoordinate() const
Returns the y coordinate for this background image file.
Definition teamdrive.cpp:307
void setId(const QString &id) const
Sets the id of the background image file.
Definition teamdrive.cpp:292
void setWidth(float width) const
Sets the width for this background image file.
Definition teamdrive.cpp:322
void setYCoordinate(float yCoordinate) const
Sets the y coordinate for this background image file.
Definition teamdrive.cpp:312
float xCoordinate() const
Returns the x coordinate for this background image file.
Definition teamdrive.cpp:297
void setXCoordinate(float xCoordinate) const
Sets the x coordinate for this background image file.
Definition teamdrive.cpp:302
DriveTeamdrive::Capabilities holds the structure used for capabilities property.
Definition teamdrive.h:135
bool canReadRevisions() const
Returns Whether the current user can read the revisions resource of files in this Team Drive.
Definition teamdrive.cpp:227
bool canManageMembers() const
Returns Whether the current user can add members to this Team Drive or remove them or change their ro...
Definition teamdrive.cpp:222
bool canListChildren() const
Returns Whether the current user can list the children of folders in this Team Drive.
Definition teamdrive.cpp:217
bool canCopy() const
Returns Whether the current user can copy files in this Team Drive.
Definition teamdrive.cpp:192
bool canChangeTeamMembersOnlyRestriction() const
Returns whether the current user can change the teamMembersOnly restriction of this Team Drive.
Definition teamdrive.cpp:182
bool canChangeDomainUsersOnlyRestriction() const
Returns whether the current user can change the domainUsersOnly restriction of this Team Drive.
Definition teamdrive.cpp:172
bool canShare() const
Returns Whether the current user can share files or folders in this Team Drive.
Definition teamdrive.cpp:242
bool canComment() const
Returns Whether the current user can comment on files in this Team Drive.
Definition teamdrive.cpp:187
bool canRenameTeamDrive() const
Returns Whether the current user can rename this Team Drive.
Definition teamdrive.cpp:237
bool canAddChildren() const
Returns whether the current user can add children to folders in this Team Drive.
Definition teamdrive.cpp:162
bool canRename() const
Returns Whether the current user can rename files or folders in this Team Drive.
Definition teamdrive.cpp:232
bool canDeleteTeamDrive() const
Returns Whether the current user can delete this Team Drive.
Definition teamdrive.cpp:202
bool canDownload() const
Returns Whether the current user can download files in this Team Drive.
Definition teamdrive.cpp:207
bool canChangeCopyRequiresWriterPermissionRestriction() const
Returns whether the current user can change the copyRequiresWriterPermission restriction of this Team...
Definition teamdrive.cpp:167
bool canEdit() const
Returns Whether the current user can edit files in this Team Drive.
Definition teamdrive.cpp:212
bool canTrashChildren() const
Returns Whether the current user can trash children from folders in this Team Drive.
Definition teamdrive.cpp:247
bool canDeleteChildren() const
Returns Whether the current user can delete children from folders in this Team Drive.
Definition teamdrive.cpp:197
bool canChangeTeamDriveBackground() const
Returns whether the current user can change the background of this Team Drive.
Definition teamdrive.cpp:177
DriveTeamdrive::Restrictions holds the structure used for restrictions property.
Definition teamdrive.h:40
void setDomainUsersOnly(bool domainUsersOnly) const
Sets whether access to this Team Drive and items inside this Team Drive is restricted to users of the...
Definition teamdrive.cpp:84
void setAdminManagedRestrictions(bool adminManagedRestrictions) const
Sets whether administrative privileges on this Team Drive are required to modify restrictions.
Definition teamdrive.cpp:64
bool teamMembersOnly() const
Returns whether access to items inside this Team Drive is restricted to members of this Team Drive.
Definition teamdrive.cpp:89
void setTeamMembersOnly(bool teamMembersOnly) const
Sets whether access to items inside this Team Drive is restricted to members of this Team Drive.
Definition teamdrive.cpp:94
bool domainUsersOnly() const
Returns whether access to this Team Drive and items inside this Team Drive is restricted to users of ...
Definition teamdrive.cpp:79
bool adminManagedRestrictions() const
Returns whether administrative privileges on this Team Drive are required to modify restrictions.
Definition teamdrive.cpp:59
bool copyRequiresWriterPermission() const
Returns whether the options to copy, print, or download files inside this Team Drive,...
Definition teamdrive.cpp:69
void setCopyRequiresWriterPermission(bool copyRequiresWriterPermission) const
Sets whether the options to copy, print, or download files inside this Team Drive,...
Definition teamdrive.cpp:74
Teamdrive contains a representation of a Team Drive.
Definition teamdrive.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.