Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
RcxEditor* RcxController::primaryEditor() const {
169
return m_editors.isEmpty() ? nullptr : m_editors.first();
170
}
171
172
RcxEditor* RcxController::addSplitEditor(QWidget* parent) {
173
auto* editor = new RcxEditor(parent);
Callers
1
toolUiAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected