kopete/libkopete
kopetefileengine.cpp
Go to the documentation of this file.
static ContactList * self()
The contact list is a singleton object.
Definition: kopetecontactlist.cpp:71
QAbstractFileEngine * create(const QString &fileName) const
Definition: kopetefileengine.cpp:39
Definition: kopetefileengine.h:37
bool rmdir(const QString &dirName, bool recurseParentDirectories) const
Definition: kopetefileengine.cpp:291
qint64 readLine(char *data, qint64 maxlen)
Definition: kopetefileengine.cpp:367
void setFileName(const QString &file)
Definition: kopetefileengine.cpp:357
static AccountManager * self()
Retrieve the instance of AccountManager.
Definition: kopeteaccountmanager.cpp:76
Account * findAccount(const QString &protocolId, const QString &accountId)
Return the account asked.
Definition: kopeteaccountmanager.cpp:328
OnlineStatus onlineStatus() const
Get the online status of the contact.
Definition: kopetecontact.cpp:133
QStringList entryList(QDir::Filters filters, const QStringList &filterNames) const
Definition: kopetefileengine.cpp:314
QIcon iconFor(const Contact *contact) const
Return a status icon generated for the given Contact.
Definition: kopeteonlinestatus.cpp:294
Picture & picture() const
Return the correct Kopete::Picture object depending of the metacontact photo source.
Definition: kopetemetacontact.cpp:744
Definition: kopetecontact.h:58
MetaContact * metaContact(const QString &metaContactId) const
Return the metacontact referenced by the given id.
Definition: kopetecontactlist.cpp:124
QDateTime fileTime(FileTime time) const
Definition: kopetefileengine.cpp:351
bool setPermissions(uint perms)
Definition: kopetefileengine.cpp:327
bool mkdir(const QString &dirName, bool createParentDirectories) const
Definition: kopetefileengine.cpp:284
QString fileName(FileName file=DefaultName) const
Definition: kopetefileengine.cpp:333
qint64 write(const char *data, qint64 len)
Definition: kopetefileengine.cpp:372
const QList< Account * > & accounts() const
Retrieve the list of accounts.
Definition: kopeteaccountmanager.cpp:312
Definition: kopetemetacontact.h:54
FileFlags fileFlags(FileFlags type) const
Definition: kopetefileengine.cpp:321
const QHash< QString, Contact * > & contacts()
Retrieve the list of contacts for this account (except myself contact)
Definition: kopeteaccount.cpp:331
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.