|
ORE Studio 0.0.4
|
Dialog for viewing and editing catalog details. More...
#include <CatalogDetailDialog.hpp>


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. | |
Dialog for viewing and editing catalog details.