tik_manager4.dcc.krita.validate

Attributes

classes

exceptions

file_name

modules

Classes

ValidateCore

Core class for validations.

Package Contents

class ValidateCore(*args, **kwargs)

Core class for validations.

collect()

Collect the objects related to the validation.

collection list needs to be updated on this method. self.collection = [obj1, obj2, …]

failed(msg: str = '')

Set the validation as failed.

fix()

Fix the validation.

ignored(msg='')

Set the validation as ignored.

info()

Information about the validation.

passed()

Set the validation as passed.

reset()

Reset the validation.

select()

Select the objects related to the validation.

validate()

Validate the given arguments.

checked_by_default: bool = True
property fail_message
property metadata
nice_name: str = ''
property state
classes
exceptions = ['__init__.py']
file_name
modules