Index: denali.pro =================================================================== diff -u -recb2c280db303fbf2321b484572c092ae2c55cce -ra51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1 --- denali.pro (.../denali.pro) (revision ecb2c280db303fbf2321b484572c092ae2c55cce) +++ denali.pro (.../denali.pro) (revision a51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1) @@ -52,7 +52,11 @@ common/HDDefs.h \ common/MsgDefs.h \ \ # Main + sources/VTreatmentBegin.h \ sources/main.h \ + sources/model/MEndTreatmentResponse.h \ + sources/model/MStartTreatmentResponse.h \ + sources/model/hd/data/MPrimingData.h \ sources/model/MTreatmentParameters.h \ sources/model/MTreatmentParametersResp.h \ sources/storage/filesaver.h \ @@ -113,13 +117,14 @@ sources/gui/guiview.h \ sources/gui/guicontroller.h \ \ # ---------- Views ---------- - sources/view/VCreateTreatment.h \ + sources/view/VTreatmentCreate.h \ sources/view/VEventSpy.h \ sources/view/hd/data/VHDTreatmentStatesData.h \ sources/view/vview.h \ sources/view/vpoweroff.h \ \ # ---------- Views - Alarm sources/view/valarmstatus.h \ + sources/view/VPriming.h \ \ # ---------- Views - HD - Adjustment - In-Treatment sources/view/vtreatmentadjustmentresponsebase.h \ sources/view/vtreatmentadjustmentduration.h \ @@ -163,6 +168,10 @@ \ # common \ # Main main.cpp \ + sources/VTreatmentBegin.cpp \ + sources/model/MEndTreatmentResponse.cpp \ + sources/model/MStartTreatmentResponse.cpp \ + sources/model/hd/data/MPrimingData.cpp \ sources/model/MTreatmentParameters.cpp \ sources/model/MTreatmentParametersResp.cpp \ sources/storage/filesaver.cpp \ @@ -219,11 +228,12 @@ sources/gui/guiglobals.cpp \ sources/gui/guiview.cpp \ sources/gui/guicontroller.cpp \ - sources/view/VCreateTreatment.cpp \ \ # ---------- Views ---------- + sources/view/VTreatmentCreate.cpp \ sources/view/VEventSpy.cpp \ sources/view/hd/data/VHDTreatmentStatesData.cpp \ sources/view/vpoweroff.cpp \ + sources/view/VPriming.cpp \ \ # ---------- Views - Alarm sources/view/valarmstatus.cpp \ \ # ---------- Views - HD - Adjustment - In-Treatment