|
void | hostnameChanged () |
|
void | portChanged () |
|
void | autoSelectPortChanged () |
|
void | autoConnectChanged () |
|
void | storeRunningChanged () |
|
void | lastErrorChanged () |
|
|
| Store (QObject *_parent=nullptr) |
|
QString | hostname () const |
|
void | setHostname (const QString &_value) |
|
int | port () const |
|
void | setPort (int _port) |
|
bool | isAutoSelectPort () const |
|
void | setAutoSelectPort (bool _v) |
|
Q_INVOKABLE bool | start () override |
|
Q_INVOKABLE bool | stop () override |
|
Q_INVOKABLE bool | erase () override |
|
bool | isStoreRunning () const override |
|
| Store (Connection *_connection, QObject *_parent=nullptr) |
|
bool | isAutoConnect () const |
|
void | setAutoConnect (bool _v) |
|
Connection * | connection () const |
|
| Object (QObject *_parent=nullptr) |
|
QString | lastError () const |
|
|
QString | hostname |
|
int | port |
|
bool | autoSelectPort |
|
bool | storeRunning |
|
bool | autoConnect |
|
knowDBC::Quick::Connection * | connection |
|
QString | lastError |
|
|
bool | updateLastError (const cres_qresult< void > &_rv) |
|
void | setLastError (const QString &_error) |
|
◆ erase()
◆ isStoreRunning()
bool Store::isStoreRunning |
( |
| ) |
const |
|
overridevirtual |
◆ setAutoSelectPort()
void kDBQuick::Store::setAutoSelectPort |
( |
bool | _v | ) |
|
Try to select the port automatically if a port is already set in the directory of the store. Otherwise, attempt to use the one set in port.
◆ start()
◆ stop()
The documentation for this class was generated from the following files:
- kdb/extensions/kDBQuick/Store.h
- kdb/extensions/kDBQuick/Store.cpp