QuasarAppLib
QuasarAppUtils::HumanReadableObject Class Referenceabstract

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>

Collaboration diagram for QuasarAppUtils::HumanReadableObject:
Collaboration graph

Public Member Functions

virtual QString toString () const =0
 toString This method convert this object to human readable string.
 

Protected Member Functions

 HumanReadableObject ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ HumanReadableObject()

QuasarAppUtils::HumanReadableObject::HumanReadableObject ( )
protected

Definition at line 13 of file humanreadableobject.cpp.

Member Function Documentation

◆ toString()

virtual QString QuasarAppUtils::HumanReadableObject::toString ( ) const
pure virtual

toString This method convert this object to human readable string.

Returns
human readable string of this object.

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