#include <listener.hxx>


Public Member Functions | |
| OptionBtnListener (SolverDialog *pDlg) | |
| virtual | ~OptionBtnListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &oEvt) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &oEvt) throw ( RuntimeException ) |
Private Attributes | |
| std::auto_ptr < MessageDialog > | m_pDlg |
Definition at line 225 of file listener.hxx.
| scsolver::OptionBtnListener::OptionBtnListener | ( | SolverDialog * | pDlg | ) |
Definition at line 311 of file listener.cxx.
| scsolver::OptionBtnListener::~OptionBtnListener | ( | ) | throw () [virtual] |
Definition at line 316 of file listener.cxx.
| void scsolver::OptionBtnListener::disposing | ( | const lang::EventObject & | oEvt | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::OptionBtnListener::actionPerformed | ( | const awt::ActionEvent & | oEvt | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 325 of file listener.cxx.
References scsolver::Listener::getDialog(), scsolver::SolverImpl::getMainDialog(), scsolver::OptionData::getModelType(), scsolver::SolverImpl::getOptionData(), scsolver::SolverDialog::getOptionDialog(), scsolver::BaseDialog::getSolverImpl(), scsolver::OptionDialog::setModelType(), and scsolver::OptionDialog::setVisible().
std::auto_ptr<MessageDialog> scsolver::OptionBtnListener::m_pDlg [private] |
1.5.3