Quark  0.1
MutableObject Class Reference

A base class for objects that can emit a signal when their internal state changes in some way. More...

#include <MutableObject.h++>

Inheritance diagram for MutableObject:

Signals

void objectChanged ()
 Emitted when the object has changed in some way. More...
 

Public Member Functions

 MutableObject (QObject *parent=NULL)
 Constructor. More...
 
virtual ~MutableObject ()
 Destructor. More...
 
void notifyChanged ()
 Emits the objectChanged() signal. More...
 

Detailed Description

A base class for objects that can emit a signal when their internal state changes in some way.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ MutableObject()

MutableObject ( QObject *  parent = NULL)

Constructor.

◆ ~MutableObject()

virtual ~MutableObject ( )
virtual

Destructor.

Member Function Documentation

◆ notifyChanged()

void notifyChanged ( )

Emits the objectChanged() signal.

◆ objectChanged

void objectChanged ( )
signal

Emitted when the object has changed in some way.


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