#include <listener.hxx>


Public Member Functions | |
| SaveBtnListener (SolverDialog *pDlg) | |
| virtual | ~SaveBtnListener () throw () |
| virtual void SAL_CALL | disposing (const lang::EventObject &oEvt) throw ( RuntimeException ) |
| virtual void SAL_CALL | actionPerformed (const awt::ActionEvent &) throw ( RuntimeException ) |
Definition at line 171 of file listener.hxx.
| scsolver::SaveBtnListener::SaveBtnListener | ( | SolverDialog * | pDlg | ) |
Definition at line 243 of file listener.cxx.
| scsolver::SaveBtnListener::~SaveBtnListener | ( | ) | throw () [virtual] |
Definition at line 247 of file listener.cxx.
| void scsolver::SaveBtnListener::disposing | ( | const lang::EventObject & | oEvt | ) | throw ( RuntimeException ) [virtual] |
| void scsolver::SaveBtnListener::actionPerformed | ( | const awt::ActionEvent & | ) | throw ( RuntimeException ) [virtual] |
Reimplemented from scsolver::ActionListener.
Definition at line 256 of file listener.cxx.
References scsolver::Listener::getDialog(), scsolver::SolverImpl::getMainDialog(), scsolver::BaseDialog::getSolverImpl(), and scsolver::SolverDialog::saveModelToDocument().
1.5.3