Father class of content with header and Icon. More...
#include <TaskDialog.h>
Public Types | |
enum | ButtonPosition { North, South } |
Signals | |
void | aboutToBeDestroyed () |
Public Member Functions | |
virtual bool | accept () |
is called by the framework if the dialog is accepted (Ok) More... | |
ButtonPosition | buttonPosition () const |
bool | canClose () const |
virtual void | clicked (int) |
is called by the framework if a button is clicked which has no accept or reject role More... | |
void | emitDestructionSignal () |
const std::vector< QWidget * > & | getDialogContent (void) const |
const std::string & | getDocumentName () const |
virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
tells the framework which buttons are wished for the dialog More... | |
virtual void | helpRequested () |
is called by the framework if the user press the help button More... | |
virtual bool | isAllowedAlterDocument (void) const |
virtual bool | isAllowedAlterSelection (void) const |
virtual bool | isAllowedAlterView (void) const |
bool | isEscapeButtonEnabled () const |
virtual void | modifyStandardButtons (QDialogButtonBox *) |
virtual bool | needsFullSpace () const |
virtual void | open () |
is called by the framework when the dialog is opened More... | |
virtual bool | reject () |
is called by the framework if the dialog is rejected (Cancel) More... | |
void | setButtonPosition (ButtonPosition p) |
void | setDocumentName (const std::string &doc) |
void | setEscapeButtonEnabled (bool on) |
Defines whether a task dialog can be rejected by pressing Esc. More... | |
TaskDialog () | |
~TaskDialog () | |
Protected Attributes | |
std::vector< QWidget * > | Content |
List of TaskBoxes of that dialog. More... | |
ButtonPosition | pos |
Detailed Description
Father class of content with header and Icon.
Member Enumeration Documentation
◆ ButtonPosition
Constructor & Destructor Documentation
◆ TaskDialog()
TaskDialog::TaskDialog | ( | ) |
◆ ~TaskDialog()
TaskDialog::~TaskDialog | ( | ) |
References Content.
Member Function Documentation
◆ aboutToBeDestroyed
|
signal |
◆ accept()
|
virtual |
is called by the framework if the dialog is accepted (Ok)
Reimplemented in Gui::TaskCSysDragger, PartDesignGui::TaskDlgTransformedParameters, DrawingGui::TaskDlgOrthoViews, TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, FemGui::TaskDlgPost, PartGui::TaskChamferEdges, PartGui::TaskProjectionOnSurface, PartDesignGui::TaskDlgPipeParameters, TechDrawGui::TaskDlgCenterLine, PartGui::TaskDlgAttacher, TechDrawGui::TaskDlgDetail, Gui::Dialog::TaskTransform, PartGui::TaskFilletEdges, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgCosVertex, Gui::TaskView::TaskDialogPython, Gui::Dialog::TaskPlacement, PartDesignGui::TaskDlgFeaturePick, TechDrawGui::TaskDlgLineDecor, TechDrawGui::TaskDlgSectionView, MeshGui::TaskRemoveComponents, PartDesignGui::TaskDlgMultiTransformParameters, FemGui::TaskDlgFemConstraintFluidBoundary, PartDesignGui::TaskPrimitiveParameters, SurfaceGui::TaskFilling, MeshGui::TaskSegmentationBestFit, SurfaceGui::TaskGeomFillSurface, FemGui::TaskDlgFemConstraintDisplacement, PartGui::TaskRevolution, PartDesignGui::TaskDlgDressUpParameters, TechDrawGui::TaskDlgGeomHatch, MeshPartGui::TaskTessellation, PartGui::TaskExtrusion, TechDrawGui::TaskDlgActiveView, ReverseEngineeringGui::TaskSegmentationManual, MeshGui::TaskSmoothing, PartGui::TaskPrimitives, TechDrawGui::TaskDlgHatch, PartDesignGui::TaskDlgBooleanParameters, Gui::TaskElementColors, PartDesignGui::TaskDlgFeatureParameters, FemGui::TaskDlgFemConstraint, PartDesignGui::TaskDlgMirroredParameters, PartGui::TaskShapeBuilder, PartDesignGui::TaskDlgLoftParameters, FemGui::TaskDlgFemConstraintGear, PartDesignGui::TaskDlgShapeBinder, PartDesignGui::TaskDlgScaledParameters, RobotGui::TaskDlgSimulate, FemGui::TaskDlgFemConstraintForce, FemGui::TaskDlgFemConstraintBearing, FemGui::TaskDlgFemConstraintPulley, MeshPartGui::TaskCrossSections, PartGui::TaskCrossSections, Gui::TaskDlgRelocation, FemGui::TaskDlgFemConstraintTransform, MeshGui::TaskDecimating, FemGui::TaskDlgFemConstraintHeatflux, ReenGui::TaskFitBSplineSurface, TechDrawGui::TaskDlgLinkDim, TechDrawGui::TaskDlgBalloon, PartDesignGui::TaskDlgChamferParameters, FemGui::TaskDlgFemConstraintTemperature, FemGui::TaskDlgFemConstraintContact, ReenGui::TaskPoisson, FemGui::TaskDlgFemConstraintPressure, PartGui::TaskFaceColors, FemGui::TaskDlgFemConstraintPlaneRotation, PartDesignGui::TaskDlgDraftParameters, PartDesignGui::TaskDlgThicknessParameters, FemGui::TaskDlgFemConstraintFixed, PartDesignGui::TaskDlgSketchBasedParameters, PartGui::TaskSweep, Gui::Dialog::TaskTextureMapping, FemGui::TaskDlgFemConstraintInitialTemperature, PartGui::TaskOffset, PartGui::TaskThickness, PathGui::TaskDlgPathCompound, PartDesignGui::TaskDlgFilletParameters, PartDesignGui::TaskDlgDatumParameters, PartGui::TaskMirroring, PartGui::TaskLoft, ReverseEngineeringGui::TaskSegmentation, MeshGui::TaskSegmentation, SketcherGui::TaskDlgEditSketch, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgMeshShapeNetgen, FemGui::TaskDlgCreateNodeSet, FemGui::TaskDlgAnalysis, RobotGui::TaskDlgTrajectoryCompound, and DrawingGui::TaskProjection.
Referenced by Gui::TaskCSysDragger::accept(), Gui::TaskView::TaskDialogPython::accept(), Gui::TaskView::TaskView::accept(), and ArchComponent.ComponentTaskPanel::editObject().
◆ buttonPosition()
ButtonPosition Gui::TaskView::TaskDialog::buttonPosition | ( | ) | const |
Referenced by Gui::TaskView::TaskView::showDialog().
◆ canClose()
bool TaskDialog::canClose | ( | ) | const |
Referenced by PartGui::ViewProviderOffset::setEdit(), and PartGui::ViewProviderThickness::setEdit().
◆ clicked()
|
virtual |
is called by the framework if a button is clicked which has no accept or reject role
Reimplemented in DrawingGui::TaskDlgOrthoViews, TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, PartGui::TaskProjectionOnSurface, FemGui::TaskDlgPost, PartGui::TaskChamferEdges, TechDrawGui::TaskDlgCenterLine, PartGui::TaskDlgAttacher, TechDrawGui::TaskDlgDetail, Gui::Dialog::TaskTransform, PartGui::TaskFilletEdges, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgCosVertex, Gui::TaskView::TaskDialogPython, PartDesignGui::TaskDlgFeaturePick, TechDrawGui::TaskDlgLineDecor, MeshGui::TaskRemoveComponents, MeshGui::TaskRemeshGmsh, MeshPartGui::TaskTessellation, PartGui::TaskExtrusion, TechDrawGui::TaskDlgGeomHatch, ReverseEngineeringGui::TaskSegmentationManual, TechDrawGui::TaskDlgActiveView, TechDrawGui::TaskDlgHatch, Gui::TaskElementColors, PartGui::TaskShapeBuilder, PartDesignGui::TaskDlgBooleanParameters, RobotGui::TaskDlgSimulate, Gui::TaskDlgRelocation, TechDrawGui::TaskDlgLinkDim, TechDrawGui::TaskDlgBalloon, PartGui::TaskBooleanOperation, PartGui::TaskFaceColors, PartGui::TaskSweep, PartGui::TaskOffset, PartGui::TaskThickness, PathGui::TaskDlgPathCompound, PartGui::TaskLoft, SketcherGui::TaskDlgEditSketch, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgMeshShapeNetgen, Gui::Dialog::TaskPlacement, MeshPartGui::TaskCrossSections, and PartGui::TaskCrossSections.
Referenced by Gui::TaskView::TaskView::clicked().
◆ emitDestructionSignal()
void Gui::TaskView::TaskDialog::emitDestructionSignal | ( | ) |
Referenced by Gui::TaskView::TaskView::removeDialog().
◆ getDialogContent()
const std::vector< QWidget * > & TaskDialog::getDialogContent | ( | void | ) | const |
◆ getDocumentName()
const std::string& Gui::TaskView::TaskDialog::getDocumentName | ( | ) | const |
◆ getStandardButtons()
|
virtual |
tells the framework which buttons are wished for the dialog
Reimplemented in FemGui::TaskDlgPost, PartGui::TaskDlgAttacher, PartDesignGui::TaskDlgFeaturePick, PartDesignGui::TaskPrimitiveParameters, Gui::TaskView::TaskDialogPython, PartDesignGui::TaskDlgBooleanParameters, FemGui::TaskDlgFemConstraint, RobotGui::TaskDlgSimulate, Gui::TaskDlgRelocation, SketcherGui::TaskSketcherValidation, PathGui::TaskDlgPathCompound, SketcherGui::TaskDlgEditSketch, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgMeshShapeNetgen, FemGui::TaskDlgCreateNodeSet, FemGui::TaskDlgAnalysis, RobotGui::TaskDlgTrajectoryCompound, Gui::TaskCSysDragger, PartGui::TaskMeasureAngular, PartGui::TaskMeasureLinear, PartGui::TaskChamferEdges, PartGui::TaskProjectionOnSurface, Gui::Dialog::TaskTransform, PartGui::TaskFilletEdges, Gui::Dialog::TaskPlacement, TechDrawGui::TaskDlgProjGroup, PartGui::TaskCheckGeometryDialog, TechDrawGui::TaskDlgSectionView, MeshGui::TaskRemoveComponents, SurfaceGui::TaskFilling, Gui::Dialog::TaskDisplayProperties, MeshGui::TaskRemeshGmsh, MeshGui::TaskSegmentationBestFit, SurfaceGui::TaskGeomFillSurface, MeshPartGui::TaskTessellation, PartGui::TaskRevolution, PartGui::TaskExtrusion, ReverseEngineeringGui::TaskSegmentationManual, PartGui::TaskPrimitives, MeshGui::TaskSmoothing, Gui::TaskElementColors, Gui::Dialog::TaskClipping, PartGui::TaskShapeBuilder, MeshPartGui::TaskCrossSections, PartGui::TaskCrossSections, MeshGui::TaskDecimating, ReenGui::TaskFitBSplineSurface, PartGui::TaskBooleanOperation, PartGui::TaskFaceColors, ReenGui::TaskPoisson, PartGui::TaskOffset, PartGui::TaskSweep, PartGui::TaskThickness, Gui::Dialog::TaskTextureMapping, MeshPartGui::TaskCurveOnMesh, PartGui::TaskLoft, PartGui::TaskMirroring, ReverseEngineeringGui::TaskSegmentation, MeshGui::TaskSegmentation, and DrawingGui::TaskProjection.
Referenced by Gui::TaskView::TaskDialogPython::getStandardButtons(), PartDesignGui::TaskPrimitiveParameters::getStandardButtons(), and Gui::TaskView::TaskView::showDialog().
◆ helpRequested()
|
virtual |
is called by the framework if the user press the help button
Reimplemented in TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, TechDrawGui::TaskDlgCenterLine, TechDrawGui::TaskDlgDetail, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgCosVertex, Gui::TaskView::TaskDialogPython, TechDrawGui::TaskDlgLineDecor, TechDrawGui::TaskDlgSectionView, TechDrawGui::TaskDlgGeomHatch, TechDrawGui::TaskDlgActiveView, TechDrawGui::TaskDlgHatch, RobotGui::TaskDlgSimulate, Gui::TaskDlgRelocation, TechDrawGui::TaskDlgLinkDim, TechDrawGui::TaskDlgBalloon, PathGui::TaskDlgPathCompound, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgMeshShapeNetgen, FemGui::TaskDlgCreateNodeSet, FemGui::TaskDlgAnalysis, and RobotGui::TaskDlgTrajectoryCompound.
Referenced by Gui::TaskView::TaskView::helpRequested().
◆ isAllowedAlterDocument()
|
virtual |
Indicates whether this task dialog allows other commands to modify the document while it is open.
Reimplemented in PartGui::TaskMeasureAngular, PartGui::TaskMeasureLinear, TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, FemGui::TaskDlgPost, TechDrawGui::TaskDlgCenterLine, PartGui::TaskDlgAttacher, TechDrawGui::TaskDlgDetail, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgCosVertex, TechDrawGui::TaskDlgSectionView, Gui::Dialog::TaskPlacement, PartGui::TaskCheckGeometryDialog, PartDesignGui::TaskDlgFeaturePick, TechDrawGui::TaskDlgLineDecor, MeshGui::TaskRemoveComponents, Gui::TaskView::TaskDialogPython, MeshGui::TaskRemeshGmsh, TechDrawGui::TaskDlgGeomHatch, Gui::Dialog::TaskDisplayProperties, TechDrawGui::TaskDlgActiveView, ReverseEngineeringGui::TaskSegmentationManual, TechDrawGui::TaskDlgHatch, MeshGui::TaskSmoothing, PartDesignGui::TaskDlgBooleanParameters, FemGui::TaskDlgFemConstraint, MeshGui::TaskDecimating, TechDrawGui::TaskDlgLinkDim, TechDrawGui::TaskDlgBalloon, PartGui::TaskBooleanOperation, PartGui::TaskMirroring, SketcherGui::TaskDlgEditSketch, and DrawingGui::TaskProjection.
Referenced by Gui::ControlSingleton::isAllowedAlterDocument(), and Gui::TaskView::TaskDialogPython::isAllowedAlterDocument().
◆ isAllowedAlterSelection()
|
virtual |
Indicates whether this task dialog allows other commands to modify the selection while it is open.
Reimplemented in Gui::Dialog::TaskPlacement, TechDrawGui::TaskDlgSectionView, Gui::TaskView::TaskDialogPython, and Gui::Dialog::TaskDisplayProperties.
Referenced by Gui::ControlSingleton::isAllowedAlterSelection(), and Gui::TaskView::TaskDialogPython::isAllowedAlterSelection().
◆ isAllowedAlterView()
|
virtual |
Indicates whether this task dialog allows other commands to modify the 3d view while it is open.
Reimplemented in Gui::Dialog::TaskPlacement, Gui::TaskView::TaskDialogPython, and Gui::Dialog::TaskDisplayProperties.
Referenced by Gui::ControlSingleton::isAllowedAlterView(), and Gui::TaskView::TaskDialogPython::isAllowedAlterView().
◆ isEscapeButtonEnabled()
bool Gui::TaskView::TaskDialog::isEscapeButtonEnabled | ( | ) | const |
Referenced by Gui::TaskView::TaskView::keyPressEvent().
◆ modifyStandardButtons()
|
virtual |
Reimplemented in TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, TechDrawGui::TaskDlgCenterLine, TechDrawGui::TaskDlgDetail, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgCosVertex, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgActiveView, FemGui::TaskDlgPost, MeshGui::TaskRemoveComponents, Gui::TaskView::TaskDialogPython, ReverseEngineeringGui::TaskSegmentationManual, and PartGui::TaskPrimitives.
Referenced by Gui::TaskView::TaskView::showDialog().
◆ needsFullSpace()
|
virtual |
Reimplemented in PartGui::TaskMeasureAngular, PartGui::TaskMeasureLinear, PartGui::TaskChamferEdges, PartGui::TaskFilletEdges, PartGui::TaskCheckGeometryDialog, Gui::TaskView::TaskDialogPython, PartGui::TaskBooleanOperation, and PartGui::TaskMirroring.
Referenced by Gui::TaskView::TaskDialogPython::needsFullSpace(), and Gui::TaskView::TaskView::showDialog().
◆ open()
|
virtual |
is called by the framework when the dialog is opened
Reimplemented in Gui::TaskCSysDragger, DrawingGui::TaskDlgOrthoViews, TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, PartGui::TaskChamferEdges, FemGui::TaskDlgPost, TechDrawGui::TaskDlgCenterLine, PartGui::TaskDlgAttacher, TechDrawGui::TaskDlgDetail, PartGui::TaskFilletEdges, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, Gui::Dialog::TaskPlacement, TechDrawGui::TaskDlgCosVertex, Gui::TaskView::TaskDialogPython, PartDesignGui::TaskDlgFeaturePick, TechDrawGui::TaskDlgLineDecor, TechDrawGui::TaskDlgSectionView, FemGui::TaskDlgFemConstraintFluidBoundary, SurfaceGui::TaskFilling, SurfaceGui::TaskGeomFillSurface, FemGui::TaskDlgFemConstraintDisplacement, MeshPartGui::TaskTessellation, TechDrawGui::TaskDlgGeomHatch, TechDrawGui::TaskDlgActiveView, TechDrawGui::TaskDlgHatch, Gui::TaskElementColors, PartDesignGui::TaskDlgBooleanParameters, PartGui::TaskShapeBuilder, FemGui::TaskDlgFemConstraint, FemGui::TaskDlgFemConstraintPulley, FemGui::TaskDlgFemConstraintForce, RobotGui::TaskDlgSimulate, FemGui::TaskDlgFemConstraintTransform, FemGui::TaskDlgFemConstraintHeatflux, ReenGui::TaskFitBSplineSurface, Gui::TaskDlgRelocation, FemGui::TaskDlgFemConstraintTemperature, TechDrawGui::TaskDlgLinkDim, TechDrawGui::TaskDlgBalloon, FemGui::TaskDlgFemConstraintContact, ReenGui::TaskPoisson, FemGui::TaskDlgFemConstraintPressure, PartGui::TaskFaceColors, FemGui::TaskDlgFemConstraintPlaneRotation, FemGui::TaskDlgFemConstraintFixed, PartGui::TaskSweep, FemGui::TaskDlgFemConstraintInitialTemperature, PartGui::TaskOffset, PartGui::TaskThickness, PathGui::TaskDlgPathCompound, PartGui::TaskLoft, SketcherGui::TaskDlgEditSketch, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgCreateNodeSet, FemGui::TaskDlgMeshShapeNetgen, FemGui::TaskDlgAnalysis, and RobotGui::TaskDlgTrajectoryCompound.
Referenced by Gui::TaskCSysDragger::open(), and Gui::TaskView::TaskView::showDialog().
◆ reject()
|
virtual |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented in PartDesignGui::TaskDlgTransformedParameters, DrawingGui::TaskDlgOrthoViews, TechDrawGui::TaskDlgLeaderLine, TechDrawGui::TaskDlgWeldingSymbol, FemGui::TaskDlgPost, PartGui::TaskChamferEdges, PartGui::TaskProjectionOnSurface, TechDrawGui::TaskDlgCenterLine, PartGui::TaskDlgAttacher, TechDrawGui::TaskDlgDetail, Gui::Dialog::TaskTransform, PartGui::TaskFilletEdges, TechDrawGui::TaskDlgRichAnno, TechDrawGui::TaskDlgProjGroup, TechDrawGui::TaskDlgCosVertex, Gui::TaskView::TaskDialogPython, Gui::Dialog::TaskPlacement, PartDesignGui::TaskDlgFeaturePick, TechDrawGui::TaskDlgLineDecor, TechDrawGui::TaskDlgSectionView, FemGui::TaskDlgFemConstraintFluidBoundary, PartDesignGui::TaskPrimitiveParameters, SurfaceGui::TaskFilling, SurfaceGui::TaskGeomFillSurface, FemGui::TaskDlgFemConstraintDisplacement, TechDrawGui::TaskDlgGeomHatch, PartDesignGui::TaskDlgDressUpParameters, MeshPartGui::TaskTessellation, Gui::Dialog::TaskDisplayProperties, PartGui::TaskExtrusion, TechDrawGui::TaskDlgActiveView, TechDrawGui::TaskDlgHatch, PartGui::TaskPrimitives, PartDesignGui::TaskDlgBooleanParameters, Gui::TaskElementColors, PartDesignGui::TaskDlgFeatureParameters, FemGui::TaskDlgFemConstraint, PartGui::TaskShapeBuilder, PartDesignGui::TaskDlgShapeBinder, RobotGui::TaskDlgSimulate, FemGui::TaskDlgFemConstraintForce, Gui::TaskDlgRelocation, FemGui::TaskDlgFemConstraintTransform, TechDrawGui::TaskDlgLinkDim, FemGui::TaskDlgFemConstraintHeatflux, TechDrawGui::TaskDlgBalloon, FemGui::TaskDlgFemConstraintTemperature, FemGui::TaskDlgFemConstraintContact, FemGui::TaskDlgFemConstraintPressure, PartGui::TaskFaceColors, FemGui::TaskDlgFemConstraintPlaneRotation, PartDesignGui::TaskDlgSketchBasedParameters, FemGui::TaskDlgFemConstraintFixed, PartGui::TaskSweep, PathGui::TaskDlgPathCompound, Gui::Dialog::TaskTextureMapping, FemGui::TaskDlgFemConstraintInitialTemperature, PartGui::TaskOffset, PartGui::TaskThickness, MeshPartGui::TaskCurveOnMesh, PartDesignGui::TaskDlgDatumParameters, PartGui::TaskLoft, SketcherGui::TaskDlgEditSketch, RobotGui::TaskDlgEdge2Trac, RobotGui::TaskDlgTrajectoryDressUp, FemGui::TaskDlgMeshShapeNetgen, FemGui::TaskDlgCreateNodeSet, FemGui::TaskDlgAnalysis, and RobotGui::TaskDlgTrajectoryCompound.
Referenced by drafttaskpanels.task_shapestring.ShapeStringTaskPanel::action(), Gui::TaskView::TaskDialogPython::reject(), and Gui::TaskView::TaskView::reject().
◆ setButtonPosition()
void Gui::TaskView::TaskDialog::setButtonPosition | ( | ButtonPosition | p | ) |
◆ setDocumentName()
void Gui::TaskView::TaskDialog::setDocumentName | ( | const std::string & | doc | ) |
Referenced by Gui::Document::setEdit(), and PartGui::TaskDlgAttacher::TaskDlgAttacher().
◆ setEscapeButtonEnabled()
void Gui::TaskView::TaskDialog::setEscapeButtonEnabled | ( | bool | on | ) |
Defines whether a task dialog can be rejected by pressing Esc.
Referenced by SketcherGui::TaskDlgEditSketch::TaskDlgEditSketch().
Member Data Documentation
◆ Content
|
protected |
List of TaskBoxes of that dialog.
Referenced by PartDesignGui::TaskDlgFeatureParameters::accept(), FemGui::TaskDlgPost::appendBox(), getDialogContent(), PartGui::TaskBooleanOperation::TaskBooleanOperation(), PartGui::TaskChamferEdges::TaskChamferEdges(), PartGui::TaskCheckGeometryDialog::TaskCheckGeometryDialog(), Gui::Dialog::TaskClipping::TaskClipping(), PartGui::TaskCrossSections::TaskCrossSections(), MeshPartGui::TaskCrossSections::TaskCrossSections(), MeshPartGui::TaskCurveOnMesh::TaskCurveOnMesh(), MeshGui::TaskDecimating::TaskDecimating(), Gui::TaskView::TaskDialogPython::TaskDialogPython(), Gui::Dialog::TaskDisplayProperties::TaskDisplayProperties(), TechDrawGui::TaskDlgActiveView::TaskDlgActiveView(), FemGui::TaskDlgAnalysis::TaskDlgAnalysis(), PartGui::TaskDlgAttacher::TaskDlgAttacher(), TechDrawGui::TaskDlgBalloon::TaskDlgBalloon(), PartDesignGui::TaskDlgBooleanParameters::TaskDlgBooleanParameters(), TechDrawGui::TaskDlgCenterLine::TaskDlgCenterLine(), PartDesignGui::TaskDlgChamferParameters::TaskDlgChamferParameters(), TechDrawGui::TaskDlgCosVertex::TaskDlgCosVertex(), FemGui::TaskDlgCreateNodeSet::TaskDlgCreateNodeSet(), PartDesignGui::TaskDlgDatumParameters::TaskDlgDatumParameters(), TechDrawGui::TaskDlgDetail::TaskDlgDetail(), PartDesignGui::TaskDlgDraftParameters::TaskDlgDraftParameters(), RobotGui::TaskDlgEdge2Trac::TaskDlgEdge2Trac(), SketcherGui::TaskDlgEditSketch::TaskDlgEditSketch(), PartDesignGui::TaskDlgFeaturePick::TaskDlgFeaturePick(), FemGui::TaskDlgFemConstraintBearing::TaskDlgFemConstraintBearing(), FemGui::TaskDlgFemConstraintContact::TaskDlgFemConstraintContact(), FemGui::TaskDlgFemConstraintDisplacement::TaskDlgFemConstraintDisplacement(), FemGui::TaskDlgFemConstraintFixed::TaskDlgFemConstraintFixed(), FemGui::TaskDlgFemConstraintFluidBoundary::TaskDlgFemConstraintFluidBoundary(), FemGui::TaskDlgFemConstraintForce::TaskDlgFemConstraintForce(), FemGui::TaskDlgFemConstraintGear::TaskDlgFemConstraintGear(), FemGui::TaskDlgFemConstraintHeatflux::TaskDlgFemConstraintHeatflux(), FemGui::TaskDlgFemConstraintInitialTemperature::TaskDlgFemConstraintInitialTemperature(), FemGui::TaskDlgFemConstraintPlaneRotation::TaskDlgFemConstraintPlaneRotation(), FemGui::TaskDlgFemConstraintPressure::TaskDlgFemConstraintPressure(), FemGui::TaskDlgFemConstraintPulley::TaskDlgFemConstraintPulley(), FemGui::TaskDlgFemConstraintTemperature::TaskDlgFemConstraintTemperature(), FemGui::TaskDlgFemConstraintTransform::TaskDlgFemConstraintTransform(), PartDesignGui::TaskDlgFilletParameters::TaskDlgFilletParameters(), TechDrawGui::TaskDlgGeomHatch::TaskDlgGeomHatch(), TechDrawGui::TaskDlgHatch::TaskDlgHatch(), PartDesignGui::TaskDlgHoleParameters::TaskDlgHoleParameters(), TechDrawGui::TaskDlgLeaderLine::TaskDlgLeaderLine(), PartDesignGui::TaskDlgLinearPatternParameters::TaskDlgLinearPatternParameters(), TechDrawGui::TaskDlgLineDecor::TaskDlgLineDecor(), TechDrawGui::TaskDlgLinkDim::TaskDlgLinkDim(), PartDesignGui::TaskDlgLoftParameters::TaskDlgLoftParameters(), FemGui::TaskDlgMeshShapeNetgen::TaskDlgMeshShapeNetgen(), PartDesignGui::TaskDlgMirroredParameters::TaskDlgMirroredParameters(), PartDesignGui::TaskDlgMultiTransformParameters::TaskDlgMultiTransformParameters(), DrawingGui::TaskDlgOrthoViews::TaskDlgOrthoViews(), PartDesignGui::TaskDlgPadParameters::TaskDlgPadParameters(), PathGui::TaskDlgPathCompound::TaskDlgPathCompound(), PartDesignGui::TaskDlgPipeParameters::TaskDlgPipeParameters(), PartDesignGui::TaskDlgPocketParameters::TaskDlgPocketParameters(), PartDesignGui::TaskDlgPolarPatternParameters::TaskDlgPolarPatternParameters(), TechDrawGui::TaskDlgProjGroup::TaskDlgProjGroup(), PartDesignGui::TaskDlgRevolutionParameters::TaskDlgRevolutionParameters(), TechDrawGui::TaskDlgRichAnno::TaskDlgRichAnno(), PartDesignGui::TaskDlgScaledParameters::TaskDlgScaledParameters(), TechDrawGui::TaskDlgSectionView::TaskDlgSectionView(), PartDesignGui::TaskDlgShapeBinder::TaskDlgShapeBinder(), RobotGui::TaskDlgSimulate::TaskDlgSimulate(), PartDesignGui::TaskDlgThicknessParameters::TaskDlgThicknessParameters(), RobotGui::TaskDlgTrajectoryCompound::TaskDlgTrajectoryCompound(), RobotGui::TaskDlgTrajectoryDressUp::TaskDlgTrajectoryDressUp(), PartDesignGui::TaskDlgTransformedParameters::TaskDlgTransformedParameters(), TechDrawGui::TaskDlgWeldingSymbol::TaskDlgWeldingSymbol(), Gui::TaskElementColors::TaskElementColors(), PartGui::TaskExtrusion::TaskExtrusion(), PartGui::TaskFaceColors::TaskFaceColors(), PartGui::TaskFilletEdges::TaskFilletEdges(), SurfaceGui::TaskFilling::TaskFilling(), ReenGui::TaskFitBSplineSurface::TaskFitBSplineSurface(), PartGui::TaskLoft::TaskLoft(), PartGui::TaskMirroring::TaskMirroring(), PartGui::TaskOffset::TaskOffset(), Gui::Dialog::TaskPlacement::TaskPlacement(), ReenGui::TaskPoisson::TaskPoisson(), PartDesignGui::TaskPrimitiveParameters::TaskPrimitiveParameters(), PartGui::TaskPrimitives::TaskPrimitives(), DrawingGui::TaskProjection::TaskProjection(), PartGui::TaskProjectionOnSurface::TaskProjectionOnSurface(), MeshGui::TaskRemeshGmsh::TaskRemeshGmsh(), MeshGui::TaskRemoveComponents::TaskRemoveComponents(), PartGui::TaskRevolution::TaskRevolution(), MeshGui::TaskSegmentation::TaskSegmentation(), ReverseEngineeringGui::TaskSegmentation::TaskSegmentation(), MeshGui::TaskSegmentationBestFit::TaskSegmentationBestFit(), ReverseEngineeringGui::TaskSegmentationManual::TaskSegmentationManual(), PartGui::TaskShapeBuilder::TaskShapeBuilder(), SketcherGui::TaskSketcherValidation::TaskSketcherValidation(), MeshGui::TaskSmoothing::TaskSmoothing(), PartGui::TaskSweep::TaskSweep(), MeshPartGui::TaskTessellation::TaskTessellation(), Gui::Dialog::TaskTextureMapping::TaskTextureMapping(), PartGui::TaskThickness::TaskThickness(), Gui::Dialog::TaskTransform::TaskTransform(), ~TaskDialog(), Gui::TaskView::TaskDialogPython::~TaskDialogPython(), SketcherGui::TaskDlgEditSketch::~TaskDlgEditSketch(), and PartDesignGui::TaskDlgFeaturePick::~TaskDlgFeaturePick().
◆ pos
|
protected |
Referenced by draftguitools.gui_splines.BSpline::action(), draftguitools.gui_beziers.BezCurve::action(), draftguitools.gui_lines.Line::action(), draftguitools.gui_stretch.Stretch::action(), draftguitools.gui_ellipses.Ellipse::action(), draftguitools.gui_rectangles.Rectangle::action(), draftguitools.gui_beziers.CubicBezCurve::action(), Mod.PartDesign.fcgear.svggear.SVGWireBuilder::arc(), Mod.PartDesign.fcsprocket.fcsprocket.FCWireBuilder::arc(), Mod.PartDesign.fcgear.fcgear.FCWireBuilder::arc(), Mod.PartDesign.fcgear.svggear.SVGWireBuilder::curve(), Mod.PartDesign.fcsprocket.fcsprocket.FCWireBuilder::curve(), Mod.PartDesign.fcgear.fcgear.FCWireBuilder::curve(), Mod.PartDesign.fcgear.svggear.SVGWireBuilder::line(), Mod.PartDesign.fcsprocket.fcsprocket.FCWireBuilder::line(), Mod.PartDesign.fcgear.fcgear.FCWireBuilder::line(), Mod.PartDesign.fcgear.svggear.SVGWireBuilder::move(), Mod.PartDesign.fcsprocket.fcsprocket.FCWireBuilder::move(), Mod.PartDesign.fcgear.fcgear.FCWireBuilder::move(), and draftguitools.gui_trackers.boxTracker::update().
The documentation for this class was generated from the following files:
- src/Gui/TaskView/TaskDialog.h
- src/Gui/TaskView/TaskDialog.cpp