Searched refs:pWizardImpl (Results 1 – 1 of 1) sorted by relevance
332 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in enableButton() local333 … ENSURE_OR_RETURN_VOID( pWizardImpl, "Wizard::enableButtons: invalid dialog implementation!" ); in enableButton()335 pWizardImpl->enableButtons( lcl_convertWizardButtonToWZB( i_WizardButton ), i_Enable ); in enableButton()344 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in setDefaultButton() local345 … ENSURE_OR_RETURN_VOID( pWizardImpl, "Wizard::setDefaultButton: invalid dialog implementation!" ); in setDefaultButton()347 pWizardImpl->defaultButton( lcl_convertWizardButtonToWZB( i_WizardButton ) ); in setDefaultButton()356 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in travelNext() local357 ENSURE_OR_RETURN_FALSE( pWizardImpl, "Wizard::travelNext: invalid dialog implementation!" ); in travelNext()359 return pWizardImpl->travelNext(); in travelNext()368 WizardShell* pWizardImpl = dynamic_cast< WizardShell* >( m_pDialog ); in travelPrevious() local[all …]