- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/TextUI/Query/BoxTextQuery.cpp ¶
rd754bb r8df74d 22 22 #include <iostream> 23 23 24 #include "TextUI/ Query/TextQuery.hpp"24 #include "TextUI/TextDialog.hpp" 25 25 26 26 #include "Helpers/Log.hpp" … … 37 37 38 38 bool TextDialog::BoxTextQuery::handle() { 39 std::cout<< getTitle();39 Log() << Verbose(0) << getTitle(); 40 40 41 41 double temp[6]; 42 std::cout << getDescription() << " - ";43 42 std::string coords[6] = {"xx","yx","yy", "zx", "zy", "zz"}; 44 43 for (int i=0;i<6;i++) { 45 std::cout<< coords[i] << ": ";46 std::cin >> temp[i];44 Log() << Verbose(0) << coords[i] << ": "; 45 cin >> temp[i]; 47 46 } 48 47 Matrix M;
Note:
See TracChangeset
for help on using the changeset viewer.