kleopatra
#include <command.h>
Classes | |
class | Private |
Public Slots | |
void | cancel () |
void | start () |
Signals | |
void | finished () |
void | started () |
Public Member Functions | |
Command (QObject *parent=0) | |
~Command () | |
bool | error () const |
QString | errorString () const |
WId | parentWId () const |
QString | serverLocation () const |
qint64 | serverPid () const |
void | setParentWId (WId wid) |
void | setServerLocation (const QString &location) |
bool | waitForFinished () |
bool | waitForFinished (unsigned long ms) |
bool | wasCanceled () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Protected Member Functions | |
Command (Private *p, QObject *parent) | |
bool | areRecipientsInformative () const |
bool | areSendersInformative () const |
QByteArray | command () const |
QStringList | filePaths () const |
QByteArray | inquireData (const char *what) const |
bool | isInquireDataSet (const char *what) const |
bool | isOptionCritical (const char *name) const |
bool | isOptionSet (const char *name) const |
QVariant | optionValue (const char *name) const |
QByteArray | receivedData () const |
QStringList | recipients () const |
QStringList | senders () const |
void | setCommand (const char *command) |
void | setFilePaths (const QStringList &filePaths) |
void | setInquireData (const char *what, const QByteArray &data) |
void | setOption (const char *name, bool critical=true) |
void | setOptionValue (const char *name, const QVariant &value, bool critical=true) |
void | setRecipients (const QStringList &recipients, bool informative) |
void | setSenders (const QStringList &senders, bool informative) |
void | unsetInquireData (const char *what) |
void | unsetOption (const char *name) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Protected Attributes | |
Private * | d |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
Detailed Description
Definition at line 36 of file libkleopatraclient/core/command.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 109 of file libkleopatraclient/core/command.cpp.
Command::~Command | ( | ) |
Definition at line 121 of file libkleopatraclient/core/command.cpp.
Definition at line 115 of file libkleopatraclient/core/command.cpp.
Member Function Documentation
|
protected |
Definition at line 278 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 295 of file libkleopatraclient/core/command.cpp.
|
slot |
Definition at line 187 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 338 of file libkleopatraclient/core/command.cpp.
bool Command::error | ( | ) | const |
Definition at line 161 of file libkleopatraclient/core/command.cpp.
QString Command::errorString | ( | ) | const |
Definition at line 171 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 261 of file libkleopatraclient/core/command.cpp.
|
signal |
|
protected |
Definition at line 311 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 320 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 248 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 241 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 204 of file libkleopatraclient/core/command.cpp.
WId Command::parentWId | ( | ) | const |
Definition at line 135 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 327 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 273 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 290 of file libkleopatraclient/core/command.cpp.
QString Command::serverLocation | ( | ) | const |
Definition at line 146 of file libkleopatraclient/core/command.cpp.
qint64 Command::serverPid | ( | ) | const |
Definition at line 177 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 333 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 256 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 301 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 217 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 192 of file libkleopatraclient/core/command.cpp.
void Command::setParentWId | ( | WId | wid | ) |
Definition at line 130 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 267 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 284 of file libkleopatraclient/core/command.cpp.
void Command::setServerLocation | ( | const QString & | location | ) |
Definition at line 141 of file libkleopatraclient/core/command.cpp.
|
slot |
Definition at line 183 of file libkleopatraclient/core/command.cpp.
|
signal |
|
protected |
Definition at line 306 of file libkleopatraclient/core/command.cpp.
|
protected |
Definition at line 234 of file libkleopatraclient/core/command.cpp.
bool Command::waitForFinished | ( | ) |
Definition at line 152 of file libkleopatraclient/core/command.cpp.
bool Command::waitForFinished | ( | unsigned long | ms | ) |
Definition at line 156 of file libkleopatraclient/core/command.cpp.
bool Command::wasCanceled | ( | ) | const |
Definition at line 166 of file libkleopatraclient/core/command.cpp.
Member Data Documentation
|
protected |
Definition at line 96 of file libkleopatraclient/core/command.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.