QuasarAppLib
QuasarAppUtils::ValidableObject Class Referenceabstract

The ValidableObject class is Base interface for all object that can be checked to valid. More...

#include <validableobject.h>

Collaboration diagram for QuasarAppUtils::ValidableObject:
Collaboration graph

Public Member Functions

 ValidableObject ()
 
virtual bool isValid () const =0
 isValid This method return true if the object is valid else false.
 

Detailed Description

The ValidableObject class is Base interface for all object that can be checked to valid.

Definition at line 17 of file validableobject.h.

Constructor & Destructor Documentation

◆ ValidableObject()

QuasarAppUtils::ValidableObject::ValidableObject ( )

Definition at line 14 of file validableobject.cpp.

Member Function Documentation

◆ isValid()

virtual bool QuasarAppUtils::ValidableObject::isValid ( ) const
pure virtual

isValid This method return true if the object is valid else false.

Returns
true if the object is valid else false.

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