MListModel.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This CR is on an incorrectly created branch. Will be continued on the LDT-2707

This CR is on an incorrectly created branch.
Will be continued on the LDT-2707

LEAHI-APPLICATION-LDT-2712_Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation
LEAHI-APPLICATION-LDT-2712_Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation
LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation

- Added ScrollBar2.qml, TreatmentTrends.qml, and VTreatmentTrends.h/cpp files for trends implementation.

- Updated GuiGlobals.h to add MsgIDs ID_TreatmentLogAlarmData and ID_TreatmentLogEventData.

- Updated TreatmentStack.qml to add TreeatmentTrends.qml.

- Updated main.qml to add VTreatmentTrends.

- Moved MTreatmentLogAlarmData.h, MTreatmentLogAlarmData.cpp, MTreatmentLogEventData.h, and MTreatmentLogEventData.cpp from hd to td directory.

- Updated MListModel.h/cpp to add insertRow member function.

  1. … 20 more files in changeset.
LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation

- Added ScrollBar2.qml, TreatmentTrends.qml, and VTreatmentTrends.h/cpp files for trends implementation.

- Updated GuiGlobals.h to add MsgIDs ID_TreatmentLogAlarmData and ID_TreatmentLogEventData.

- Updated TreatmentStack.qml to add TreeatmentTrends.qml.

- Updated main.qml to add VTreatmentTrends.

- Moved MTreatmentLogAlarmData.h, MTreatmentLogAlarmData.cpp, MTreatmentLogEventData.h, and MTreatmentLogEventData.cpp from hd to td directory.

- Updated MListModel.h/cpp to add insertRow member function.

  1. … 20 more files in changeset.
LEAHI-APPLICATION-LDT-2707_Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I
LEAHI-APPLICATION-LDT-2707_Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I
LDT-1788 - Feature/LDT-1788 - General Alarm Instructions With New Design
LDT-1788 - Feature/LDT-1788 - General Alarm Instructions With New Design
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

BN: RESOLVED

BN: RESOLVED

BN: RESOLVED

BN: RESOLVED

updated

updated

updated

updated

updated

updated

as discussed to add the space after the parenthesis. updated all instances

as discussed to add the space after the parenthesis. updated all instances

LDT-1793 General Alarm Requirements - SW - 01 - Instructions with new design - R&I - 05: DEV - Feature Implementation

address CR comments

I agree with this comment, to make the code fit in a shorter vertical area. Please use the Bjarne Stroustrup everywhere and be consistent: if () { } else { }

I agree with this comment, to make the code fit in a shorter vertical area.
Please use the Bjarne Stroustrup everywhere and be consistent:

if () {
}
else {
}
Stephen Quong Please let's do that only for the long template-based iterator types, and not for all the variables. And agree with using const and also & when applicable.

Stephen Quong
Please let's do that only for the long template-based iterator types, and not for all the variables.

And agree with using const and also & when applicable.

Remove leading and trailing spaces in if conditionals to keep style consistent.

Remove leading and trailing spaces in if conditionals to keep style consistent.

Declare variables using 'auto' and 'const auto' where possible, especially where initializing the variable.

Declare variables using 'auto' and 'const auto' where possible, especially where initializing the variable.

Change to match other beginning { style.

Change to match other beginning { style.

Change to match other beginning { style.

Change to match other beginning { style.

Change to match above beginning { style.

Change to match above beginning { style.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.