QuasarAppLib
|
The HumanReadableObject interface This is simple class that add one virtula method toString. All childs object should be override this method. More...
#include <humanreadableobject.h>
Public Member Functions | |
virtual QString | toString () const =0 |
toString This method convert this object to human readable string. | |
Protected Member Functions | |
HumanReadableObject () | |
The HumanReadableObject interface This is simple class that add one virtula method toString. All childs object should be override this method.
Definition at line 20 of file humanreadableobject.h.
|
protected |
Definition at line 13 of file humanreadableobject.cpp.
toString This method convert this object to human readable string.