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

Detail dialog for viewing and editing dataset bundle records. More...

#include <DatasetBundleDetailDialog.hpp>

Inheritance diagram for DatasetBundleDetailDialog:
Inheritance graph
Collaboration diagram for DatasetBundleDetailDialog:
Collaboration graph

Signals

void bundleSaved (const QString &code)
 
void bundleDeleted (const QString &code)
 
- Signals inherited from DetailDialogBase
void closeRequested ()
 Emitted when the dialog wants to close its container window.
 
void statusMessage (const QString &message)
 Emitted to show a status message in the status bar.
 
void errorMessage (const QString &message)
 Emitted when an error occurs that should be shown to the user.
 

Public Member Functions

 DatasetBundleDetailDialog (QWidget *parent=nullptr)
 
void setClientManager (ClientManager *clientManager)
 
void setUsername (const std::string &username)
 
void setBundle (const dq::domain::dataset_bundle &bundle)
 
void setCreateMode (bool createMode)
 
void setReadOnly (bool readOnly)
 

Additional Inherited Members

- Protected Member Functions inherited from DetailDialogBase
void requestClose ()
 Request closure of the container window.
 
void notifySaveSuccess (const QString &message)
 Notify that a save operation completed successfully.
 

Detailed Description

Detail dialog for viewing and editing dataset bundle records.

This dialog allows viewing, creating, and editing dataset bundles. It supports both create mode (for new records) and edit mode (for existing records).