KGAPI2::Drive::Teamdrive::BackgroundImageFile
#include <teamdrive.h>
Public Member Functions | |
BackgroundImageFile (const BackgroundImageFile &other) | |
QString | id () const |
bool | operator!= (const BackgroundImageFile &other) const |
bool | operator== (const BackgroundImageFile &other) const |
void | setId (const QString &id) const |
void | setWidth (float width) const |
void | setXCoordinate (float xCoordinate) const |
void | setYCoordinate (float yCoordinate) const |
float | width () const |
float | xCoordinate () const |
float | yCoordinate () const |
Detailed Description
DriveTeamdrive::BackgroundImageFile holds the structure used for backgroundImageFile property.
Definition at line 288 of file teamdrive.h.
Constructor & Destructor Documentation
◆ BackgroundImageFile() [1/2]
Teamdrive::BackgroundImageFile::BackgroundImageFile | ( | ) |
Definition at line 266 of file teamdrive.cpp.
◆ BackgroundImageFile() [2/2]
Teamdrive::BackgroundImageFile::BackgroundImageFile | ( | const BackgroundImageFile & | other | ) |
Definition at line 271 of file teamdrive.cpp.
Member Function Documentation
◆ id()
|
nodiscard |
Returns the id of the background image file.
Definition at line 287 of file teamdrive.cpp.
◆ operator!=()
|
inline |
Definition at line 302 of file teamdrive.h.
◆ operator==()
bool Teamdrive::BackgroundImageFile::operator== | ( | const BackgroundImageFile & | other | ) | const |
Definition at line 278 of file teamdrive.cpp.
◆ setId()
void Teamdrive::BackgroundImageFile::setId | ( | const QString & | id | ) | const |
Sets the id of the background image file.
- Parameters
-
id
Definition at line 292 of file teamdrive.cpp.
◆ setWidth()
void Teamdrive::BackgroundImageFile::setWidth | ( | float | width | ) | const |
Sets the width for this background image file.
- Parameters
-
width
Definition at line 322 of file teamdrive.cpp.
◆ setXCoordinate()
void Teamdrive::BackgroundImageFile::setXCoordinate | ( | float | xCoordinate | ) | const |
Sets the x coordinate for this background image file.
- Parameters
-
xCoordinate
Definition at line 302 of file teamdrive.cpp.
◆ setYCoordinate()
void Teamdrive::BackgroundImageFile::setYCoordinate | ( | float | yCoordinate | ) | const |
Sets the y coordinate for this background image file.
- Parameters
-
yCoordinate
Definition at line 312 of file teamdrive.cpp.
◆ width()
|
nodiscard |
Returns the width for this background image file.
Definition at line 317 of file teamdrive.cpp.
◆ xCoordinate()
|
nodiscard |
Returns the x coordinate for this background image file.
Definition at line 297 of file teamdrive.cpp.
◆ yCoordinate()
|
nodiscard |
Returns the y coordinate for this background image file.
Definition at line 307 of file teamdrive.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.