MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / getEntityType

Method getEntityType

plugins/plotequation/plotdialog.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79plotDialog::EntityType plotDialog::getEntityType() const
80{
81 return m_pTypeSelection->itemData(m_pTypeSelection->currentIndex()).value<plotDialog::EntityType>();
82}
83
84//get the valuew that the user entered
85void plotDialog::getValues(QString& eq1, QString& eq2, QString& start, QString& end, double& step) const

Callers 1

execCommMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected