KGAPI2::Drive::Teamdrive::BackgroundImageFile

Search for usage in LXR

KGAPI2::Drive::Teamdrive::BackgroundImageFile Class Reference

#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()

QString Teamdrive::BackgroundImageFile::id ( ) const

Returns the id of the background image file.

Definition at line 287 of file teamdrive.cpp.

◆ operator!=()

bool KGAPI2::Drive::Teamdrive::BackgroundImageFile::operator!= ( const BackgroundImageFile & other) const
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()

float Teamdrive::BackgroundImageFile::width ( ) const

Returns the width for this background image file.

Definition at line 317 of file teamdrive.cpp.

◆ xCoordinate()

float Teamdrive::BackgroundImageFile::xCoordinate ( ) const

Returns the x coordinate for this background image file.

Definition at line 297 of file teamdrive.cpp.

◆ yCoordinate()

float Teamdrive::BackgroundImageFile::yCoordinate ( ) const

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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.