コード例 #1
0
// ---
VSWAx3DPhilipsReproductionWindow::VSWAx3DPhilipsReproductionWindow 
	(VSWMainReproductorWindow* parent, const std::string& zName, const CMTYPoint& pos, 
		const CMTYPoint& size, unsigned int t)
			: VSWAxReproductionWindow 
				(parent, zName, pos, size, t,
				 std::string (__AXREPRODUCTION_REG3DPHILIPS__),
				 std::string (__AXREPRODUCTION_NAME3DPHILIPS__)),
			  _fileLoaded (__NULL_STRING__)
{
#ifdef __DEBUGSYSTEM
__KEEPENTRYSIMPLETRACE
#endif

	if (_activeXOk)	// Only if the active X has been well created...
		connect(_theActiveXControl, SIGNAL (OnCompleted ()), 
			this, SLOT (onCompletedPlayer ()));
		// This method can not be done during the initialization
		// because it is executed in a different thread to the GUI thread,
		// and the QT library does not permit to do that.

#ifdef __DEBUGSYSTEM
__KEEPEXITSIMPLETRACE
#endif
}
コード例 #2
0
BOOL CInstallPacDlg::OnKillActive() 
{
	OnCompleted( );

	return CPropertyPageEx::OnKillActive();
}
コード例 #3
0
void CInstallPacDlg::OnOK() 
{
	OnCompleted( );

	CPropertyPageEx::OnOK();
}
コード例 #4
0
ファイル: SetKDataDlg.cpp プロジェクト: darwinbeing/trade
BOOL CSetKDataDlg::OnKillActive() 
{
	OnCompleted( );

	return CPropertyPageEx::OnKillActive();
}
コード例 #5
0
ファイル: SetKDataDlg.cpp プロジェクト: darwinbeing/trade
void CSetKDataDlg::OnCancel() 
{
	OnCompleted( );
	
	CPropertyPageEx::OnCancel();
}