isValid()

Check if the PPS object was opened successfully and no error occurred in the meantime.

Synopsis:

#include <qpps/object.h>
 
bool isValid() const;

Description:

Check if the PPS object was opened successfully and no error occurred in the meantime.

Returns:

Returns true if the PPS object is open and no error has occurred, false otherwise.