MCPcopy Create free account
hub / github.com/KDE/labplot / rangeDateTimeFormat

Method rangeDateTimeFormat

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1091–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091const QString CartesianPlot::rangeDateTimeFormat(const Dimension dim) const {
1092 const int index{defaultCoordinateSystem()->index(dim)};
1093 return rangeDateTimeFormat(dim, index);
1094}
1095
1096const QString CartesianPlot::rangeDateTimeFormat(const Dimension dim, const int index) const {
1097 Q_D(const CartesianPlot);

Callers 12

setInfoElementsMethod · 0.80
loadMethod · 0.80
updateRangeListMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
setCurvesMethod · 0.80
loadMethod · 0.80
cursorPosChangedMethod · 0.80
createTextLabelTextMethod · 0.80

Calls 2

indexMethod · 0.45
dateTimeFormatMethod · 0.45

Tested by

no test coverage detected