Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dbondsdlg.cpp93 bondText = NULL; in Create()
149bondText = new wxStaticText( itemDialog1, wxID_STATIC, _("Bond Type:"), wxDefaultPosition, wxDefau… in CreateControls()
150 bondText->Enable(false); in CreateControls()
151 itemBoxSizer3->Add(bondText, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
305 bondText->Enable(selectionActive); in UpdateControls()
H A Dbondsdlg.h138 wxStaticText* bondText;
H A DMoleculeData.cpp799 char token[kMaxLineLength], Line[kMaxLineLength], bondText[kMaxLineLength], in ParseZMatrix() local
805 …int readCount = sscanf(Line, "%255s %d %255s %d %255s %d %255s", token, &con1, bondText, &con2, an… in ParseZMatrix()
813 if (sscanf(bondText, "%f", &bondLength) != 1) { in ParseZMatrix()
815 char * s = bondText; in ParseZMatrix()
817 if (bondText[0] == '-') { in ParseZMatrix()
818 s = &(bondText[1]); in ParseZMatrix()
955 char token[kMaxLineLength], bondText[kMaxLineLength], in ParseGAMESSUKZMatrix() local
969 if (sscanf(bondText, "%f", &bondLength) != 1) { in ParseGAMESSUKZMatrix()
971 char * s = bondText; in ParseGAMESSUKZMatrix()
973 if (bondText[0] == '-') { in ParseGAMESSUKZMatrix()
[all …]