MCPcopy Create free account
hub / github.com/cneben/QuickQanava / insertTable

Method insertTable

src/qanGraph.cpp:932–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932qan::Group* Graph::insertTable(int cols, int rows)
933{
934 return insertTable<qan::TableGroup>(cols, rows);
935}
936
937bool Graph::insertGroup(Group* group, QQmlComponent* groupComponent, qan::NodeStyle* groupStyle)
938{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected