|
ORE Studio 0.0.4
|
MDI window for displaying and managing catalogs. More...
#include <CatalogMdiWindow.hpp>


Public Slots | |
| void | reload () override |
Public Slots inherited from EntityListMdiWindow | |
| void | markAsStale () |
| Mark the list as stale (data changed on server). | |
| void | clearStaleIndicator () |
| Clear the stale indicator. | |
| virtual void | reload ()=0 |
| Reload data from the server. | |
Signals | |
| void | statusChanged (const QString &message) |
| void | errorOccurred (const QString &message) |
| void | showCatalogDetails (const dq::domain::catalog &catalog) |
| void | addNewRequested () |
| void | showCatalogHistory (const QString &name) |
Public Member Functions | |
| CatalogMdiWindow (ClientManager *clientManager, const QString &username, QWidget *parent=nullptr) | |
| QSize | sizeHint () const override |
Public Member Functions inherited from EntityListMdiWindow | |
| EntityListMdiWindow (QWidget *parent=nullptr) | |
Protected Member Functions | |
| QString | normalRefreshTooltip () const override |
| Get the normal (non-stale) tooltip text for the refresh action. | |
Protected Member Functions inherited from EntityListMdiWindow | |
| void | initializeStaleIndicator (QAction *refreshAction, const QString &iconPath) |
| Initialize the stale indicator support. | |
| virtual QString | staleRefreshTooltip () const |
| Get the stale tooltip text for the refresh action. | |
MDI window for displaying and managing catalogs.
Provides a table view with toolbar actions for Add, Edit, Delete, History, and Refresh operations.
|
overrideprotectedvirtual |
Get the normal (non-stale) tooltip text for the refresh action.
Override this to customize the tooltip text.
Reimplemented from EntityListMdiWindow.