Purpose
purposeprocess_main.cpp
57 while ((pos < bytes) && (couldRead = (m_socket.bytesAvailable() || m_socket.waitForReadyRead()))) {
63 Purpose::Configuration config(QCborValue::fromCbor(dataArray).toMap().toJsonObject(), pluginType, md);
131 parser.addOption(QCommandLineOption(QStringLiteral("server"), QStringLiteral("Named socket to connect to"), QStringLiteral("name")));
132 parser.addOption(QCommandLineOption(QStringLiteral("pluginPath"), QStringLiteral("Chosen plugin"), QStringLiteral("path")));
133 parser.addOption(QCommandLineOption(QStringLiteral("pluginType"), QStringLiteral("Plugin type name "), QStringLiteral("path")));
const QVariantMap toMap(const MODEL &model)
QString path(const QString &relativePath)
void chop(qsizetype n)
char * data()
void resize(qsizetype newSize, char c)
qlonglong toLongLong(bool *ok, int base) const const
QCborValue fromCbor(QCborStreamReader &reader)
QCommandLineOption addHelpOption()
bool addOption(const QCommandLineOption &option)
void process(const QCoreApplication &app)
QString value(const QCommandLineOption &option) const const
ReadWrite
Compact
QJsonValue fromVariant(const QVariant &variant)
LocalSocketError
int indexOfSlot(const char *slot) const const
QMetaMethod method(int index) const const
QMetaProperty property(int index) const const
int propertyCount() const const
bool hasNotifySignal() const const
bool isReadable() const const
const char * name() const const
QMetaMethod notifySignal() const const
int notifySignalIndex() const const
QVariant read(const QObject *object) const const
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
virtual const QMetaObject * metaObject() const const
int senderSignalIndex() const const
bool endsWith(QChar c, Qt::CaseSensitivity cs) const const
QString fromLatin1(QByteArrayView str)
UniqueConnection
bool canConvert() const const
QJsonObject toJsonObject() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.