Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ requestDisconnectPoint
Function
requestDisconnectPoint
UnitTests/UnitTest_GraphView/DemoKeeper.cpp:56–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
static void requestDisconnectPoint(
57
wraps::BaseGraphView* _sender,
58
wraps::BaseGraphConnection* _from,
59
wraps::BaseGraphConnection* _to,
60
bool& _result)
61
{
62
_result = true;
63
}
64
65
void DemoKeeper::setupResources()
66
{
Callers
1
startDrag
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected