QgsAdvancedDigitizingDockWidget.__attribute_docs__={'pushWarning':'Push a warning\n\n:param message: An informative message\n','popWarning':'Remove any previously emitted warnings (if any)\n','pointChangedV2':'Sometimes a constraint may change the current point out of a mouse event. This happens normally\nwhen a constraint is toggled.\n\n:param point: The last known digitizing point. Can be used to emulate a mouse event.\n\n.. versionadded:: 3.22\n','pointChanged':'Sometimes a constraint may change the current point out of a mouse event. This happens normally\nwhen a constraint is toggled.\n\n:param point: The last known digitizing point. Can be used to emulate a mouse event.\n\n.. deprecated:: 3.22\n\n No longer used, will be removed in QGIS 4.0. Use :py:func:`~QgsAdvancedDigitizingDockWidget.pointChangedV2` instead.\n','cadEnabledChanged':'Emitted whenever CAD is enabled or disabled\n\n:param enabled: Whether CAD is enabled or not\n\n.. note::\n\n unstable API (will likely change).\n\n.. versionadded:: 3.8\n','valueXChanged':'Emitted whenever the X ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','valueYChanged':'Emitted whenever the Y ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','valueZChanged':'Emitted whenever the Z ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.22\n','valueMChanged':'Emitted whenever the M ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.22\n','valueAngleChanged':'Emitted whenever the angle ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','valueDistanceChanged':'Emitted whenever the distance ``value`` changes (either the mouse moved, or the user changed the input).\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','valueBearingChanged':'Emitted whenever the bearing ``value`` changes.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.32\n','lockXChanged':'Emitted whenever the X parameter is ``locked``.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','lockYChanged':'Emitted whenever the Y parameter is ``locked``.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.8\n','lockZChanged':'Emitted whenever the Z parameter is ``locked``.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.22\n','lockMChanged':'Emitted whenever the M parameter is ``locked``.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n unstable API (will likely change)\n\n.. versionadded:: 3.22\n','lockAngleChanged':'Emitted whenever the angle parameter is ``locked``.\nCould be used by widgets that must reflect the current advanced digitizing state.\n\n.. note::\n\n uns