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

Dialog for viewing and editing catalog details. More...

#include <CatalogDetailDialog.hpp>

Inheritance diagram for CatalogDetailDialog:
Inheritance graph
Collaboration diagram for CatalogDetailDialog:
Collaboration graph

Signals

void catalogSaved (const QString &name)
 
void catalogDeleted (const QString &name)
 
- 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

 CatalogDetailDialog (QWidget *parent=nullptr)
 
void setClientManager (ClientManager *clientManager)
 
void setUsername (const std::string &username)
 
void setCatalog (const dq::domain::catalog &catalog)
 
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

Dialog for viewing and editing catalog details.