|
void | hostnameChanged () |
|
void | portChanged () |
|
void | storeRunningChanged () |
|
void | autoConnectChanged () |
|
void | autoSelectPortChanged () |
|
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) |
|
bool | isAutoConnect () const |
|
void | setAutoConnect (bool _v) |
|
Q_INVOKABLE bool | start () |
|
Q_INVOKABLE bool | stop () |
|
Q_INVOKABLE bool | erase () |
|
Connection * | connection () |
|
bool | isStoreRunning () const |
|
QString | lastError () const |
|
|
bool | storeRunning |
|
QString | hostname |
|
int | port |
|
bool | autoConnect |
|
bool | autoSelectPort |
|
kDBQuick::Connection * | connection |
|
QString | lastError |
|
◆ 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.
The documentation for this class was generated from the following files:
- kdb/extensions/kDBQuick/Store.h
- kdb/extensions/kDBQuick/Store.cpp