30 : QCoreApplication(argc, argv)
37 : QCoreApplication(argc, argv)
46 return d->m_peer->isClient();
52 return d->m_peer->applicationId();
58 return d->m_peer->sendMessage(message, timeout);
QString id() const noexcept
void messageReceived(const QString &message)
The class of the ttk local peer.
The class of the ttk core application.
The class of the ttk core application private.
void initialize(const QString &id={})
TTKCoreApplication(int &argc, char **argv)
bool sendMessage(const QString &message, int timeout=5000)
~TTKCoreApplicationPrivate() noexcept
TTKCoreApplicationPrivate() noexcept
#define TTK_INIT_PRIVATE(Class)
The class of the ttk private base.