KGAPI2::TaskList

Search for usage in LXR

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.

Author
Daniel Vrátil dvrat.nosp@m.il@r.nosp@m.edhat.nosp@m..com
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()

TaskList::~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)

Sets tasklist selfLink.

Parameters
selfLink

Definition at line 79 of file tasklist.cpp.

◆ setTitle()

void TaskList::setTitle ( const QString & title)

Sets tasklist name.

Parameters
title

Definition at line 69 of file tasklist.cpp.

◆ setUid()

void TaskList::setUid ( const QString & uid)

Sets tasklist UID.

Parameters
uid

Definition at line 59 of file tasklist.cpp.

◆ setUpdated()

void TaskList::setUpdated ( const QString & updated)

Sets tasklist updated.

Parameters
updated

Definition at line 89 of file tasklist.cpp.

◆ 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 Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.