KContacts::Org Class
class KContacts::OrgClass that holds a Organization for a contact. More...
Header: | #include <KContacts/Org> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Contacts) target_link_libraries(mytarget PRIVATE KF6::Contacts) |
Since: | 5.3 |
Public Types
Public Functions
Org() | |
Org(const QString &org) | |
bool | isValid() const |
QString | organization() const |
void | setOrganization(const QString &org) |
QString | toString() const |
bool | operator!=(const KContacts::Org &other) const |
bool | operator==(const KContacts::Org &other) const |
Related Non-Members
QDataStream & | operator<<(QDataStream &stream, const KContacts::Org &object) |
QDataStream & | operator>>(QDataStream &stream, KContacts::Org &object) |
Detailed Description
Member Type Documentation
Org::List
Member Function Documentation
Org::Org()
Org::Org(const QString &org)
bool Org::isValid() const
QString Org::organization() const
See also setOrganization().
void Org::setOrganization(const QString &org)
See also organization().