#include <VisualInspection.h>
Public Member Functions | |
void | accept () |
VisualInspection (QWidget *parent=0, Qt::WindowFlags fl=Qt::WindowFlags()) | |
Constructs a VisualInspection as a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
~ VisualInspection () | |
Protected Slots | |
void | loadSettings () |
void | onActivateItem (QTreeWidgetItem *) |
void | saveSettings () |
Constructor & Destructor Documentation
◆ VisualInspection()
VisualInspection::VisualInspection | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = Qt::WindowFlags() |
||
) |
Constructs a VisualInspection as a child of 'parent', with the name 'name' and widget flags set to 'f'.
References draftgeoutils.intersections::connect(), Base::Type::fromName(), App::Application::getActiveDocument(), App::GetApplication(), Gui::Application::getDocument(), Gui::getMainWindow(), Draft::gui, Gui::Application::Instance, Base::Unit::Length, loadSettings(), onActivateItem(), and InspectionGui::SingleSelectionItem::setCompetitiveItem().
◆ ~ VisualInspection()
InspectionGui::VisualInspection::~ VisualInspection | ( | ) |
Member Function Documentation
◆ accept()
void VisualInspection::accept | ( | void | ) |
References Gui::Application::activeDocument(), Gui::Command::App, Gui::Application::Instance, onActivateItem(), draftutils.translate::QT_TRANSLATE_NOOP, and saveSettings().
Referenced by femexamples.examplesgui.FemExamples::clicked(), femexamples.examplesgui.FemExamples::double_clicked(), ArchComponent.ComponentTaskPanel::editObject(), and PathScripts.PathToolBitLibraryGui.ToolBitLibrary::toolEdit().
◆ loadSettings
|
protectedslot |
References App::GetApplication(), and App::Application::GetParameterGroupByPath().
Referenced by VisualInspection().
◆ onActivateItem
|
protectedslot |
References InspectionGui::SingleSelectionItem::getCompetitiveItem().
Referenced by accept(), and VisualInspection().
◆ saveSettings
|
protectedslot |
References App::GetApplication(), and App::Application::GetParameterGroupByPath().
Referenced by accept().
The documentation for this class was generated from the following files:
- Sources/FreeCAD/src/Mod/Inspection/Gui/VisualInspection.h
- Sources/FreeCAD/src/Mod/Inspection/Gui/VisualInspection.cpp