KGAPI2::TaskList
KGAPI2::TaskList Class Reference
#include <tasklist.h>
Inheritance diagram for KGAPI2::TaskList:
Public Member Functions | |
TaskList () | |
TaskList (const TaskList &other) | |
~TaskList () override | |
bool | operator== (const TaskList &other) const |
QString | selfLink () const |
void | setSelfLink (const QString &selfLink) |
void | setTitle (const QString &title) |
void | setUid (const QString &uid) |
void | setUpdated (const QString &updated) |
QString | title () const |
QString | uid () const |
QString | updated () const |
Public Member Functions inherited from KGAPI2::Object | |
Object () | |
Object (const Object &other) | |
virtual | ~Object () |
QString | etag () const |
bool | operator== (const Object &other) const |
void | setEtag (const QString &etag) |
Detailed Description
Represents a tasklist for Google Tasks service.
- Since
- : 0.3
Definition at line 26 of file tasklist.h.
Constructor & Destructor Documentation
◆ TaskList() [1/2]
TaskList::TaskList | ( | ) |
Constructor.
Definition at line 26 of file tasklist.cpp.
◆ TaskList() [2/2]
TaskList::TaskList | ( | const TaskList & | other | ) |
Copy constructor.
Definition at line 32 of file tasklist.cpp.
◆ ~TaskList()
|
overridedefault |
Destructor.
Member Function Documentation
◆ operator==()
bool TaskList::operator== | ( | const TaskList & | other | ) | const |
Definition at line 40 of file tasklist.cpp.
◆ selfLink()
QString TaskList::selfLink | ( | ) | const |
Returns tasklist selfLink.
Definition at line 84 of file tasklist.cpp.
◆ setSelfLink()
void TaskList::setSelfLink | ( | const QString & | selfLink | ) |
◆ setTitle()
void TaskList::setTitle | ( | const QString & | title | ) |
◆ setUid()
void TaskList::setUid | ( | const QString & | uid | ) |
◆ setUpdated()
void TaskList::setUpdated | ( | const QString & | updated | ) |
◆ title()
QString TaskList::title | ( | ) | const |
Returns tasklist title.
Definition at line 74 of file tasklist.cpp.
◆ uid()
QString TaskList::uid | ( | ) | const |
Returns tasklist UID.
Definition at line 64 of file tasklist.cpp.
◆ updated()
QString TaskList::updated | ( | ) | const |
Returns tasklist updated.
Definition at line 94 of file tasklist.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 Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.