9#ifndef VALIDABLEOBJECT_H
10#define VALIDABLEOBJECT_H
The ValidableObject class is Base interface for all object that can be checked to valid.
virtual bool isValid() const =0
isValid This method return true if the object is valid else false.
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
ValidableObject iVO
iVO This is short abriviature of the ValidableObject class.