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

Method asStringColumn

src/backend/core/column/Column.cpp:1723–1725  ·  view source on GitHub ↗

* \brief Return a wrapper column object used for String I/O. */

Source from the content-addressed store, hash-verified

1721 * \brief Return a wrapper column object used for String I/O.
1722 */
1723ColumnStringIO* Column::asStringColumn() const {
1724 return m_string_io;
1725}
1726
1727////////////////////////////////////////////////////////////////////////////////
1728//! \name IntervalAttribute related functions

Callers 15

copySelectionMethod · 0.80
pasteIntoSelectionMethod · 0.80
clearSelectedCellsMethod · 0.80
showSearchReplaceMethod · 0.80
printMethod · 0.80
exportToFileMethod · 0.80
exportToLaTeXMethod · 0.80
exportToSQLiteMethod · 0.80
flattenMethod · 0.80
findNextSimpleMethod · 0.80
findPreviousSimpleMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by 7

testSearchSimple00Method · 0.64
testSearchExtended00Method · 0.64
testSearchExtended01Method · 0.64
testSearchExtended02Method · 0.64
testSearchExtended03Method · 0.64
testSearchReplaceTextMethod · 0.64