|
void | connectionChanged () |
|
void | graphNameChanged () |
|
void | validChanged () |
|
void | versionControlChanged () |
|
void | tipRevisionChanged () |
|
void | lastErrorChanged () |
|
|
| TriplesStore (QObject *_object=nullptr) |
|
Q_INVOKABLE QObject * | revisionsGraph () const |
|
Connection * | connection () const |
|
void | setConnection (Connection *_connection) |
|
QString | graphName () |
|
void | setGraphName (const QString &_graph) |
|
bool | isValid () const |
|
bool | hasVersionControl () const |
|
QByteArray | tipHash () const |
|
QString | lastError () const |
|
|
kDBQuick::Connection * | connection |
|
QString | graphName |
|
bool | isValid |
|
bool | hasVersionControl |
|
QByteArray | tipHash |
|
QString | lastError |
|
◆ revisionsGraph()
QObject * TriplesStore::revisionsGraph |
( |
| ) |
const |
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/TriplesStore.h
- kdb/extensions/kDBQuick/TriplesStore.cpp