6 #ifndef SWIFT_MISC_SHAREDSTATE_LISTJOURNAL_H
7 #define SWIFT_MISC_SHAREDSTATE_LISTJOURNAL_H
39 void handleEvent(
const CVariant ¶m);
41 QSharedPointer<CActiveMutator> m_mutator =
CActiveMutator::create(
this, &CGenericListJournal::handleRequest);
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Value object encapsulating a list of variants.
static auto create(T *parent, F requestHandler)
Factory method.
Non-template base class for CListJournal.
CGenericListJournal(QObject *parent)
Constructor.
Base class for an object that shares state with a corresponding CListObserver subclass object.
CListJournal(QObject *parent)
Constructor.
static auto create(T *parent, F eventHandler)
Factory method.
Interface that provides a transport mechanism for sharing state.
Utilities for sharing state between multiple objects.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.