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

Method column

src/backend/spreadsheet/Spreadsheet.cpp:538–540  ·  view source on GitHub ↗

! * Returns the \c Column at the index \c index. * @param index The zero-based index of the \c Column. * @return The \c Column at the index \c index. */

Source from the content-addressed store, hash-verified

536 * @return The \c Column at the index \c index.
537 */
538Column* Spreadsheet::column(int index) const {
539 return child<Column>(index);
540}
541
542/*!
543 * Returns a pointer to the \c Column with the name \c name.

Callers 15

finalizeImportMethod · 0.95
loadSpreadsheetMethod · 0.45
importDataMethod · 0.45
setDataExportStartPosMethod · 0.45
writeMethod · 0.45
readDataRegionMethod · 0.45
readDataFromFileMethod · 0.45
previewMethod · 0.45
importDataMethod · 0.45
writeWithOptionsMethod · 0.45
readCHDUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected