Kaydet (Commit) 78189741 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: split window.cxx into event and settings functions

Change-Id: Ic038a1c95721d4e578face5deea0b8d8a4ab7304
üst f56101cb
......@@ -101,6 +101,7 @@ $(eval $(call gb_Library_use_externals,vcl,\
))
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/window/settings \
vcl/source/window/resource \
vcl/source/window/abstdlg \
vcl/source/window/accel \
......@@ -134,6 +135,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/window/mnemonic \
vcl/source/window/mnemonicengine \
vcl/source/window/mouseevent \
vcl/source/window/event \
vcl/source/window/msgbox \
vcl/source/window/popupmenuwindow \
vcl/source/window/printdlg \
......
This diff is collapsed.
......@@ -17,10 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <vcl/event.hxx>
#include <com/sun/star/awt/MouseEvent.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/awt/MouseButton.hpp>
#include <vcl/event.hxx>
/** inits this vcl KeyEvent with all settings from the given awt event **/
MouseEvent::MouseEvent( const ::com::sun::star::awt::MouseEvent& rEvent )
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment