-
Notifications
You must be signed in to change notification settings - Fork 3
WhippleParameters
fitze edited this page Aug 20, 2011
·
3 revisions
WhippleParameters tab, or Bicycle Library tab.
- Franke parameters
- Make QListView uneditable Currently the name of a bike in the qlistview can be changed but this doesn't actually affect any variables.
- Add checkboxes to QListView to select analyses for each bike
- Error management if two bikes are given the same name Nothing is done to check for this yet.
- Draw a 2D bike using vtk Code is written, doesn't work. Perhaps it's missing some random vtk class =p
- Save image of 2D bike implemented but could be done neater perhaps.
- Tooltips on parameters I have set up the "infrastructure" for this; now I just have to actually do it.
- Move string definitions to static/const I tried to do this for the string variables that I have but I ran into many compiler problems; reverted back to the current setup.
- Draw a 2D bike using Qt
- Bikes are not deleted properly I delete the std::vector *qbikes entry, but do not delete the bike that is pointed to by that std::vector *qbikes[i]. I have tried to do so properly and got a segfault; the delete command is commented out.