MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / addDefaultInteract

Method addDefaultInteract

Gui/NodeGui.cpp:3555–3566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3553}
3554
3555void
3556NodeGui::addDefaultInteract(const HostOverlayKnobsPtr& knobs)
3557{
3558 assert( QThread::currentThread() == qApp->thread() );
3559 if (!_hostOverlay) {
3560 _hostOverlay.reset( new HostOverlay( shared_from_this() ) );
3561 }
3562
3563 if ( _hostOverlay->addInteract(knobs) ) {
3564 getDagGui()->getGui()->redrawAllViewers();
3565 }
3566}
3567
3568HostOverlayPtr
3569NodeGui::getHostOverlay() const

Callers 4

addPositionInteractMethod · 0.80
addTransformInteractMethod · 0.80
addCornerPinInteractMethod · 0.80

Calls 4

addInteractMethod · 0.80
resetMethod · 0.45
redrawAllViewersMethod · 0.45
getGuiMethod · 0.45

Tested by

no test coverage detected