|
ImagingTools Core SDK
|
#include <IValidationContext.h>
Inherits istd::IPolymorphic.
Public Member Functions | |
| virtual QByteArray | GetContextId () const =0 |
| virtual const IValidationContext * | GetParentContext () const =0 |
| virtual const IDataValidator * | GetContextValidator (const istd::IChangeable *dataPtr) const =0 |
Common interface for a validation context.
Definition at line 20 of file IValidationContext.h.
|
pure virtual |
Get ID of the context.
|
pure virtual |
The context can provide a special validator for the context-related stuff. In this case you can get access to the validator instance using this method.
|
pure virtual |
Get access to the parent context.