KUserFeedback::QmlPropertySource

Search for usage in LXR

KUserFeedback::QmlPropertySource Class Reference

#include <qmlpropertysource.h>

Inherits KUserFeedback::QmlAbstractDataSource.

Properties

QVariant data
 
QString description
 
QString name
 
QString sourceId
 

Signals

void dataChanged (const QVariant &data)
 
void descriptionChanged (const QString &description)
 
void idChanged (const QString &id)
 
void nameChanged (const QString &name)
 

Public Member Functions

 QmlPropertySource (QObject *parent=nullptr)
 
QVariant data () const
 
QString description () const
 
QString name () const
 
void setData (const QVariant &data)
 
void setDescription (const QString &description)
 
void setName (const QString &name)
 
void setSourceId (const QString &id)
 
QString sourceId () const
 

Detailed Description

Data source reporting information provided by a QML application.

Definition at line 19 of file qmlpropertysource.h.

Property Documentation

◆ data

QVariant KUserFeedback::QmlPropertySource::data
readwrite

Definition at line 25 of file qmlpropertysource.h.

◆ description

QString KUserFeedback::QmlPropertySource::description
readwrite

Definition at line 24 of file qmlpropertysource.h.

◆ name

QString KUserFeedback::QmlPropertySource::name
readwrite

Definition at line 23 of file qmlpropertysource.h.

◆ sourceId

QString KUserFeedback::QmlPropertySource::sourceId
readwrite

Definition at line 22 of file qmlpropertysource.h.

Constructor & Destructor Documentation

◆ QmlPropertySource()

QmlPropertySource::QmlPropertySource ( QObject * parent = nullptr)

Definition at line 28 of file qmlpropertysource.cpp.

Member Function Documentation

◆ data()

QVariant QmlPropertySource::data ( ) const

Definition at line 33 of file qmlpropertysource.cpp.

◆ description()

QString QmlPropertySource::description ( ) const

Definition at line 43 of file qmlpropertysource.cpp.

◆ name()

QString QmlPropertySource::name ( ) const

Definition at line 38 of file qmlpropertysource.cpp.

◆ setData()

void QmlPropertySource::setData ( const QVariant & data)

Definition at line 53 of file qmlpropertysource.cpp.

◆ setDescription()

void QmlPropertySource::setDescription ( const QString & description)

Definition at line 69 of file qmlpropertysource.cpp.

◆ setName()

void QmlPropertySource::setName ( const QString & name)

Definition at line 61 of file qmlpropertysource.cpp.

◆ setSourceId()

void QmlPropertySource::setSourceId ( const QString & id)

Definition at line 77 of file qmlpropertysource.cpp.

◆ sourceId()

QString QmlPropertySource::sourceId ( ) const

Definition at line 48 of file qmlpropertysource.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:20:56 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.