|
ORE Studio 0.0.4
|
Base class for all client-side entity models. More...
#include <AbstractClientModel.hpp>


Signals | |
| void | dataLoaded () |
| void | loadError (const QString &error_message, const QString &details={}) |
Base class for all client-side entity models.
Declares the standard loading lifecycle signals that EntityListMdiWindow connects to in order to manage the loading indicator and reload button state automatically. Subclasses must emit these signals when an async fetch completes or fails.