#include <baselistener.hxx>


Public Member Functions | |
| TopWindowListener (BaseDialog *pDlg) | |
| virtual | ~TopWindowListener () throw () |
| virtual void SAL_CALL | windowOpened (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowClosing (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowClosed (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowMinimized (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowNormalized (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowActivated (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | windowDeactivated (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| virtual void SAL_CALL | disposing (const ::com::sun::star::lang::EventObject &e) throw (RuntimeException) |
| void | setActionClosing (SimpleActionObject *p) |
Private Attributes | |
| ::std::auto_ptr < TopWindowListenerImpl > | m_pImpl |
Definition at line 152 of file baselistener.hxx.
| scsolver::TopWindowListener::TopWindowListener | ( | BaseDialog * | pDlg | ) |
Definition at line 112 of file baselistener.cxx.
| scsolver::TopWindowListener::~TopWindowListener | ( | ) | throw () [virtual] |
Definition at line 118 of file baselistener.cxx.
| virtual void SAL_CALL scsolver::TopWindowListener::windowOpened | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowClosing | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowClosed | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowMinimized | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowNormalized | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowActivated | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::windowDeactivated | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| virtual void SAL_CALL scsolver::TopWindowListener::disposing | ( | const ::com::sun::star::lang::EventObject & | e | ) | throw (RuntimeException) [virtual] |
| void scsolver::TopWindowListener::setActionClosing | ( | SimpleActionObject * | p | ) |
Definition at line 169 of file baselistener.cxx.
References m_pImpl.
Referenced by scsolver::SolverDialog::registerListeners(), and scsolver::ConstEditDialog::registerListeners().
::std::auto_ptr<TopWindowListenerImpl> scsolver::TopWindowListener::m_pImpl [private] |
1.5.3