MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / appendRow

Method appendRow

Engine/KnobTypes.cpp:2525–2533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2523}
2524
2525void
2526KnobTable::appendRow(const std::vector<std::string>& row)
2527{
2528 std::list<std::vector<std::string> > table;
2529
2530 getTable(&table);
2531 table.push_back(row);
2532 setTable(table);
2533}
2534
2535void
2536KnobTable::insertRowSingleCol(int index,

Callers 2

setupMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected