Changeset 0d111b for molecuilder/src/UIElements/TextDialog.cpp
- Timestamp:
- Apr 29, 2010, 1:55:21 PM (16 years ago)
- Children:
- 070651, 5d1a94
- Parents:
- 90c4460 (diff), 32842d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/UIElements/TextDialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextDialog.cpp
r90c4460 r0d111b 154 154 155 155 bool TextDialog::VectorTextQuery::handle() { 156 Log() << Verbose(0) << getTitle(); 157 tmp->AskPosition(cellSize,check); 158 return true; 156 Log() << Verbose(0) << getTitle(); 157 158 char coords[3] = {'x','y','z'}; 159 int j = -1; 160 for (int i=0;i<3;i++) { 161 j += i+1; 162 do { 163 Log() << Verbose(0) << coords[i] << "[0.." << cellSize[j] << "]: "; 164 cin >> (*tmp)[i]; 165 } while ((((*tmp)[i] < 0) || ((*tmp)[i] >= cellSize[j])) && (check)); 166 } 167 return true; 159 168 } 160 169
Note:
See TracChangeset
for help on using the changeset viewer.
