6 #ifndef SWIFT_MISC_IDENTIFIABLE_H
7 #define SWIFT_MISC_IDENTIFIABLE_H
56 QMetaObject::Connection m_connection;
Base class with a member CIdentifier to be inherited by a class which has an identity in the environm...
bool isMyIdentifier(const CIdentifier &otherIdentifier) const
My identifier?
void setIdentifier(const CIdentifier &identifier)
Set identifier, allows to set an external identifier.
const CIdentifier & identifier() const
Get identifier.
CIdentifiable()
Construct without a name.
CIdentifiable(const CIdentifiable &)=default
Copy constructor.
CIdentifiable & operator=(const CIdentifiable &)=default
Copy assignment operator.
CIdentifiable(const QString &objectName)
Use literal based object name.
Value object encapsulating information identifying a component of a modular distributed swift process...
Free functions in swift::misc.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.