akonadi
agentinstancemodel.cpp
152 return QString::fromLatin1( "<qt><h4>%1</h4>%2</qt>" ).arg( instance.name(), instance.type().description() );
179 QVariant AgentInstanceModel::headerData( int section, Qt::Orientation orientation, int role ) const
The agent instance itself.
Definition: agentinstancemodel.h:64
virtual ~AgentInstanceModel()
Destroys the agent instance model.
Definition: agentinstancemodel.cpp:111
AgentInstance::List instances() const
Returns the list of all available agent instances.
Definition: agentmanager.cpp:399
A textual presentation of the current status.
Definition: agentinstancemodel.h:67
The current online/offline status.
Definition: agentinstancemodel.h:69
The current status (numerical) of the instance.
Definition: agentinstancemodel.h:66
QString identifier() const
Returns the unique identifier of the agent instance.
Definition: agentinstance.cpp:55
QString identifier() const
Returns the unique identifier of the agent type.
Definition: agenttype.cpp:46
The identifier of the agent type.
Definition: agentinstancemodel.h:60
QStringList mimeTypes() const
Returns the list of supported mime types of the agent type.
Definition: agenttype.cpp:71
int progress() const
Returns the progress of the agent instance in percent, or -1 if no progress information are available...
Definition: agentinstance.cpp:90
void setIsOnline(bool online)
Sets online status of the agent instance.
Definition: agentinstance.cpp:100
bool isOnline() const
Returns whether the agent instance is online currently.
Definition: agentinstance.cpp:95
QStringList capabilities() const
Returns the list of supported capabilities of the agent type.
Definition: agenttype.cpp:76
Provides a data model for agent instances.
Definition: agentinstancemodel.h:50
A description of the agent type.
Definition: agentinstancemodel.h:61
A list of supported capabilities.
Definition: agentinstancemodel.h:63
The current progress (numerical in percent) of an operation.
Definition: agentinstancemodel.h:68
The identifier of the agent instance.
Definition: agentinstancemodel.h:65
QString name() const
Returns the user visible name of the agent instance.
Definition: agentinstance.cpp:65
static AgentManager * self()
Returns the global instance of the agent manager.
Definition: agentmanager.cpp:380
QString statusMessage() const
Returns a textual presentation of the status of the agent instance.
Definition: agentinstance.cpp:85
AgentInstanceModel(QObject *parent=0)
Creates a new agent instance model.
Definition: agentinstancemodel.cpp:85
A list of supported mimetypes.
Definition: agentinstancemodel.h:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:26 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 23:00:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.