Attica::PublisherField
#include <Attica/PublisherField>
Public Types | |
typedef QList< PublisherField > | List |
Public Member Functions | |
PublisherField (const PublisherField &other) | |
QString | data () const |
bool | isValid () const |
QString | name () const |
PublisherField & | operator= (const PublisherField &other) |
void | setData (const QString &value) |
void | setName (const QString &value) |
void | setType (const QString &value) |
QString | type () const |
Detailed Description
Represents a publisher field.
Definition at line 23 of file publisherfield.h.
Member Typedef Documentation
◆ List
Definition at line 26 of file publisherfield.h.
Constructor & Destructor Documentation
◆ PublisherField() [1/2]
PublisherField::PublisherField | ( | ) |
Definition at line 25 of file publisherfield.cpp.
◆ PublisherField() [2/2]
PublisherField::PublisherField | ( | const PublisherField & | other | ) |
Definition at line 30 of file publisherfield.cpp.
◆ ~PublisherField()
PublisherField::~PublisherField | ( | ) |
Definition at line 41 of file publisherfield.cpp.
Member Function Documentation
◆ data()
QString PublisherField::data | ( | ) | const |
Definition at line 70 of file publisherfield.cpp.
◆ isValid()
bool PublisherField::isValid | ( | ) | const |
Definition at line 75 of file publisherfield.cpp.
◆ name()
QString PublisherField::name | ( | ) | const |
Definition at line 50 of file publisherfield.cpp.
◆ operator=()
PublisherField & PublisherField::operator= | ( | const PublisherField & | other | ) |
Definition at line 35 of file publisherfield.cpp.
◆ setData()
void PublisherField::setData | ( | const QString & | value | ) |
Definition at line 65 of file publisherfield.cpp.
◆ setName()
void PublisherField::setName | ( | const QString & | value | ) |
Definition at line 45 of file publisherfield.cpp.
◆ setType()
void PublisherField::setType | ( | const QString & | value | ) |
Definition at line 55 of file publisherfield.cpp.
◆ type()
QString PublisherField::type | ( | ) | const |
Definition at line 60 of file publisherfield.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:36 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.