コード例 #1
0
ファイル: LowessParamDlg.cpp プロジェクト: lixun910/geoda
LowessParamFrame::~LowessParamFrame()
{
	wxLogMessage("In LowessParamFrame::~LowessParamFrame");
	notifyObserversOfClosing();
}
コード例 #2
0
ファイル: CorrelParamsDlg.cpp プロジェクト: lixun910/geoda
CorrelParamsFrame::~CorrelParamsFrame()
{
	wxLogMessage("In CorrelParamsFrame::~CorrelParamsFrame");
	notifyObserversOfClosing();
}
コード例 #3
0
ファイル: CorrelParamsDlg.cpp プロジェクト: GeoDaCenter/geoda
CorrelParamsFrame::~CorrelParamsFrame()
{
	LOG_MSG("In CorrelParamsFrame::~CorrelParamsFrame");
	notifyObserversOfClosing();
}