MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / RcxController

Method RcxController

src/controller.cpp:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151// ── RcxController ──
152
153RcxController::RcxController(RcxDocument* doc, QWidget* parent)
154 : QObject(parent), m_doc(doc)
155{
156 fmt::setTypeNameProvider(docTypeNameProvider);
157 connect(m_doc, &RcxDocument::documentChanged, this, &RcxController::refresh);
158 setupAutoRefresh();
159}
160
161RcxController::~RcxController() {
162 if (m_refreshWatcher) {

Callers

nothing calls this directly

Calls 1

setTypeNameProviderFunction · 0.85

Tested by

no test coverage detected