|
ORE Studio 0.0.4
|
Widget for displaying change reason category version history. More...
#include <ChangeReasonCategoryHistoryDialog.hpp>
Inherits QWidget.

Signals | |
| void | statusChanged (const QString &message) |
| void | errorOccurred (const QString &error_message) |
| void | openVersionRequested (const dq::domain::change_reason_category &category, int versionNumber) |
| Emitted when user requests to open a version in read-only mode. | |
| void | revertVersionRequested (const dq::domain::change_reason_category &category) |
| Emitted when user requests to revert to a selected version. | |
Public Member Functions | |
| ChangeReasonCategoryHistoryDialog (QString code, ClientManager *clientManager, QWidget *parent=nullptr) | |
| void | loadHistory () |
| QSize | sizeHint () const override |
| void | markAsStale () |
| Mark the history data as stale and reload. | |
| QString | code () const |
| Returns the code of the category. | |
Widget for displaying change reason category version history.
| void markAsStale | ( | ) |
Mark the history data as stale and reload.
Called when a notification is received indicating this category has changed on the server. Automatically reloads the history data.
|
signal |
Emitted when user requests to open a version in read-only mode.
| category | The category data at the selected version. |
| versionNumber | The version number being viewed. |
|
signal |
Emitted when user requests to revert to a selected version.
| category | The category data to revert to. |