|
ORE Studio 0.0.4
|
The Data Librarian window for browsing and managing datasets. More...
#include <DataLibrarianWindow.hpp>
Inherits QWidget.

Signals | |
| void | statusChanged (const QString &message) |
| void | errorOccurred (const QString &error_message) |
| void | datasetsPublished (const QStringList &datasetCodes) |
| Emitted when datasets are successfully published. | |
| void | openOriginDimensionsRequested () |
| void | openNatureDimensionsRequested () |
| void | openTreatmentDimensionsRequested () |
| void | openCodingSchemesRequested () |
| void | openMethodologiesRequested () |
| void | openBundlesRequested () |
| void | openDataDomainsRequested () |
| void | openSubjectAreasRequested () |
| void | openCatalogsRequested () |
Public Member Functions | |
| DataLibrarianWindow (ClientManager *clientManager, const QString &username, QWidget *parent=nullptr) | |
| QSize | sizeHint () const override |
The Data Librarian window for browsing and managing datasets.
This composite window provides:
The window also provides toolbar buttons to open related entity windows (Dimensions, Coding Schemes, Methodologies).
|
signal |
Emitted when datasets are successfully published.
Connect to this signal to trigger cache refreshes (e.g., ImageCache).
| datasetCodes | List of dataset codes that were published. |