Home
last modified time | relevance | path

Searched refs:insertDELU (Results 1 – 5 of 5) sorted by relevance

/dports/science/shelxle/shelxle-1.0.1352/
H A Dcodeeditor.h164 …void insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec=""); //!< Inser…
H A Dchgl.h201 …void insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec); //!< Insert D…
H A Dcodeeditor.cpp1644 void CodeEditor::insertDELU(double esd1, double esd2, QList<MyAtom> selected, QString resiSpec){ in insertDELU() function in CodeEditor
H A Dchgl.cpp2121 emit insertDELU(esd1line->text().toDouble(),esd2line->text().toDouble(),mol->selectedatoms,s); in addDELU() local
H A Dwindow.cpp661 …connect(chgl,SIGNAL(insertDELU(double, double, QList<MyAtom>,QString)), editor,SLOT(insertDELU(dou… in Window()