swift
Public Member Functions | Protected Member Functions | List of all members
swift::misc::shared_state::CListMutator< T > Class Template Reference

Base class for an object that shares state with a corresponding CListObserver subclass object. More...

Inheritance diagram for swift::misc::shared_state::CListMutator< T >:
[legend]

Public Member Functions

void addElement (const typename T::value_type &value)
 Add list element.
 
- Public Member Functions inherited from swift::misc::shared_state::CGenericListMutator
void initialize (IDataLink *)
 Publish using the given transport mechanism.
 

Protected Member Functions

 CListMutator (QObject *parent)
 Constructor.
 
- Protected Member Functions inherited from swift::misc::shared_state::CGenericListMutator
 CGenericListMutator (QObject *parent)
 Constructor.
 
void addElement (const CVariant &value)
 Add list element as variant.
 

Detailed Description

template<typename T>
class swift::misc::shared_state::CListMutator< T >

Base class for an object that shares state with a corresponding CListObserver subclass object.

Template Parameters
TDatatype encapsulating the state to be shared.

Definition at line 49 of file listmutator.h.


The documentation for this class was generated from the following file: