Home
last modified time | relevance | path

Searched refs:onReplacePaste (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dfxschematicscene.h225 void onReplacePaste();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfxschematicscene.cpp1777 void FxSchematicScene::onReplacePaste() { in onReplacePaste() function in FxSchematicScene
H A Dfxschematicnode.cpp707 connect(replacePaste, SIGNAL(triggered()), fxScene, SLOT(onReplacePaste())); in contextMenuEvent()