7 #ifndef __LIBCAMERA_INTERNAL_CONTROL_VALIDATOR_H__ 8 #define __LIBCAMERA_INTERNAL_CONTROL_VALIDATOR_H__ 21 virtual const std::string &
name()
const = 0;
22 virtual bool validate(
unsigned int id)
const = 0;
Definition: bound_method.h:15
Interface for the control validator.
Definition: control_validator.h:16
virtual const std::string & name() const =0
Retrieve the name of the object associated with the validator.
virtual bool validate(unsigned int id) const =0
Validate a control.