#include <applock.h>
Public Member Functions | |
| AppLockProto (QObject *parent) | |
| Q_INVOKABLE bool | acquire () |
| Q_INVOKABLE bool | acquire (QString table, int id) |
| Q_INVOKABLE bool | holdsLock () const |
| Q_INVOKABLE bool | isLockedOut () const |
| Q_INVOKABLE QString | lastError () const |
| Q_INVOKABLE bool | release () |
| Q_INVOKABLE QString | toString () const |
| AppLockProto::AppLockProto | ( | QObject * | parent | ) |
| bool AppLockProto::acquire | ( | ) |
| bool AppLockProto::acquire | ( | QString | table, |
| int | id | ||
| ) |
| bool AppLockProto::holdsLock | ( | ) | const |
| bool AppLockProto::isLockedOut | ( | ) | const |
| QString AppLockProto::lastError | ( | ) | const |
| bool AppLockProto::release | ( | ) |
| QString AppLockProto::toString | ( | ) | const |
| Generated on Fri Oct 7 2016 16:24:45 | xTuple ERP Programmer Reference, Version 4.7.0 |
1.8.10
|