Home
last modified time | relevance | path

Searched refs:onBackgroundDestroyed_ (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/vpaint/vpaint-1.7/src/Gui/Background/
H A DBackgroundRenderer.h69 void onBackgroundDestroyed_();
H A DBackgroundWidget.h62 void onBackgroundDestroyed_();
H A DBackgroundRenderer.cpp32 connect(background_, SIGNAL(destroyed()), this, SLOT(onBackgroundDestroyed_())); in BackgroundRenderer()
74 void BackgroundRenderer::onBackgroundDestroyed_() in onBackgroundDestroyed_() function in BackgroundRenderer
H A DBackgroundWidget.cpp236 connect(background_, SIGNAL(destroyed()), this, SLOT(onBackgroundDestroyed_())); in setBackground()
294 void BackgroundWidget::onBackgroundDestroyed_() in onBackgroundDestroyed_() function in BackgroundWidget
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DView.h150 void onBackgroundDestroyed_(Background * background);
H A DView.cpp967 void View::onBackgroundDestroyed_(Background * background) in onBackgroundDestroyed_() function in View
988 connect(res, &BackgroundRenderer::backgroundDestroyed, this, &View::onBackgroundDestroyed_); in createBackgroundRenderer_()