Tag: cws_dev300_dba30d User: fs Date: 2008-05-28 21:43:48+0000 Modified: dba/dbaccess/inc/IController.hxx
Log: #i84016# +interceptUserInput File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: IController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/IController.hxx?r1=1.5&r2=1.5.30.1 Delta lines: +8 -2 ------------------- --- IController.hxx 2008-04-10 12:11:24+0000 1.5 +++ IController.hxx 2008-05-28 21:43:45+0000 1.5.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: IController.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.30.1 $ * * This file is part of OpenOffice.org. * @@ -51,6 +51,8 @@ } } } } +class NotifyEvent; + namespace dbaui { // interface for controller depended calls like commands @@ -118,6 +120,10 @@ */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > SAL_CALL getXController(void) throw( ::com::sun::star::uno::RuntimeException ) = 0; + + /** allows interception of user input, aka mouse clicks and key events + */ + virtual bool interceptUserInput( const NotifyEvent& _rEvent ) = 0; }; } #endif // DBAUI_ICONTROLLER_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
