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

Dialog for viewing the version history of a tenant type. More...

#include <TenantTypeHistoryDialog.hpp>

Inherits QWidget.

Collaboration diagram for TenantTypeHistoryDialog:
Collaboration graph

Signals

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

Public Member Functions

 TenantTypeHistoryDialog (const QString &code, ClientManager *clientManager, QWidget *parent=nullptr)
 
void loadHistory ()
 

Detailed Description

Dialog for viewing the version history of a tenant type.

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