ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
AppHistoryDialog Class Referencefinal

Dialog for viewing the version history of a compute app. More...

#include <AppHistoryDialog.hpp>

Inherits QWidget.

Collaboration diagram for AppHistoryDialog:
Collaboration graph

Signals

void statusChanged (const QString &message)
 
void errorOccurred (const QString &error_message)
 
void openVersionRequested (const compute::domain::app &app, int versionNumber)
 
void revertVersionRequested (const compute::domain::app &app)
 

Public Member Functions

 AppHistoryDialog (const boost::uuids::uuid &id, const QString &code, ClientManager *clientManager, QWidget *parent=nullptr)
 
void loadHistory ()
 

Detailed Description

Dialog for viewing the version history of a compute app.

Shows all historical versions of a compute app with ability to view details or revert to a previous version.