#include <listener.hxx>


Public Member Functions | |
| WindowMouseListener (BaseDialog *) | |
| virtual | ~WindowMouseListener () 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 310 of file listener.hxx.
| scsolver::WindowMouseListener::WindowMouseListener | ( | BaseDialog * | pDlg | ) |
Definition at line 474 of file listener.cxx.
| scsolver::WindowMouseListener::~WindowMouseListener | ( | ) | throw () [virtual] |
Definition at line 478 of file listener.cxx.
| void scsolver::WindowMouseListener::mousePressed | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [virtual] |
| virtual void SAL_CALL scsolver::WindowMouseListener::mouseReleased | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::WindowMouseListener::mouseEntered | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::WindowMouseListener::mouseExited | ( | const awt::MouseEvent & | ) | throw ( RuntimeException ) [inline, virtual] |
| virtual void SAL_CALL scsolver::WindowMouseListener::disposing | ( | const lang::EventObject & | ) | throw ( RuntimeException ) [inline, virtual] |
1.5.3