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

Method AbstractColumnRemoveRowsCmd

src/backend/core/abstractcolumncommands.cpp:212–216  ·  view source on GitHub ↗

* \brief Ctor */

Source from the content-addressed store, hash-verified

210 * \brief Ctor
211 */
212AbstractColumnRemoveRowsCmd::AbstractColumnRemoveRowsCmd(AbstractColumn* col, int first, int count)
213 : m_col(col->d)
214 , m_first(first)
215 , m_count(count) {
216}
217
218/**
219 * \brief Dtor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected