Attica::Publisher Class
class Attica::PublisherRepresents a publisher. More...
| Header: | #include <Attica/Publisher> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS Attica)target_link_libraries(mytarget PRIVATE KF6::Attica) |
Public Types
Public Functions
| Publisher() | |
| void | addField(const Attica::Field &) |
| void | addTarget(const Attica::Target &) |
| QList<Attica::Field> | fields() const |
| QString | id() const |
| bool | isValid() const |
| QString | name() const |
| void | setId(const QString &) |
| void | setName(const QString &) |
| void | setUrl(const QString &) |
| QList<Attica::Target> | targets() const |
| QString | url() const |
Detailed Description
Member Type Documentation
Publisher::List
Member Function Documentation
Publisher::Publisher()
void Publisher::addField(const Attica::Field &)
void Publisher::addTarget(const Attica::Target &)
QList<Attica::Field> Publisher::fields() const
QString Publisher::id() const
See also setId().
bool Publisher::isValid() const
QString Publisher::name() const
See also setName().
void Publisher::setId(const QString &)
See also id().
void Publisher::setName(const QString &)
See also name().
void Publisher::setUrl(const QString &)
See also url().
QList<Attica::Target> Publisher::targets() const
QString Publisher::url() const
See also setUrl().