Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
DomGradient Class Reference

#include <ui4.h>

+ Collaboration diagram for DomGradient:

Public Member Functions

 DomGradient ()=default
 
 ~DomGradient ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
bool hasAttributeStartX () const
 
double attributeStartX () const
 
void setAttributeStartX (double a)
 
void clearAttributeStartX ()
 
bool hasAttributeStartY () const
 
double attributeStartY () const
 
void setAttributeStartY (double a)
 
void clearAttributeStartY ()
 
bool hasAttributeEndX () const
 
double attributeEndX () const
 
void setAttributeEndX (double a)
 
void clearAttributeEndX ()
 
bool hasAttributeEndY () const
 
double attributeEndY () const
 
void setAttributeEndY (double a)
 
void clearAttributeEndY ()
 
bool hasAttributeCentralX () const
 
double attributeCentralX () const
 
void setAttributeCentralX (double a)
 
void clearAttributeCentralX ()
 
bool hasAttributeCentralY () const
 
double attributeCentralY () const
 
void setAttributeCentralY (double a)
 
void clearAttributeCentralY ()
 
bool hasAttributeFocalX () const
 
double attributeFocalX () const
 
void setAttributeFocalX (double a)
 
void clearAttributeFocalX ()
 
bool hasAttributeFocalY () const
 
double attributeFocalY () const
 
void setAttributeFocalY (double a)
 
void clearAttributeFocalY ()
 
bool hasAttributeRadius () const
 
double attributeRadius () const
 
void setAttributeRadius (double a)
 
void clearAttributeRadius ()
 
bool hasAttributeAngle () const
 
double attributeAngle () const
 
void setAttributeAngle (double a)
 
void clearAttributeAngle ()
 
bool hasAttributeType () const
 
QString attributeType () const
 
void setAttributeType (const QString &a)
 
void clearAttributeType ()
 
bool hasAttributeSpread () const
 
QString attributeSpread () const
 
void setAttributeSpread (const QString &a)
 
void clearAttributeSpread ()
 
bool hasAttributeCoordinateMode () const
 
QString attributeCoordinateMode () const
 
void setAttributeCoordinateMode (const QString &a)
 
void clearAttributeCoordinateMode ()
 
QList< DomGradientStop * > elementGradientStop () const
 
void setElementGradientStop (const QList< DomGradientStop * > &a)
 

Detailed Description

Definition at line 1306 of file ui4.h.

Constructor & Destructor Documentation

◆ DomGradient()

DomGradient::DomGradient ( )
default

◆ ~DomGradient()

DomGradient::~DomGradient ( )

Definition at line 2539 of file ui4.cpp.

References QList< T >::clear(), and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ attributeAngle()

double DomGradient::attributeAngle ( ) const
inline

Definition at line 1362 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeCentralX()

double DomGradient::attributeCentralX ( ) const
inline

Definition at line 1337 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeCentralY()

double DomGradient::attributeCentralY ( ) const
inline

Definition at line 1342 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeCoordinateMode()

QString DomGradient::attributeCoordinateMode ( ) const
inline

Definition at line 1377 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeEndX()

double DomGradient::attributeEndX ( ) const
inline

Definition at line 1327 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeEndY()

double DomGradient::attributeEndY ( ) const
inline

Definition at line 1332 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeFocalX()

double DomGradient::attributeFocalX ( ) const
inline

Definition at line 1347 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeFocalY()

double DomGradient::attributeFocalY ( ) const
inline

Definition at line 1352 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeRadius()

double DomGradient::attributeRadius ( ) const
inline

Definition at line 1357 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeSpread()

QString DomGradient::attributeSpread ( ) const
inline

Definition at line 1372 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeStartX()

double DomGradient::attributeStartX ( ) const
inline

Definition at line 1317 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeStartY()

double DomGradient::attributeStartY ( ) const
inline

Definition at line 1322 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeType()

QString DomGradient::attributeType ( ) const
inline

Definition at line 1367 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeAngle()

void DomGradient::clearAttributeAngle ( )
inline

Definition at line 1364 of file ui4.h.

◆ clearAttributeCentralX()

void DomGradient::clearAttributeCentralX ( )
inline

Definition at line 1339 of file ui4.h.

◆ clearAttributeCentralY()

void DomGradient::clearAttributeCentralY ( )
inline

Definition at line 1344 of file ui4.h.

◆ clearAttributeCoordinateMode()

void DomGradient::clearAttributeCoordinateMode ( )
inline

Definition at line 1379 of file ui4.h.

◆ clearAttributeEndX()

void DomGradient::clearAttributeEndX ( )
inline

Definition at line 1329 of file ui4.h.

◆ clearAttributeEndY()

void DomGradient::clearAttributeEndY ( )
inline

Definition at line 1334 of file ui4.h.

◆ clearAttributeFocalX()

void DomGradient::clearAttributeFocalX ( )
inline

Definition at line 1349 of file ui4.h.

◆ clearAttributeFocalY()

void DomGradient::clearAttributeFocalY ( )
inline

Definition at line 1354 of file ui4.h.

◆ clearAttributeRadius()

void DomGradient::clearAttributeRadius ( )
inline

Definition at line 1359 of file ui4.h.

◆ clearAttributeSpread()

void DomGradient::clearAttributeSpread ( )
inline

Definition at line 1374 of file ui4.h.

◆ clearAttributeStartX()

void DomGradient::clearAttributeStartX ( )
inline

Definition at line 1319 of file ui4.h.

◆ clearAttributeStartY()

void DomGradient::clearAttributeStartY ( )
inline

Definition at line 1324 of file ui4.h.

◆ clearAttributeType()

void DomGradient::clearAttributeType ( )
inline

Definition at line 1369 of file ui4.h.

◆ elementGradientStop()

QList< DomGradientStop * > DomGradient::elementGradientStop ( ) const
inline

Definition at line 1382 of file ui4.h.

◆ hasAttributeAngle()

bool DomGradient::hasAttributeAngle ( ) const
inline

Definition at line 1361 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeCentralX()

bool DomGradient::hasAttributeCentralX ( ) const
inline

Definition at line 1336 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeCentralY()

bool DomGradient::hasAttributeCentralY ( ) const
inline

Definition at line 1341 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeCoordinateMode()

bool DomGradient::hasAttributeCoordinateMode ( ) const
inline

Definition at line 1376 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeEndX()

bool DomGradient::hasAttributeEndX ( ) const
inline

Definition at line 1326 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeEndY()

bool DomGradient::hasAttributeEndY ( ) const
inline

Definition at line 1331 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeFocalX()

bool DomGradient::hasAttributeFocalX ( ) const
inline

Definition at line 1346 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeFocalY()

bool DomGradient::hasAttributeFocalY ( ) const
inline

Definition at line 1351 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeRadius()

bool DomGradient::hasAttributeRadius ( ) const
inline

Definition at line 1356 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeSpread()

bool DomGradient::hasAttributeSpread ( ) const
inline

Definition at line 1371 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeStartX()

bool DomGradient::hasAttributeStartX ( ) const
inline

Definition at line 1316 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeStartY()

bool DomGradient::hasAttributeStartY ( ) const
inline

Definition at line 1321 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeType()

bool DomGradient::hasAttributeType ( ) const
inline

Definition at line 1366 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomGradient::read ( QXmlStreamReader & reader)

Definition at line 2545 of file ui4.cpp.

References QList< T >::append(), Qt::CaseInsensitive, setAttributeAngle(), setAttributeCentralX(), setAttributeCentralY(), setAttributeCoordinateMode(), setAttributeEndX(), setAttributeEndY(), setAttributeFocalX(), setAttributeFocalY(), setAttributeRadius(), setAttributeSpread(), setAttributeStartX(), setAttributeStartY(), setAttributeType(), and tag.

+ Here is the call graph for this function:

◆ setAttributeAngle()

void DomGradient::setAttributeAngle ( double a)
inline

Definition at line 1363 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeCentralX()

void DomGradient::setAttributeCentralX ( double a)
inline

Definition at line 1338 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeCentralY()

void DomGradient::setAttributeCentralY ( double a)
inline

Definition at line 1343 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeCoordinateMode()

void DomGradient::setAttributeCoordinateMode ( const QString & a)
inline

Definition at line 1378 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeEndX()

void DomGradient::setAttributeEndX ( double a)
inline

Definition at line 1328 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeEndY()

void DomGradient::setAttributeEndY ( double a)
inline

Definition at line 1333 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeFocalX()

void DomGradient::setAttributeFocalX ( double a)
inline

Definition at line 1348 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeFocalY()

void DomGradient::setAttributeFocalY ( double a)
inline

Definition at line 1353 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeRadius()

void DomGradient::setAttributeRadius ( double a)
inline

Definition at line 1358 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeSpread()

void DomGradient::setAttributeSpread ( const QString & a)
inline

Definition at line 1373 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeStartX()

void DomGradient::setAttributeStartX ( double a)
inline

Definition at line 1318 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeStartY()

void DomGradient::setAttributeStartY ( double a)
inline

Definition at line 1323 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeType()

void DomGradient::setAttributeType ( const QString & a)
inline

Definition at line 1368 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementGradientStop()

void DomGradient::setElementGradientStop ( const QList< DomGradientStop * > & a)

Definition at line 2675 of file ui4.cpp.

◆ write()

void DomGradient::write ( QXmlStreamWriter & writer,
const QString & tagName = QString() ) const

Definition at line 2626 of file ui4.cpp.

References attributeAngle(), attributeCentralX(), attributeCentralY(), attributeCoordinateMode(), attributeEndX(), attributeEndY(), attributeFocalX(), attributeFocalY(), attributeRadius(), attributeSpread(), attributeStartX(), attributeStartY(), attributeType(), hasAttributeAngle(), hasAttributeCentralX(), hasAttributeCentralY(), hasAttributeCoordinateMode(), hasAttributeEndX(), hasAttributeEndY(), hasAttributeFocalX(), hasAttributeFocalY(), hasAttributeRadius(), hasAttributeSpread(), hasAttributeStartX(), hasAttributeStartY(), hasAttributeType(), QString::isEmpty(), QString::number(), QStringLiteral, and QString::toLower().

Referenced by DomBrush::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: