Searched refs:onBackgroundDestroyed_ (Results 1 – 6 of 6) sorted by relevance
69 void onBackgroundDestroyed_();
62 void onBackgroundDestroyed_();
32 connect(background_, SIGNAL(destroyed()), this, SLOT(onBackgroundDestroyed_())); in BackgroundRenderer()74 void BackgroundRenderer::onBackgroundDestroyed_() in onBackgroundDestroyed_() function in BackgroundRenderer
236 connect(background_, SIGNAL(destroyed()), this, SLOT(onBackgroundDestroyed_())); in setBackground()294 void BackgroundWidget::onBackgroundDestroyed_() in onBackgroundDestroyed_() function in BackgroundWidget
150 void onBackgroundDestroyed_(Background * background);
967 void View::onBackgroundDestroyed_(Background * background) in onBackgroundDestroyed_() function in View988 connect(res, &BackgroundRenderer::backgroundDestroyed, this, &View::onBackgroundDestroyed_); in createBackgroundRenderer_()