#include <listener.hxx>


Public Member Functions | |
| ResetBtnListener (SolverDialog *pDlg) | |
| virtual | ~ResetBtnListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &oEvt) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &) throw ( RuntimeException ) |
Private Attributes | |
| std::auto_ptr < MessageDialog > | m_pDlg |
Definition at line 205 of file listener.hxx.
| scsolver::ResetBtnListener::ResetBtnListener | ( | SolverDialog * | pDlg | ) |
Definition at line 289 of file listener.cxx.
| scsolver::ResetBtnListener::~ResetBtnListener | ( | ) | throw () [virtual] |
Definition at line 294 of file listener.cxx.
| void scsolver::ResetBtnListener::disposing | ( | const lang::EventObject & | oEvt | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::ResetBtnListener::actionPerformed | ( | const awt::ActionEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 303 of file listener.cxx.
References scsolver::Listener::getDialog(), scsolver::SolverImpl::getMainDialog(), scsolver::BaseDialog::getSolverImpl(), and scsolver::SolverDialog::reset().
std::auto_ptr<MessageDialog> scsolver::ResetBtnListener::m_pDlg [private] |
1.5.3