akonadi
agenttypemodel.cpp
bool contains(const QString &str, Qt::CaseSensitivity cs) const
QString identifier() const
Returns the unique identifier of the agent type.
Definition: agenttype.cpp:46
bool isValid() const
QStringList mimeTypes() const
Returns the list of supported mime types of the agent type.
Definition: agenttype.cpp:71
AgentInstance instance(const QString &identifier) const
Returns the agent instance with the given identifier or an invalid agent instance if the identifier d...
Definition: agentmanager.cpp:401
The identifier of the agent type.
Definition: agenttypemodel.h:60
int row() const
QStringList capabilities() const
Returns the list of supported capabilities of the agent type.
Definition: agenttype.cpp:76
A description of the agent type.
Definition: agenttypemodel.h:61
QModelIndex createIndex(int row, int column, void *ptr) const
void setValue(const T &value)
AgentType::List types() const
Returns the list of all available agent types.
Definition: agentmanager.cpp:386
static AgentManager * self()
Returns the global instance of the agent manager.
Definition: agentmanager.cpp:377
virtual Qt::ItemFlags flags(const QModelIndex &index) const
A list of supported capabilities.
Definition: agenttypemodel.h:63
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
typedef ItemFlags
A list of supported mimetypes.
Definition: agenttypemodel.h:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.