MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / addRow

Method addRow

3rdparty/qtcsv/sources/stringdata.cpp:24–26  ·  view source on GitHub ↗

Add new row with one value @input: - value - value that is supposed to be written to the new row

Source from the content-addressed store, hash-verified

22// @input:
23// - value - value that is supposed to be written to the new row
24void StringData::addRow(const QString& value) {
25 m_values << (QList<QString>() << value);
26}
27
28// Add new row with specified values (as strings)
29// @input:

Callers 15

readToDataMethod · 0.45
testAddOneRowMethod · 0.45
testAddRowsMethod · 0.45
testClearNotEmptyDataMethod · 0.45
testInsertRowsMethod · 0.45
testCopyConstructionMethod · 0.45
testCopyAssignmentMethod · 0.45
testAddOneRowMethod · 0.45
testAddRowsMethod · 0.45

Calls

no outgoing calls

Tested by 15

testAddOneRowMethod · 0.36
testAddRowsMethod · 0.36
testClearNotEmptyDataMethod · 0.36
testInsertRowsMethod · 0.36
testCopyConstructionMethod · 0.36
testCopyAssignmentMethod · 0.36
testAddOneRowMethod · 0.36
testAddRowsMethod · 0.36
testClearNotEmptyDataMethod · 0.36