Skip to content
fitze edited this page Aug 20, 2011 · 3 revisions

WhippleParameters tab, or Bicycle Library tab.

Features to do

  • 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.

Features in progress

  • 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.

Features done

  • Draw a 2D bike using Qt

Bugs

  • 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.
Clone this wiki locally