Example #1
0
	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);
	}
Example #3
0
	StateTextureControl::~StateTextureControl()
	{
		shutdownAdvisor();

		SettingsManager::getInstance().eventSettingsChanged -= MyGUI::newDelegate(this, &StateTextureControl::notifySettingsChanged);

		mAreaSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &StateTextureControl::notifyChangePosition);
	}
Example #4
0
	RegionTextureControl::~RegionTextureControl()
	{
		shutdownAdvisor();

		mAreaSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &RegionTextureControl::notifyChangePosition);
	}
	StatePropertyControl::~StatePropertyControl()
	{
		shutdownAdvisor();
	}
Example #6
0
	SeparatorPropertyControl::~SeparatorPropertyControl()
	{
		shutdownAdvisor();
	}