#include <baselistener.hxx>


Public Member Functions | |
| MouseListener (BaseDialog *pDlg) | |
| virtual | ~MouseListener ()=0 throw () |
| virtual void SAL_CALL | mousePressed (const awt::MouseEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | mouseReleased (const awt::MouseEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | mouseEntered (const awt::MouseEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | mouseExited (const awt::MouseEvent &) throw ( RuntimeException ) |
| virtual void SAL_CALL | disposing (const lang::EventObject &) throw ( RuntimeException ) |
Definition at line 136 of file baselistener.hxx.
| scsolver::MouseListener::MouseListener | ( | BaseDialog * | pDlg | ) | [inline] |
Definition at line 139 of file baselistener.hxx.
| scsolver::MouseListener::~MouseListener | ( | ) | throw () [pure virtual] |
Definition at line 91 of file baselistener.cxx.
| virtual void SAL_CALL scsolver::MouseListener::mousePressed | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::MouseListener::mouseReleased | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::MouseListener::mouseEntered | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::MouseListener::mouseExited | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::MouseListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [inline, virtual] |
1.5.3