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

Method addRow

3rdparty/qtcsv-qt5/sources/stringdata.cpp:34–37  ·  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

32// @input:
33// - value - value that is supposed to be written to the new row
34void StringData::addRow(const QString& value)
35{
36 d_ptr->m_values << (QStringList() << value);
37}
38
39// Add new row with specified values (as strings)
40// @input:

Callers 15

readToDataMethod · 0.45
stringdata.cppFile · 0.45
testAddOneRowMethod · 0.45
testAddRowsMethod · 0.45
testClearNotEmptyDataMethod · 0.45
testInsertRowsMethod · 0.45
testCopyConstructionMethod · 0.45
testCopyAssignmentMethod · 0.45
testAddOneRowMethod · 0.45

Calls 1

QStringListClass · 0.70

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