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

Method primaryEditor

src/controller.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168RcxEditor* RcxController::primaryEditor() const {
169 return m_editors.isEmpty() ? nullptr : m_editors.first();
170}
171
172RcxEditor* RcxController::addSplitEditor(QWidget* parent) {
173 auto* editor = new RcxEditor(parent);

Callers 1

toolUiActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected