SeparatorListControl::~SeparatorListControl() { shutdownAdvisor(); mPresets->eventComboChangePosition -= MyGUI::newDelegate(this, &SeparatorListControl::notifyComboChangePosition); mList->eventListChangePosition -= MyGUI::newDelegate(this, &SeparatorListControl::notifyChangePosition); }
SeparatorTextureControl::~SeparatorTextureControl() { shutdownAdvisor(); mHorizontalSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &SeparatorTextureControl::notifyChangePosition); mVerticalSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &SeparatorTextureControl::notifyChangePosition); }
StateTextureControl::~StateTextureControl() { shutdownAdvisor(); SettingsManager::getInstance().eventSettingsChanged -= MyGUI::newDelegate(this, &StateTextureControl::notifySettingsChanged); mAreaSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &StateTextureControl::notifyChangePosition); }
RegionTextureControl::~RegionTextureControl() { shutdownAdvisor(); mAreaSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &RegionTextureControl::notifyChangePosition); }
StatePropertyControl::~StatePropertyControl() { shutdownAdvisor(); }
SeparatorPropertyControl::~SeparatorPropertyControl() { shutdownAdvisor(); }