|
void | connectionChanged () |
|
void | graphNameChanged () |
|
void | validChanged () |
|
void | versionControlChanged () |
|
void | tipRevisionChanged () |
|
void | lastErrorChanged () |
|
|
| TripleStore (QObject *_object=nullptr) |
|
Q_INVOKABLE QObject * | revisionsGraph () |
|
Connection * | connection () const |
|
void | setConnection (Connection *_connection) |
|
QString | graphName () |
|
void | setGraphName (const QString &_graph) |
|
bool | isValid () const |
|
bool | hasVersionControl () const |
|
QByteArray | tipHash () |
|
| Object (QObject *_parent=nullptr) |
|
QString | lastError () const |
|
|
kDBQuick::Connection * | connection |
|
QString | graphName |
|
bool | isValid |
|
bool | hasVersionControl |
|
QByteArray | tipHash |
|
QString | lastError |
|
|
bool | updateLastError (const cres_qresult< void > &_rv) |
|
void | setLastError (const QString &_error) |
|
◆ revisionsGraph()
QObject * TripleStore::revisionsGraph |
( |
| ) |
|
Build a graph of revisions (required the Cyqlops.Graphviz library, it will return a null graph if not available).
The documentation for this class was generated from the following files:
- kdb/extensions/kDBQuick/TripleStore.h
- kdb/extensions/kDBQuick/TripleStore.cpp