1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef mozilla_dom_nsQueryContentEventResult_h
8 #define mozilla_dom_nsQueryContentEventResult_h
10 #include "nsIQueryContentEventResult.h"
15 #include "mozilla/Attributes.h"
16 #include "mozilla/EventForwards.h"
17 #include "mozilla/Maybe.h"
18 #include "mozilla/widget/IMEData.h"
22 class nsQueryContentEventResult final
: public nsIQueryContentEventResult
{
24 explicit nsQueryContentEventResult(mozilla::WidgetQueryContentEvent
&& aEvent
);
26 NS_DECL_NSIQUERYCONTENTEVENTRESULT
28 void SetEventResult(nsIWidget
* aWidget
);
31 ~nsQueryContentEventResult() = default;
33 mozilla::EventMessage mEventMessage
;
35 mozilla::Maybe
<mozilla::OffsetAndData
<uint32_t>> mOffsetAndData
;
36 mozilla::Maybe
<uint32_t> mTentativeCaretOffset
;
37 mozilla::LayoutDeviceIntRect mRect
;
38 CopyableTArray
<mozilla::LayoutDeviceIntRect
> mRectArray
;
44 #endif // mozilla_dom_nsQueryContentEventResult_h