MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getTable

Method getTable

Engine/KnobTypes.cpp:2368–2372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2366}
2367
2368void
2369KnobTable::getTable(std::list<std::vector<std::string> >* table)
2370{
2371 decodeFromKnobTableFormat(getValue(), table);
2372}
2373
2374void
2375KnobTable::decodeFromKnobTableFormat(const std::string& value,

Callers 9

getProjectViewsCountMethod · 0.45
Project.cppFile · 0.45
updateGUIMethod · 0.45
addNewUserEntryMethod · 0.45
editUserEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected