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

Method data

src/backend/matrix/Matrix.cpp:208–211  ·  view source on GitHub ↗

############################################################################## ########################## getter methods ################################## ##############################################################################

Source from the content-addressed store, hash-verified

206// ########################## getter methods ##################################
207// ##############################################################################
208void* Matrix::data() const {
209 Q_D(const Matrix);
210 return d->data;
211}
212
213BASIC_D_READER_IMPL(Matrix, AbstractColumn::ColumnMode, mode, mode)
214BASIC_D_READER_IMPL(Matrix, double, xStart, xStart)

Callers 15

activeSheetMethod · 0.45
sheetMethod · 0.45
sharedStringsMethod · 0.45
stylesMethod · 0.45
themeMethod · 0.45
insertChartMethod · 0.45
loadPackageMethod · 0.45
savePackageMethod · 0.45
workbookMethod · 0.45
changeimageMethod · 0.45
ChartsheetMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 8

readMethod · 0.36
writeMethod · 0.36
cursorCurveColorMethod · 0.36
testPerformance_firstMethod · 0.36
testPerformance_thirdMethod · 0.36
testLineSimMorseMethod · 0.36
bufferReaderMethod · 0.36