Public Member Functions | |
def | Activated (self) |
def | fill_editor (self, style) |
def | get_annotations (self) |
def | get_style_users (self, style) |
def | GetResources (self) |
def | on_delete (self) |
def | on_rename (self) |
def | on_style_changed (self, index) |
def | read_meta (self) |
def | save_meta (self, styles) |
def | update_style (self, arg=None) |
Public Member Functions inherited from draftguitools.gui_base.GuiCommandSimplest | |
def | IsActive (self) |
Public Attributes | |
doc | |
form | |
renamed | |
styles | |
Public Attributes inherited from draftguitools.gui_base.GuiCommandSimplest | |
command_name | |
doc | |
Detailed Description
Annotation style editor for text and dimensions. It inherits `GuiCommandSimplest` to set up the document, `IsActive`, and other behavior. See this class for more information. Attributes ---------- doc: App::Document The active document when the command is used, so that the styles are saved to this document. styles: dict A dictionary with key-value pairs that define the new style. renamed: dict A dictionary that holds the name of the style that is renamed by the editor. form: PySide.QtWidgets.QDialog Holds the loaded interface from the `.ui` file.
Member Function Documentation
◆ Activated()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated | ( | self | ) |
Execute when the command is called. The document attribute is set here by the parent class.
Reimplemented from draftguitools.gui_base.GuiCommandSimplest.
References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, Gui.getMainWindow(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_rename(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.read_meta(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.renamed, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.save_meta(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles, and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.update_style().
Referenced by draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), draftguitools.gui_rotate.Rotate.finish(), and draftguitools.gui_beziers.CubicBezCurve.finish().
◆ fill_editor()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.fill_editor | ( | self, | |
style | |||
) |
Fill the editor fields with the contents of a style.
References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed().
◆ get_annotations()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_annotations | ( | self | ) |
Get all the objects that support annotation styles.
References Gui::GraphvizView.doc, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc, ExpressionCompleterModel::Info.doc, App::RelabelDocumentExpressionVisitor.doc, App::DynamicProperty::PropData.doc, App::LinkBaseExtension::PropInfo.doc, ItemInfo.doc, ItemInfo2.doc, and importIFClegacy.IfcEntity.doc.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_style_users(), and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.save_meta().
◆ get_style_users()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_style_users | ( | self, | |
style | |||
) |
Get all objects using a certain style.
References draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_annotations().
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete().
◆ GetResources()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.GetResources | ( | self | ) |
Set icon, menu and tooltip.
◆ on_delete()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete | ( | self | ) |
Execute as a callback when the delete button is pressed.
References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_style_users(), and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
◆ on_rename()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_rename | ( | self | ) |
Execute as a callback when the rename button is pressed.
References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.renamed, and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
◆ on_style_changed()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed | ( | self, | |
index | |||
) |
Execute as a callback when the styles combobox changes.
References draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.fill_editor(), ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
◆ read_meta()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.read_meta | ( | self | ) |
Read the document Meta attribute and return a dict.
References Gui::GraphvizView.doc, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc, ExpressionCompleterModel::Info.doc, App::RelabelDocumentExpressionVisitor.doc, App::DynamicProperty::PropData.doc, App::LinkBaseExtension::PropInfo.doc, ItemInfo.doc, ItemInfo2.doc, and importIFClegacy.IfcEntity.doc.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
◆ save_meta()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.save_meta | ( | self, | |
styles | |||
) |
Save a dict to the document Meta attribute and update objects.
References Gui::GraphvizView.doc, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc, ExpressionCompleterModel::Info.doc, App::RelabelDocumentExpressionVisitor.doc, App::DynamicProperty::PropData.doc, App::LinkBaseExtension::PropInfo.doc, ItemInfo.doc, ItemInfo2.doc, importIFClegacy.IfcEntity.doc, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_annotations(), and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.renamed.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
◆ update_style()
def draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.update_style | ( | self, | |
arg = None |
|||
) |
Update the current style with the values from the editor.
References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, and draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles.
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated().
Member Data Documentation
◆ doc
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc |
Referenced by draftguitools.gui_lineslope.LineSlope.accept(), draftguitools.gui_dimensions.Dimension.action(), draftguitools.gui_splines.BSpline.Activated(), draftguitools.gui_heal.Heal.Activated(), draftguitools.gui_lines.Line.Activated(), draftguitools.gui_dimension_ops.FlipDimension.Activated(), draftguitools.gui_wire2spline.WireToBSpline.Activated(), draftguitools.gui_beziers.BezCurve.Activated(), draftguitools.gui_base.GuiCommandSimplest.Activated(), draftguitools.gui_beziers.CubicBezCurve.Activated(), draftguitools.gui_groups.AddToConstruction.Activated(), WorkingPlane.Plane.alignToPointAndAxis(), WorkingPlane.Plane.alignToPointAndAxis_SVG(), Mod.Show.SceneDetails.VProperty.VProperty.apply_data(), Mod.Show.SceneDetails.Pickability.Pickability.apply_data(), Mod.Show.SceneDetails.ClipPlane.ClipPlane.apply_data(), Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.apply_data(), importSVG.svgHandler.characters(), draftguitools.gui_drawing.Drawing.createDefaultPage(), draftguitools.gui_fillets.Fillet.draw_arc(), importSVG.svgHandler.endElement(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_fillets.Fillet.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), Mod.Show.SceneDetail.SceneDetail.full_key(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.get_annotations(), draftguitools.gui_arcs.Arc_3Points.getPoint(), draftguitools.gui_groups.AddToGroup.proceed(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.read_meta(), draftguitools.gui_trimex.Trimex.redraw(), draftguitools.gui_lines.Line.removeTemporaryObject(), WorkingPlane.Plane.reset(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.save_meta(), Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.scene_value(), Mod.Show.SceneDetails.Pickability.Pickability.scene_value(), Mod.Show.SceneDetails.VProperty.VProperty.scene_value(), Mod.Show.SceneDetail.SceneDetail.set_doc(), PathTests.TestPathToolController.TestPathToolController.tearDown(), PathTests.TestPathHelix.TestPathHelix.tearDown(), PathTests.TestPathSetupSheet.TestPathSetupSheet.tearDown(), drafttests.test_creation.DraftCreation.tearDown(), TestSpreadsheet.SpreadsheetCases.tearDown(), PathTests.TestPathUtil.TestPathUtil.test00(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test00(), PathTests.TestPathUtil.TestPathUtil.test01(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test01(), PathTests.TestPathUtil.TestPathUtil.test02(), PathTests.TestPathUtil.TestPathUtil.test03(), PathTests.TestPathHelix.TestPathHelix.test03(), PathTests.TestPathUtil.TestPathUtil.test04(), PathTests.TestPathHelix.TestPathHelix.test04(), PathTests.TestPathSetupSheet.TestPathSetupSheet.test13(), drafttests.test_creation.DraftCreation.test_dimension_radial(), drafttests.test_creation.DraftCreation.test_facebinder(), drafttests.test_creation.DraftCreation.test_fillet(), drafttests.test_creation.DraftCreation.test_label(), TestSpreadsheet.SpreadsheetCases.testAggregates(), TestSpreadsheet.SpreadsheetCases.testAlias(), TestSpreadsheet.SpreadsheetCases.testAmbiguousAlias(), TestSpreadsheet.SpreadsheetCases.testClearAlias(), TestSpreadsheet.SpreadsheetCases.testCrossDocumentLinks(), TestSpreadsheet.SpreadsheetCases.testFunctions(), TestSpreadsheet.SpreadsheetCases.testInsertRows(), TestSpreadsheet.SpreadsheetCases.testInvoluteGear(), TestSpreadsheet.SpreadsheetCases.testIssue3128(), TestSpreadsheet.SpreadsheetCases.testIssue3225(), TestSpreadsheet.SpreadsheetCases.testIssue3363(), TestSpreadsheet.SpreadsheetCases.testIssue3432(), TestSpreadsheet.SpreadsheetCases.testMatrix(), TestSpreadsheet.SpreadsheetCases.testNumbers(), TestSpreadsheet.SpreadsheetCases.testPlacementName(), TestSpreadsheet.SpreadsheetCases.testPrecedence(), TestSpreadsheet.SpreadsheetCases.testRelationalOperators(), TestSpreadsheet.SpreadsheetCases.testRemoveRows(), TestSpreadsheet.SpreadsheetCases.testRenameAlias(), TestSpreadsheet.SpreadsheetCases.testRenameAlias2(), TestSpreadsheet.SpreadsheetCases.testRenameAlias3(), TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias(), TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias2(), TestSpreadsheet.SpreadsheetCases.testSketcher(), TestSpreadsheet.SpreadsheetCases.testUnits(), draftguitools.gui_trimex.Trimex.trimObject(), draftguitools.gui_trimex.Trimex.trimObjects(), Mod.PartDesign.WizardShaft.Shaft.Shaft.updateConstraint(), Mod.PartDesign.WizardShaft.Shaft.Shaft.updateEdge(), and Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.val().
◆ form
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form |
Referenced by Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.accept(), PathScripts.PathJobGui.StockEdit.activate(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated(), TaskPanel.TaskPanel.addElement(), OpenSCADCommands.AddSCADTask.addelement(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.addSelection(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.ANSISizeChanged(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.attachmentOffsetChanged(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixFinished(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixStarted(), femtaskpanels.task_solver_ccxtools._TaskPanel.check_prerequisites_helper(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.checkBoxFlipClicked(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkYpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkZpos(), femtaskpanels.task_mesh_gmsh._TaskPanel.choose_dimension(), femtaskpanels.task_solver_ccxtools._TaskPanel.choose_working_dir(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance(), femtaskpanels.task_mesh_gmsh._TaskPanel.console_log(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_fem_mesh_obj_to_table(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_table_to_group_dict(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.copyNewTags(), PathScripts.PathToolLibraryEditor.EditorPanel.copyTools(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel(), PathScripts.PathToolBitGui.ToolBitSelector.createTool(), PathScripts.PathToolLibraryEditor.EditorPanel.delete(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase(), drafttaskpanels.task_polararray.TaskPanelPolarArray.display_point(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.display_point(), OpenSCADCommands.OpenSCADMeshBooleanTask.doboolean(), PathScripts.PathToolLibraryEditor.EditorPanel.duplicate(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateCylinderEdit.editorFrame(), PathScripts.PathJobGui.StockFromExistingEdit.editorFrame(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.editSelectedTag(), PathScripts.PathToolLibraryEditor.EditorPanel.editTool(), PathScripts.PathToolLibraryEditor.EditorPanel.exportFile(), femtaskpanels.task_solver_ccxtools._TaskPanel.femConsoleMessage(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.fill_editor(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.generateNewTags(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_center(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_center(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_distances(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.get_intervals(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_number_angle(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_number_symmetry(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.get_numbers(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.getCurrentMode(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields(), PathScripts.PathProbeGui.TaskPanelOpPage.getFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields(), PathScripts.PathHelixGui.TaskPanelOpPage.getFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.getFields(), PathScripts.PathProfileGui.TaskPanelOpPage.getFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.getFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.getFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getFields(), PathScripts.PathSetupSheetGui.GlobalEditor.getFields(), PathScripts.PathJobGui.StockCreateBoxEdit.getFields(), PathScripts.PathJobGui.StockCreateCylinderEdit.getFields(), PathScripts.PathJobGui.StockFromExistingEdit.getFields(), PathScripts.PathJobGui.TaskPanel.getFields(), PathScripts.PathDressupDogbone.TaskPanel.getFields(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFieldsStock(), PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getTags(), femsolver.elmer.equations.equation.ViewProxy.getTaskWidget(), PathScripts.PathToolBitGui.ToolBitSelector.getTool(), PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry(), PathScripts.PathToolLibraryEditor.EditorPanel.importFile(), PathScripts.PathOpGui.TaskPanelHeightsPage.initPage(), PathScripts.PathOpGui.TaskPanelDepthsPage.initPage(), ArchAxis.CommandArchGrid.IsActive(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryCancel(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryDelete(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOpen(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadTable(), PathScripts.PathToolBitGui.ToolBitSelector.loadTool(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables(), PathScripts.PathJobGui.TaskPanel.modelMove(), PathScripts.PathJobGui.TaskPanel.modelRotate(), PathScripts.PathJobGui.TaskPanel.modelSet0(), PathScripts.PathToolLibraryEditor.EditorPanel.moveDown(), PathScripts.PathToolLibraryEditor.EditorPanel.moveUp(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_rename(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open(), PathScripts.PathJobGui.TaskPanel.operationDelete(), PathScripts.PathJobGui.TaskPanel.operationMoveDown(), PathScripts.PathJobGui.TaskPanel.operationMoveUp(), PathScripts.PathJobGui.TaskPanel.operationSelect(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight(), PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter(), PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.readParameters(), PathScripts.PathToolBitEdit.ToolBitEditor.refresh(), PathScripts.PathToolControllerGui.ToolControllerEditor.refresh(), PathScripts.PathToolEdit.ToolEditor.refresh(), PathScripts.PathJobGui.TaskPanel.refreshStock(), PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers(), PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.renameLibrary(), PathScripts.PathToolLibraryEditor.EditorPanel.renameTable(), drafttaskpanels.task_polararray.TaskPanelPolarArray.reset_point(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.reset_point(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.reset_v(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection(), shipLoadExample.TaskPanel.TaskPanel.retranslateUi(), plotPositions.TaskPanel.TaskPanel.retranslateUi(), drafttaskpanels.task_scale.ScaleTaskPanel.retranslateUi(), plotSave.TaskPanel.TaskPanel.retranslateUi(), plotLabels.TaskPanel.TaskPanel.retranslateUi(), plotSeries.TaskPanel.TaskPanel.retranslateUi(), shipCreateTank.TaskPanel.TaskPanel.retranslateUi(), plotAxes.TaskPanel.TaskPanel.retranslateUi(), shipCreateWeight.TaskPanel.TaskPanel.retranslateUi(), shipCreateShip.TaskPanel.TaskPanel.retranslateUi(), shipOutlineDraw.TaskPanel.TaskPanel.retranslateUi(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.saveSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings(), femtaskpanels.task_solver_ccxtools._TaskPanel.select_analysis_type(), PathScripts.PathToolBitEdit.ToolBitEditor.selectShape(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.selectTagWithId(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_focus(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_focus(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_fuse(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_fuse(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_fuse(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_link(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_link(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_link(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_widget_callbacks(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_widget_callbacks(), PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions(), PathScripts.PathProbeGui.TaskPanelOpPage.setFields(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields(), PathScripts.PathHelixGui.TaskPanelOpPage.setFields(), PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.setFields(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields(), PathScripts.PathProfileGui.TaskPanelOpPage.setFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.setFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.setFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setFields(), PathScripts.PathDressupZCorrect.TaskPanel.setFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields(), PathScripts.PathJobGui.StockFromExistingEdit.setFields(), PathScripts.PathJobGui.TaskPanel.setFields(), PathScripts.PathDressupDogbone.TaskPanel.setFields(), ArchMaterial.MultiMaterialDelegate.setModelData(), PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName(), PathScripts.PathJobGui.TaskPanel.setPostProcessorOutputFile(), PathScripts.PathDressupZCorrect.TaskPanel.SetProbePointFileName(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock(), PathScripts.PathToolBitEdit.ToolBitEditor.setupTool(), PathScripts.PathToolEdit.ToolEditorDefault.setupUI(), PathScripts.PathToolEdit.ToolEditorImage.setupUI(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.setupUi(), PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi(), PathScripts.PathToolBitEdit.ToolBitEditor.setupUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi(), PathScripts.PathToolBitGui.ToolBitSelector.setupUI(), PathScripts.PathToolEdit.ToolEditor.setupUI(), PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setupUi(), PathScripts.PathSetupSheetGui.GlobalEditor.setupUi(), PathScripts.PathToolLibraryEditor.EditorPanel.setupUi(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateCylinderEdit.setupUi(), PathScripts.PathJobGui.StockFromExistingEdit.setupUi(), PathScripts.PathDressupDogbone.TaskPanel.setupUi(), PathScripts.PathJobGui.TaskPanel.setupUi(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.showHideExtension(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.tableSelected(), PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolAdd(), PathScripts.PathJobGui.TaskPanel.toolControllerDelete(), PathScripts.PathJobGui.TaskPanel.toolControllerEdit(), PathScripts.PathJobGui.TaskPanel.toolControllerSelect(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect(), PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferFrom(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferTo(), femtaskpanels.task_mesh_gmsh._TaskPanel.update(), femtaskpanels.task_solver_ccxtools._TaskPanel.update(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.update_style(), femtaskpanels.task_mesh_gmsh._TaskPanel.update_timer_text(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathDressupDogbone.TaskPanel.updateBoneList(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateDressup(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updateListOfModes(), femsolver.solver_taskpanel.ControlTaskPanel.updateMachine(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updatePreview(), PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection(), PathScripts.PathToolBitGui.ToolBitSelector.updateSelection(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection(), PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection(), PathScripts.PathJobGui.TaskPanel.updateSelection(), PathScripts.PathToolBitEdit.ToolBitEditor.updateShape(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateStockEditor(), PathScripts.PathJobGui.TaskPanel.updateStockEditor(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.updateTagsView(), femtaskpanels.task_solver_ccxtools._TaskPanel.UpdateText(), PathScripts.PathToolEdit.ToolEditorDefault.updateTool(), PathScripts.PathToolBitEdit.ToolBitEditor.updateTool(), PathScripts.PathToolEdit.ToolEditor.updateTool(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.updateToolbar(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController(), PathScripts.PathJobGui.TaskPanel.updateToolController(), PathScripts.PathToolBitGui.ToolBitSelector.updateTools(), PathScripts.PathJobGui.TaskPanel.updateTooltips(), PathScripts.PathToolEdit.ToolEditor.updateToolType(), PathScripts.PathToolEdit.ToolEditorDefault.updateUI(), PathScripts.PathToolEdit.ToolEditorImage.updateUI(), PathScripts.PathToolBitEdit.ToolBitEditor.updateUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI(), PathScripts.PathToolEdit.ToolEditor.updateUI(), PathScripts.PathSetupSheetGui.GlobalEditor.updateUI(), PathScripts.PathDressupDogbone.TaskPanel.updateUI(), PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility(), femsolver.solver_taskpanel.ControlTaskPanel.updateWidget(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos(), drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.validate_input(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.validate_input(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged(), and PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged().
◆ renamed
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.renamed |
◆ styles
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.styles |
Referenced by draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.Activated(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.fill_editor(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_delete(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_rename(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.on_style_changed(), draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.update_style(), ifc2x3.ifcstyleditem.wr11(), automotive_design.annotation_plane.wr3(), and automotive_design.annotation_plane.wr4().
The documentation for this class was generated from the following file:
- src/Mod/Draft/draftguitools/gui_annotationstyleeditor.py