コード例 #1
0
ファイル: SeparatorListControl.cpp プロジェクト: alexis-/iwe
	SeparatorListControl::~SeparatorListControl()
	{
		shutdownAdvisor();

		mPresets->eventComboChangePosition -= MyGUI::newDelegate(this, &SeparatorListControl::notifyComboChangePosition);
		mList->eventListChangePosition -= MyGUI::newDelegate(this, &SeparatorListControl::notifyChangePosition);
	}
コード例 #2
0
	SeparatorTextureControl::~SeparatorTextureControl()
	{
		shutdownAdvisor();

		mHorizontalSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &SeparatorTextureControl::notifyChangePosition);
		mVerticalSelectorControl->eventChangePosition -= MyGUI::newDelegate(this, &SeparatorTextureControl::notifyChangePosition);
	}
コード例 #3
0
ファイル: StateTextureControl.cpp プロジェクト: alexis-/iwe
	StateTextureControl::~StateTextureControl()
	{
		shutdownAdvisor();

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

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

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