Dialog window for mapping custom elements into elemental types.
<avogadro/qtgui/customelementdialog.h>
Public Functions
-
explicit CustomElementDialog(Molecule &mol, QWidget *parent = nullptr)
-
~CustomElementDialog() override
Public Slots
-
void apply()
Apply the changes to the molecule.
Public Static Functions
-
static void resolve(QWidget *parent, Molecule &mol)
Static entry point for using this dialog. parent is the parent of the dialog, mol is the molecule to operate on.