ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | List of all members
AbstractClientModel Class Reference

Base class for all client-side entity models. More...

#include <AbstractClientModel.hpp>

Inheritance diagram for AbstractClientModel:
Inheritance graph
Collaboration diagram for AbstractClientModel:
Collaboration graph

Signals

void dataLoaded ()
 
void loadError (const QString &error_message, const QString &details={})
 

Detailed Description

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.