#include <DynamicProperty.h>
Public Member Functions | |
const char * | getName () const |
PropData (Property *prop=0, std::string &&n=std::string(), const char *pn=0, const char *g=0, const char *d=0, short a=0, bool ro=false, bool h=false) | |
Public Attributes | |
short | attr |
std::string | doc |
std::string | group |
bool | hidden |
std::string | name |
const char * | pName |
Property * | property |
bool | readonly |
Constructor & Destructor Documentation
◆ PropData()
App::DynamicProperty::PropData::PropData | ( | Property * | prop = 0 , |
std::string && | n = std::string() , |
||
const char * | pn = 0 , |
||
const char * | g = 0 , |
||
const char * | d = 0 , |
||
short | a = 0 , |
||
bool | ro = false , |
||
bool | h = false |
||
) |
Member Function Documentation
◆ getName()
const char* App::DynamicProperty::PropData::getName | ( | ) | const |
Member Data Documentation
◆ attr
short App::DynamicProperty::PropData::attr |
◆ doc
std::string App::DynamicProperty::PropData::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.Pickability.Pickability::apply_data(), Mod.Show.SceneDetails.VProperty.VProperty::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(), importIFClegacy.IfcEntity::getProperties(), importIFClegacy.IfcEntity::getProperty(), 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.VProperty.VProperty::scene_value(), Mod.Show.SceneDetails.Pickability.Pickability::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().
◆ group
std::string App::DynamicProperty::PropData::group |
◆ hidden
bool App::DynamicProperty::PropData::hidden |
◆ name
std::string App::DynamicProperty::PropData::name |
Referenced by prototype.Node::addtofreecad(), drafttaskpanels.task_polararray.TaskPanelPolarArray::create_object(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray::create_object(), drafttaskpanels.task_circulararray.TaskPanelCircularArray::create_object(), addonmanager_macro.Macro::filename(), gzip_utf8.GzipFile::filename(), ifc4.ifcapproval::hasidentifierorname(), femsolver.elmer.sifio.Section::keys(), automotive_design.si_unit::named_unit_dimensions(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::output(), prototype.Node::pprint(), prototype.Node::pprint2(), draftguitools.gui_pointarray.PointArray::proceed(), draftguitools.gui_patharray.PathArray::proceed(), PathScripts.PathSetupSheetGui.OpTaskPanel::propertyGroup(), PathScripts.PathSetupSheetGui.OpTaskPanel::propertyName(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray::reject(), drafttaskpanels.task_polararray.TaskPanelPolarArray::reject(), drafttaskpanels.task_circulararray.TaskPanelCircularArray::reject(), ifc2x3.ifcexternalreference::wr1(), ifc4.ifcexternalreference::wr1(), ifc2x3.ifcdocumentreference::wr1(), ifc4.ifcdocumentreference::wr1(), and automotive_design.general_property_association::wr2().
◆ pName
const char* App::DynamicProperty::PropData::pName |
◆ property
Property* App::DynamicProperty::PropData::property |
Referenced by App::TransactionObject::addOrRemoveProperty(), and App::TransactionObject::setProperty().
◆ readonly
bool App::DynamicProperty::PropData::readonly |
The documentation for this struct was generated from the following file:
- src/App/DynamicProperty.h