MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / clear

Method clear

bt_editor/sidepanel_replay.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void SidepanelReplay::clear()
55{
56 _table_model->setColumnCount(4);
57 _table_model->setRowCount(0);
58}
59
60void SidepanelReplay::updateTableModel(const AbsBehaviorTree& locaded_tree)
61{

Callers 1

loadLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected