kleopatra
Go to the documentation of this file.
22 #ifndef __LIBKLEOPATRACLIENT_CORE_COMMAND_H__
23 #define __LIBKLEOPATRACLIENT_CORE_COMMAND_H__
27 #include <QtCore/QObject>
42 void setParentWId( WId wid );
43 WId parentWId()
const;
45 void setServerLocation(
const QString & location );
48 bool waitForFinished();
49 bool waitForFinished(
unsigned long ms );
52 bool wasCanceled()
const;
55 qint64 serverPid()
const;
66 void setOptionValue(
const char *
name,
const QVariant & value,
bool critical=
true );
67 void setOption(
const char * name,
bool critical=
true );
68 void unsetOption(
const char * name );
70 QVariant optionValue(
const char * name )
const;
71 bool isOptionSet(
const char * name )
const;
72 bool isOptionCritical(
const char * name )
const;
77 void setRecipients(
const QStringList & recipients,
bool informative );
79 bool areRecipientsInformative()
const;
81 void setSenders(
const QStringList & senders,
bool informative );
83 bool areSendersInformative()
const;
85 void setInquireData(
const char * what,
const QByteArray & data );
86 void unsetInquireData(
const char * what );
87 QByteArray inquireData(
const char * what )
const;
88 bool isInquireDataSet(
const char * what )
const;
92 void setCommand(
const char * command );
#define KLEOPATRACLIENTCORE_EXPORT
#define KLEOPATRACLIENT_NAMESPACE
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.