MCPcopy Create free account
hub / github.com/KDE/labplot / setValidationOperator

Method setValidationOperator

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:254–257  ·  view source on GitHub ↗

! Sets the validation operator to \a op. */

Source from the content-addressed store, hash-verified

252 Sets the validation operator to \a op.
253 */
254void DataValidation::setValidationOperator(DataValidation::ValidationOperator op)
255{
256 d->validationOperator = op;
257}
258
259/*!
260 Sets the error style to \a es.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected