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