QuasarAppLib
|
The ValidableObject class is Base interface for all object that can be checked to valid. More...
#include <validableobject.h>
Public Member Functions | |
ValidableObject () | |
virtual bool | isValid () const =0 |
isValid This method return true if the object is valid else false. | |
The ValidableObject class is Base interface for all object that can be checked to valid.
Definition at line 17 of file validableobject.h.
QuasarAppUtils::ValidableObject::ValidableObject | ( | ) |
Definition at line 14 of file validableobject.cpp.
isValid This method return true if the object is valid else false.