|
|
void | hostnameChanged () |
| |
|
void | portChanged () |
| |
|
void | autoSelectPortChanged () |
| |
|
|
| 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 |
| |
|
|
QString | hostname |
| |
|
int | port |
| |
|
bool | autoSelectPort |
| |
◆ 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:
- extensions/kDBQuick/Store.h
- extensions/kDBQuick/Store.cpp