Searched refs:insertDELU (Results 1 – 5 of 5) sorted by relevance
/dports/science/shelxle/shelxle-1.0.1352/ |
H A D | codeeditor.h | 164 …void insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec=""); //!< Inser…
|
H A D | chgl.h | 201 …void insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec); //!< Insert D…
|
H A D | codeeditor.cpp | 1644 void CodeEditor::insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec){ in insertDELU() function in CodeEditor
|
H A D | chgl.cpp | 2121 emit insertDELU(esd1line->text().toDouble(),esd2line->text().toDouble(),mol->selectedatoms,s); in addDELU() local
|
H A D | window.cpp | 661 …connect(chgl,SIGNAL(insertDELU(double, double, QList<MyAtom>,QString)), editor,SLOT(insertDELU(dou… in Window()
|