Home
last modified time | relevance | path

Searched refs:updateWght (Results 1 – 3 of 3) sorted by relevance

/dports/science/shelxle/shelxle-1.0.1352/
H A Dcodeeditor.h172 void updateWght();//!< the WGHT instruction is updated from the back of the res file
H A Dcodeeditor.cpp316 void CodeEditor::updateWght(){ in updateWght() function in CodeEditor
H A Dwindow.cpp724 wghtAct=runMenu->addAction("Update WGHT instruction",editor,SLOT(updateWght())); in Window()