/usr/include/thunderbird-11.0.1/nsIDOMTouchEvent.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mozilla/dom/interfaces/events/nsIDOMTouchEvent.idl
*/
#ifndef __gen_nsIDOMTouchEvent_h__
#define __gen_nsIDOMTouchEvent_h__
#ifndef __gen_nsIDOMUIEvent_h__
#include "nsIDOMUIEvent.h"
#endif
#include "jspubtd.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#include "nsWeakPtr.h"
#include "nsPoint.h"
class nsIVariant; /* forward declaration */
/* starting interface: nsIDOMTouch */
#define NS_IDOMTOUCH_IID_STR "98bc0f7d-5bff-4387-9c42-58af54b48dd5"
#define NS_IDOMTOUCH_IID \
{0x98bc0f7d, 0x5bff, 0x4387, \
{ 0x9c, 0x42, 0x58, 0xaf, 0x54, 0xb4, 0x8d, 0xd5 }}
class NS_SCRIPTABLE nsIDOMTouch : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMTOUCH_IID)
/* readonly attribute long identifier; */
NS_SCRIPTABLE NS_IMETHOD GetIdentifier(PRInt32 *aIdentifier) = 0;
/* readonly attribute nsIDOMEventTarget target; */
NS_SCRIPTABLE NS_IMETHOD GetTarget(nsIDOMEventTarget * *aTarget) = 0;
/* readonly attribute long pageX; */
NS_SCRIPTABLE NS_IMETHOD GetPageX(PRInt32 *aPageX) = 0;
/* readonly attribute long pageY; */
NS_SCRIPTABLE NS_IMETHOD GetPageY(PRInt32 *aPageY) = 0;
/* readonly attribute long screenX; */
NS_SCRIPTABLE NS_IMETHOD GetScreenX(PRInt32 *aScreenX) = 0;
/* readonly attribute long screenY; */
NS_SCRIPTABLE NS_IMETHOD GetScreenY(PRInt32 *aScreenY) = 0;
/* readonly attribute long clientX; */
NS_SCRIPTABLE NS_IMETHOD GetClientX(PRInt32 *aClientX) = 0;
/* readonly attribute long clientY; */
NS_SCRIPTABLE NS_IMETHOD GetClientY(PRInt32 *aClientY) = 0;
/* readonly attribute long radiusX; */
NS_SCRIPTABLE NS_IMETHOD GetRadiusX(PRInt32 *aRadiusX) = 0;
/* readonly attribute long radiusY; */
NS_SCRIPTABLE NS_IMETHOD GetRadiusY(PRInt32 *aRadiusY) = 0;
/* readonly attribute float rotationAngle; */
NS_SCRIPTABLE NS_IMETHOD GetRotationAngle(float *aRotationAngle) = 0;
/* readonly attribute float force; */
NS_SCRIPTABLE NS_IMETHOD GetForce(float *aForce) = 0;
nsCOMPtr<nsIDOMEventTarget> mTarget;
nsIDOMEventTarget *GetTarget() { return mTarget; }
void SetTarget(nsIDOMEventTarget *target) { mTarget = target; }
nsIntPoint mRefPoint;
bool mChanged;
PRUint32 mMessage;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMTouch, NS_IDOMTOUCH_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMTOUCH \
NS_SCRIPTABLE NS_IMETHOD GetIdentifier(PRInt32 *aIdentifier); \
NS_SCRIPTABLE NS_IMETHOD GetTarget(nsIDOMEventTarget * *aTarget); \
NS_SCRIPTABLE NS_IMETHOD GetPageX(PRInt32 *aPageX); \
NS_SCRIPTABLE NS_IMETHOD GetPageY(PRInt32 *aPageY); \
NS_SCRIPTABLE NS_IMETHOD GetScreenX(PRInt32 *aScreenX); \
NS_SCRIPTABLE NS_IMETHOD GetScreenY(PRInt32 *aScreenY); \
NS_SCRIPTABLE NS_IMETHOD GetClientX(PRInt32 *aClientX); \
NS_SCRIPTABLE NS_IMETHOD GetClientY(PRInt32 *aClientY); \
NS_SCRIPTABLE NS_IMETHOD GetRadiusX(PRInt32 *aRadiusX); \
NS_SCRIPTABLE NS_IMETHOD GetRadiusY(PRInt32 *aRadiusY); \
NS_SCRIPTABLE NS_IMETHOD GetRotationAngle(float *aRotationAngle); \
NS_SCRIPTABLE NS_IMETHOD GetForce(float *aForce); \
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMTOUCH(_to) \
NS_SCRIPTABLE NS_IMETHOD GetIdentifier(PRInt32 *aIdentifier) { return _to GetIdentifier(aIdentifier); } \
NS_SCRIPTABLE NS_IMETHOD GetTarget(nsIDOMEventTarget * *aTarget) { return _to GetTarget(aTarget); } \
NS_SCRIPTABLE NS_IMETHOD GetPageX(PRInt32 *aPageX) { return _to GetPageX(aPageX); } \
NS_SCRIPTABLE NS_IMETHOD GetPageY(PRInt32 *aPageY) { return _to GetPageY(aPageY); } \
NS_SCRIPTABLE NS_IMETHOD GetScreenX(PRInt32 *aScreenX) { return _to GetScreenX(aScreenX); } \
NS_SCRIPTABLE NS_IMETHOD GetScreenY(PRInt32 *aScreenY) { return _to GetScreenY(aScreenY); } \
NS_SCRIPTABLE NS_IMETHOD GetClientX(PRInt32 *aClientX) { return _to GetClientX(aClientX); } \
NS_SCRIPTABLE NS_IMETHOD GetClientY(PRInt32 *aClientY) { return _to GetClientY(aClientY); } \
NS_SCRIPTABLE NS_IMETHOD GetRadiusX(PRInt32 *aRadiusX) { return _to GetRadiusX(aRadiusX); } \
NS_SCRIPTABLE NS_IMETHOD GetRadiusY(PRInt32 *aRadiusY) { return _to GetRadiusY(aRadiusY); } \
NS_SCRIPTABLE NS_IMETHOD GetRotationAngle(float *aRotationAngle) { return _to GetRotationAngle(aRotationAngle); } \
NS_SCRIPTABLE NS_IMETHOD GetForce(float *aForce) { return _to GetForce(aForce); } \
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMTOUCH(_to) \
NS_SCRIPTABLE NS_IMETHOD GetIdentifier(PRInt32 *aIdentifier) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIdentifier(aIdentifier); } \
NS_SCRIPTABLE NS_IMETHOD GetTarget(nsIDOMEventTarget * *aTarget) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTarget(aTarget); } \
NS_SCRIPTABLE NS_IMETHOD GetPageX(PRInt32 *aPageX) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPageX(aPageX); } \
NS_SCRIPTABLE NS_IMETHOD GetPageY(PRInt32 *aPageY) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPageY(aPageY); } \
NS_SCRIPTABLE NS_IMETHOD GetScreenX(PRInt32 *aScreenX) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetScreenX(aScreenX); } \
NS_SCRIPTABLE NS_IMETHOD GetScreenY(PRInt32 *aScreenY) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetScreenY(aScreenY); } \
NS_SCRIPTABLE NS_IMETHOD GetClientX(PRInt32 *aClientX) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetClientX(aClientX); } \
NS_SCRIPTABLE NS_IMETHOD GetClientY(PRInt32 *aClientY) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetClientY(aClientY); } \
NS_SCRIPTABLE NS_IMETHOD GetRadiusX(PRInt32 *aRadiusX) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRadiusX(aRadiusX); } \
NS_SCRIPTABLE NS_IMETHOD GetRadiusY(PRInt32 *aRadiusY) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRadiusY(aRadiusY); } \
NS_SCRIPTABLE NS_IMETHOD GetRotationAngle(float *aRotationAngle) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRotationAngle(aRotationAngle); } \
NS_SCRIPTABLE NS_IMETHOD GetForce(float *aForce) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetForce(aForce); } \
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMTouch : public nsIDOMTouch
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMTOUCH
nsDOMTouch();
private:
~nsDOMTouch();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMTouch, nsIDOMTouch)
nsDOMTouch::nsDOMTouch()
{
/* member initializers and constructor code */
}
nsDOMTouch::~nsDOMTouch()
{
/* destructor code */
}
/* readonly attribute long identifier; */
NS_IMETHODIMP nsDOMTouch::GetIdentifier(PRInt32 *aIdentifier)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMEventTarget target; */
NS_IMETHODIMP nsDOMTouch::GetTarget(nsIDOMEventTarget * *aTarget)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long pageX; */
NS_IMETHODIMP nsDOMTouch::GetPageX(PRInt32 *aPageX)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long pageY; */
NS_IMETHODIMP nsDOMTouch::GetPageY(PRInt32 *aPageY)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long screenX; */
NS_IMETHODIMP nsDOMTouch::GetScreenX(PRInt32 *aScreenX)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long screenY; */
NS_IMETHODIMP nsDOMTouch::GetScreenY(PRInt32 *aScreenY)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long clientX; */
NS_IMETHODIMP nsDOMTouch::GetClientX(PRInt32 *aClientX)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long clientY; */
NS_IMETHODIMP nsDOMTouch::GetClientY(PRInt32 *aClientY)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long radiusX; */
NS_IMETHODIMP nsDOMTouch::GetRadiusX(PRInt32 *aRadiusX)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long radiusY; */
NS_IMETHODIMP nsDOMTouch::GetRadiusY(PRInt32 *aRadiusY)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute float rotationAngle; */
NS_IMETHODIMP nsDOMTouch::GetRotationAngle(float *aRotationAngle)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute float force; */
NS_IMETHODIMP nsDOMTouch::GetForce(float *aForce)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIDOMTouchList */
#define NS_IDOMTOUCHLIST_IID_STR "60706eb7-d50d-4379-b01c-e78e6af84213"
#define NS_IDOMTOUCHLIST_IID \
{0x60706eb7, 0xd50d, 0x4379, \
{ 0xb0, 0x1c, 0xe7, 0x8e, 0x6a, 0xf8, 0x42, 0x13 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMTouchList : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMTOUCHLIST_IID)
/* readonly attribute unsigned long length; */
NS_SCRIPTABLE NS_IMETHOD GetLength(PRUint32 *aLength) = 0;
/* nsIDOMTouch item (in unsigned long index); */
NS_SCRIPTABLE NS_IMETHOD Item(PRUint32 index, nsIDOMTouch * *_retval NS_OUTPARAM) = 0;
/* nsIDOMTouch identifiedTouch (in long identifier); */
NS_SCRIPTABLE NS_IMETHOD IdentifiedTouch(PRInt32 identifier, nsIDOMTouch * *_retval NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMTouchList, NS_IDOMTOUCHLIST_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMTOUCHLIST \
NS_SCRIPTABLE NS_IMETHOD GetLength(PRUint32 *aLength); \
NS_SCRIPTABLE NS_IMETHOD Item(PRUint32 index, nsIDOMTouch * *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD IdentifiedTouch(PRInt32 identifier, nsIDOMTouch * *_retval NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMTOUCHLIST(_to) \
NS_SCRIPTABLE NS_IMETHOD GetLength(PRUint32 *aLength) { return _to GetLength(aLength); } \
NS_SCRIPTABLE NS_IMETHOD Item(PRUint32 index, nsIDOMTouch * *_retval NS_OUTPARAM) { return _to Item(index, _retval); } \
NS_SCRIPTABLE NS_IMETHOD IdentifiedTouch(PRInt32 identifier, nsIDOMTouch * *_retval NS_OUTPARAM) { return _to IdentifiedTouch(identifier, _retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMTOUCHLIST(_to) \
NS_SCRIPTABLE NS_IMETHOD GetLength(PRUint32 *aLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLength(aLength); } \
NS_SCRIPTABLE NS_IMETHOD Item(PRUint32 index, nsIDOMTouch * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->Item(index, _retval); } \
NS_SCRIPTABLE NS_IMETHOD IdentifiedTouch(PRInt32 identifier, nsIDOMTouch * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->IdentifiedTouch(identifier, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMTouchList : public nsIDOMTouchList
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMTOUCHLIST
nsDOMTouchList();
private:
~nsDOMTouchList();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMTouchList, nsIDOMTouchList)
nsDOMTouchList::nsDOMTouchList()
{
/* member initializers and constructor code */
}
nsDOMTouchList::~nsDOMTouchList()
{
/* destructor code */
}
/* readonly attribute unsigned long length; */
NS_IMETHODIMP nsDOMTouchList::GetLength(PRUint32 *aLength)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMTouch item (in unsigned long index); */
NS_IMETHODIMP nsDOMTouchList::Item(PRUint32 index, nsIDOMTouch * *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMTouch identifiedTouch (in long identifier); */
NS_IMETHODIMP nsDOMTouchList::IdentifiedTouch(PRInt32 identifier, nsIDOMTouch * *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIDOMTouchEvent */
#define NS_IDOMTOUCHEVENT_IID_STR "0cc687df-0ed5-4b7f-b89d-cbb99b21d23a"
#define NS_IDOMTOUCHEVENT_IID \
{0x0cc687df, 0x0ed5, 0x4b7f, \
{ 0xb8, 0x9d, 0xcb, 0xb9, 0x9b, 0x21, 0xd2, 0x3a }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMTouchEvent : public nsIDOMUIEvent {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMTOUCHEVENT_IID)
/* readonly attribute nsIDOMTouchList touches; */
NS_SCRIPTABLE NS_IMETHOD GetTouches(nsIDOMTouchList * *aTouches) = 0;
/* readonly attribute nsIDOMTouchList targetTouches; */
NS_SCRIPTABLE NS_IMETHOD GetTargetTouches(nsIDOMTouchList * *aTargetTouches) = 0;
/* readonly attribute nsIDOMTouchList changedTouches; */
NS_SCRIPTABLE NS_IMETHOD GetChangedTouches(nsIDOMTouchList * *aChangedTouches) = 0;
/* readonly attribute boolean altKey; */
NS_SCRIPTABLE NS_IMETHOD GetAltKey(bool *aAltKey) = 0;
/* readonly attribute boolean metaKey; */
NS_SCRIPTABLE NS_IMETHOD GetMetaKey(bool *aMetaKey) = 0;
/* readonly attribute boolean ctrlKey; */
NS_SCRIPTABLE NS_IMETHOD GetCtrlKey(bool *aCtrlKey) = 0;
/* readonly attribute boolean shiftKey; */
NS_SCRIPTABLE NS_IMETHOD GetShiftKey(bool *aShiftKey) = 0;
/* void initTouchEvent (in DOMString type, in boolean canBubble, in boolean cancelable, in nsIDOMWindow view, in long detail, in boolean ctrlKey, in boolean altKey, in boolean shiftKey, in boolean metaKey, in nsIDOMTouchList touches, in nsIDOMTouchList targetTouches, in nsIDOMTouchList changedTouches); */
NS_SCRIPTABLE NS_IMETHOD InitTouchEvent(const nsAString & type, bool canBubble, bool cancelable, nsIDOMWindow *view, PRInt32 detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, nsIDOMTouchList *touches, nsIDOMTouchList *targetTouches, nsIDOMTouchList *changedTouches) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMTouchEvent, NS_IDOMTOUCHEVENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMTOUCHEVENT \
NS_SCRIPTABLE NS_IMETHOD GetTouches(nsIDOMTouchList * *aTouches); \
NS_SCRIPTABLE NS_IMETHOD GetTargetTouches(nsIDOMTouchList * *aTargetTouches); \
NS_SCRIPTABLE NS_IMETHOD GetChangedTouches(nsIDOMTouchList * *aChangedTouches); \
NS_SCRIPTABLE NS_IMETHOD GetAltKey(bool *aAltKey); \
NS_SCRIPTABLE NS_IMETHOD GetMetaKey(bool *aMetaKey); \
NS_SCRIPTABLE NS_IMETHOD GetCtrlKey(bool *aCtrlKey); \
NS_SCRIPTABLE NS_IMETHOD GetShiftKey(bool *aShiftKey); \
NS_SCRIPTABLE NS_IMETHOD InitTouchEvent(const nsAString & type, bool canBubble, bool cancelable, nsIDOMWindow *view, PRInt32 detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, nsIDOMTouchList *touches, nsIDOMTouchList *targetTouches, nsIDOMTouchList *changedTouches);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMTOUCHEVENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetTouches(nsIDOMTouchList * *aTouches) { return _to GetTouches(aTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetTargetTouches(nsIDOMTouchList * *aTargetTouches) { return _to GetTargetTouches(aTargetTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetChangedTouches(nsIDOMTouchList * *aChangedTouches) { return _to GetChangedTouches(aChangedTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetAltKey(bool *aAltKey) { return _to GetAltKey(aAltKey); } \
NS_SCRIPTABLE NS_IMETHOD GetMetaKey(bool *aMetaKey) { return _to GetMetaKey(aMetaKey); } \
NS_SCRIPTABLE NS_IMETHOD GetCtrlKey(bool *aCtrlKey) { return _to GetCtrlKey(aCtrlKey); } \
NS_SCRIPTABLE NS_IMETHOD GetShiftKey(bool *aShiftKey) { return _to GetShiftKey(aShiftKey); } \
NS_SCRIPTABLE NS_IMETHOD InitTouchEvent(const nsAString & type, bool canBubble, bool cancelable, nsIDOMWindow *view, PRInt32 detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, nsIDOMTouchList *touches, nsIDOMTouchList *targetTouches, nsIDOMTouchList *changedTouches) { return _to InitTouchEvent(type, canBubble, cancelable, view, detail, ctrlKey, altKey, shiftKey, metaKey, touches, targetTouches, changedTouches); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMTOUCHEVENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetTouches(nsIDOMTouchList * *aTouches) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTouches(aTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetTargetTouches(nsIDOMTouchList * *aTargetTouches) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTargetTouches(aTargetTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetChangedTouches(nsIDOMTouchList * *aChangedTouches) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChangedTouches(aChangedTouches); } \
NS_SCRIPTABLE NS_IMETHOD GetAltKey(bool *aAltKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAltKey(aAltKey); } \
NS_SCRIPTABLE NS_IMETHOD GetMetaKey(bool *aMetaKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMetaKey(aMetaKey); } \
NS_SCRIPTABLE NS_IMETHOD GetCtrlKey(bool *aCtrlKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCtrlKey(aCtrlKey); } \
NS_SCRIPTABLE NS_IMETHOD GetShiftKey(bool *aShiftKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShiftKey(aShiftKey); } \
NS_SCRIPTABLE NS_IMETHOD InitTouchEvent(const nsAString & type, bool canBubble, bool cancelable, nsIDOMWindow *view, PRInt32 detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, nsIDOMTouchList *touches, nsIDOMTouchList *targetTouches, nsIDOMTouchList *changedTouches) { return !_to ? NS_ERROR_NULL_POINTER : _to->InitTouchEvent(type, canBubble, cancelable, view, detail, ctrlKey, altKey, shiftKey, metaKey, touches, targetTouches, changedTouches); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMTouchEvent : public nsIDOMTouchEvent
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMTOUCHEVENT
nsDOMTouchEvent();
private:
~nsDOMTouchEvent();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMTouchEvent, nsIDOMTouchEvent)
nsDOMTouchEvent::nsDOMTouchEvent()
{
/* member initializers and constructor code */
}
nsDOMTouchEvent::~nsDOMTouchEvent()
{
/* destructor code */
}
/* readonly attribute nsIDOMTouchList touches; */
NS_IMETHODIMP nsDOMTouchEvent::GetTouches(nsIDOMTouchList * *aTouches)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMTouchList targetTouches; */
NS_IMETHODIMP nsDOMTouchEvent::GetTargetTouches(nsIDOMTouchList * *aTargetTouches)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMTouchList changedTouches; */
NS_IMETHODIMP nsDOMTouchEvent::GetChangedTouches(nsIDOMTouchList * *aChangedTouches)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean altKey; */
NS_IMETHODIMP nsDOMTouchEvent::GetAltKey(bool *aAltKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean metaKey; */
NS_IMETHODIMP nsDOMTouchEvent::GetMetaKey(bool *aMetaKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean ctrlKey; */
NS_IMETHODIMP nsDOMTouchEvent::GetCtrlKey(bool *aCtrlKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean shiftKey; */
NS_IMETHODIMP nsDOMTouchEvent::GetShiftKey(bool *aShiftKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void initTouchEvent (in DOMString type, in boolean canBubble, in boolean cancelable, in nsIDOMWindow view, in long detail, in boolean ctrlKey, in boolean altKey, in boolean shiftKey, in boolean metaKey, in nsIDOMTouchList touches, in nsIDOMTouchList targetTouches, in nsIDOMTouchList changedTouches); */
NS_IMETHODIMP nsDOMTouchEvent::InitTouchEvent(const nsAString & type, bool canBubble, bool cancelable, nsIDOMWindow *view, PRInt32 detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, nsIDOMTouchList *touches, nsIDOMTouchList *targetTouches, nsIDOMTouchList *changedTouches)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsITouchEventReceiver */
#define NS_ITOUCHEVENTRECEIVER_IID_STR "6d5484f7-92ac-45f8-9388-39b5bad055ce"
#define NS_ITOUCHEVENTRECEIVER_IID \
{0x6d5484f7, 0x92ac, 0x45f8, \
{ 0x93, 0x88, 0x39, 0xb5, 0xba, 0xd0, 0x55, 0xce }}
class NS_NO_VTABLE NS_SCRIPTABLE nsITouchEventReceiver : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_ITOUCHEVENTRECEIVER_IID)
/* [implicit_jscontext] attribute jsval ontouchstart; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchstart(JSContext* cx, JS::Value *aOntouchstart) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchstart(JSContext* cx, const JS::Value & aOntouchstart) = 0;
/* [implicit_jscontext] attribute jsval ontouchend; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchend(JSContext* cx, JS::Value *aOntouchend) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchend(JSContext* cx, const JS::Value & aOntouchend) = 0;
/* [implicit_jscontext] attribute jsval ontouchmove; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchmove(JSContext* cx, JS::Value *aOntouchmove) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchmove(JSContext* cx, const JS::Value & aOntouchmove) = 0;
/* [implicit_jscontext] attribute jsval ontouchenter; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchenter(JSContext* cx, JS::Value *aOntouchenter) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchenter(JSContext* cx, const JS::Value & aOntouchenter) = 0;
/* [implicit_jscontext] attribute jsval ontouchleave; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchleave(JSContext* cx, JS::Value *aOntouchleave) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchleave(JSContext* cx, const JS::Value & aOntouchleave) = 0;
/* [implicit_jscontext] attribute jsval ontouchcancel; */
NS_SCRIPTABLE NS_IMETHOD GetOntouchcancel(JSContext* cx, JS::Value *aOntouchcancel) = 0;
NS_SCRIPTABLE NS_IMETHOD SetOntouchcancel(JSContext* cx, const JS::Value & aOntouchcancel) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsITouchEventReceiver, NS_ITOUCHEVENTRECEIVER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSITOUCHEVENTRECEIVER \
NS_SCRIPTABLE NS_IMETHOD GetOntouchstart(JSContext* cx, JS::Value *aOntouchstart); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchstart(JSContext* cx, const JS::Value & aOntouchstart); \
NS_SCRIPTABLE NS_IMETHOD GetOntouchend(JSContext* cx, JS::Value *aOntouchend); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchend(JSContext* cx, const JS::Value & aOntouchend); \
NS_SCRIPTABLE NS_IMETHOD GetOntouchmove(JSContext* cx, JS::Value *aOntouchmove); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchmove(JSContext* cx, const JS::Value & aOntouchmove); \
NS_SCRIPTABLE NS_IMETHOD GetOntouchenter(JSContext* cx, JS::Value *aOntouchenter); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchenter(JSContext* cx, const JS::Value & aOntouchenter); \
NS_SCRIPTABLE NS_IMETHOD GetOntouchleave(JSContext* cx, JS::Value *aOntouchleave); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchleave(JSContext* cx, const JS::Value & aOntouchleave); \
NS_SCRIPTABLE NS_IMETHOD GetOntouchcancel(JSContext* cx, JS::Value *aOntouchcancel); \
NS_SCRIPTABLE NS_IMETHOD SetOntouchcancel(JSContext* cx, const JS::Value & aOntouchcancel);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSITOUCHEVENTRECEIVER(_to) \
NS_SCRIPTABLE NS_IMETHOD GetOntouchstart(JSContext* cx, JS::Value *aOntouchstart) { return _to GetOntouchstart(cx, aOntouchstart); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchstart(JSContext* cx, const JS::Value & aOntouchstart) { return _to SetOntouchstart(cx, aOntouchstart); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchend(JSContext* cx, JS::Value *aOntouchend) { return _to GetOntouchend(cx, aOntouchend); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchend(JSContext* cx, const JS::Value & aOntouchend) { return _to SetOntouchend(cx, aOntouchend); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchmove(JSContext* cx, JS::Value *aOntouchmove) { return _to GetOntouchmove(cx, aOntouchmove); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchmove(JSContext* cx, const JS::Value & aOntouchmove) { return _to SetOntouchmove(cx, aOntouchmove); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchenter(JSContext* cx, JS::Value *aOntouchenter) { return _to GetOntouchenter(cx, aOntouchenter); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchenter(JSContext* cx, const JS::Value & aOntouchenter) { return _to SetOntouchenter(cx, aOntouchenter); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchleave(JSContext* cx, JS::Value *aOntouchleave) { return _to GetOntouchleave(cx, aOntouchleave); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchleave(JSContext* cx, const JS::Value & aOntouchleave) { return _to SetOntouchleave(cx, aOntouchleave); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchcancel(JSContext* cx, JS::Value *aOntouchcancel) { return _to GetOntouchcancel(cx, aOntouchcancel); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchcancel(JSContext* cx, const JS::Value & aOntouchcancel) { return _to SetOntouchcancel(cx, aOntouchcancel); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSITOUCHEVENTRECEIVER(_to) \
NS_SCRIPTABLE NS_IMETHOD GetOntouchstart(JSContext* cx, JS::Value *aOntouchstart) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchstart(cx, aOntouchstart); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchstart(JSContext* cx, const JS::Value & aOntouchstart) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchstart(cx, aOntouchstart); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchend(JSContext* cx, JS::Value *aOntouchend) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchend(cx, aOntouchend); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchend(JSContext* cx, const JS::Value & aOntouchend) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchend(cx, aOntouchend); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchmove(JSContext* cx, JS::Value *aOntouchmove) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchmove(cx, aOntouchmove); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchmove(JSContext* cx, const JS::Value & aOntouchmove) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchmove(cx, aOntouchmove); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchenter(JSContext* cx, JS::Value *aOntouchenter) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchenter(cx, aOntouchenter); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchenter(JSContext* cx, const JS::Value & aOntouchenter) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchenter(cx, aOntouchenter); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchleave(JSContext* cx, JS::Value *aOntouchleave) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchleave(cx, aOntouchleave); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchleave(JSContext* cx, const JS::Value & aOntouchleave) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchleave(cx, aOntouchleave); } \
NS_SCRIPTABLE NS_IMETHOD GetOntouchcancel(JSContext* cx, JS::Value *aOntouchcancel) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOntouchcancel(cx, aOntouchcancel); } \
NS_SCRIPTABLE NS_IMETHOD SetOntouchcancel(JSContext* cx, const JS::Value & aOntouchcancel) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetOntouchcancel(cx, aOntouchcancel); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsTouchEventReceiver : public nsITouchEventReceiver
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSITOUCHEVENTRECEIVER
nsTouchEventReceiver();
private:
~nsTouchEventReceiver();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsTouchEventReceiver, nsITouchEventReceiver)
nsTouchEventReceiver::nsTouchEventReceiver()
{
/* member initializers and constructor code */
}
nsTouchEventReceiver::~nsTouchEventReceiver()
{
/* destructor code */
}
/* [implicit_jscontext] attribute jsval ontouchstart; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchstart(JSContext* cx, JS::Value *aOntouchstart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchstart(JSContext* cx, const JS::Value & aOntouchstart)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] attribute jsval ontouchend; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchend(JSContext* cx, JS::Value *aOntouchend)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchend(JSContext* cx, const JS::Value & aOntouchend)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] attribute jsval ontouchmove; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchmove(JSContext* cx, JS::Value *aOntouchmove)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchmove(JSContext* cx, const JS::Value & aOntouchmove)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] attribute jsval ontouchenter; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchenter(JSContext* cx, JS::Value *aOntouchenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchenter(JSContext* cx, const JS::Value & aOntouchenter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] attribute jsval ontouchleave; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchleave(JSContext* cx, JS::Value *aOntouchleave)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchleave(JSContext* cx, const JS::Value & aOntouchleave)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [implicit_jscontext] attribute jsval ontouchcancel; */
NS_IMETHODIMP nsTouchEventReceiver::GetOntouchcancel(JSContext* cx, JS::Value *aOntouchcancel)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsTouchEventReceiver::SetOntouchcancel(JSContext* cx, const JS::Value & aOntouchcancel)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIDOMDocumentTouch */
#define NS_IDOMDOCUMENTTOUCH_IID_STR "974cff68-6f0b-4520-8523-fa68b2754656"
#define NS_IDOMDOCUMENTTOUCH_IID \
{0x974cff68, 0x6f0b, 0x4520, \
{ 0x85, 0x23, 0xfa, 0x68, 0xb2, 0x75, 0x46, 0x56 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMDocumentTouch : public nsITouchEventReceiver {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMDOCUMENTTOUCH_IID)
/* nsIDOMTouch createTouch ([optional] in nsIDOMWindow view, [optional] in nsIDOMEventTarget target, [optional] in long identifier, [optional] in long pageX, [optional] in long pageY, [optional] in long screenX, [optional] in long screenY, [optional] in long clientX, [optional] in long clientY, [optional] in long radiusX, [optional] in long radiusY, [optional] in float rotationAngle, [optional] in float force); */
NS_SCRIPTABLE NS_IMETHOD CreateTouch(nsIDOMWindow *view, nsIDOMEventTarget *target, PRInt32 identifier, PRInt32 pageX, PRInt32 pageY, PRInt32 screenX, PRInt32 screenY, PRInt32 clientX, PRInt32 clientY, PRInt32 radiusX, PRInt32 radiusY, float rotationAngle, float force, nsIDOMTouch * *_retval NS_OUTPARAM) = 0;
/* nsIDOMTouchList createTouchList ([optional] in nsIVariant aPoints); */
NS_SCRIPTABLE NS_IMETHOD CreateTouchList(nsIVariant *aPoints, nsIDOMTouchList * *_retval NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMDocumentTouch, NS_IDOMDOCUMENTTOUCH_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMDOCUMENTTOUCH \
NS_SCRIPTABLE NS_IMETHOD CreateTouch(nsIDOMWindow *view, nsIDOMEventTarget *target, PRInt32 identifier, PRInt32 pageX, PRInt32 pageY, PRInt32 screenX, PRInt32 screenY, PRInt32 clientX, PRInt32 clientY, PRInt32 radiusX, PRInt32 radiusY, float rotationAngle, float force, nsIDOMTouch * *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD CreateTouchList(nsIVariant *aPoints, nsIDOMTouchList * *_retval NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMDOCUMENTTOUCH(_to) \
NS_SCRIPTABLE NS_IMETHOD CreateTouch(nsIDOMWindow *view, nsIDOMEventTarget *target, PRInt32 identifier, PRInt32 pageX, PRInt32 pageY, PRInt32 screenX, PRInt32 screenY, PRInt32 clientX, PRInt32 clientY, PRInt32 radiusX, PRInt32 radiusY, float rotationAngle, float force, nsIDOMTouch * *_retval NS_OUTPARAM) { return _to CreateTouch(view, target, identifier, pageX, pageY, screenX, screenY, clientX, clientY, radiusX, radiusY, rotationAngle, force, _retval); } \
NS_SCRIPTABLE NS_IMETHOD CreateTouchList(nsIVariant *aPoints, nsIDOMTouchList * *_retval NS_OUTPARAM) { return _to CreateTouchList(aPoints, _retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMDOCUMENTTOUCH(_to) \
NS_SCRIPTABLE NS_IMETHOD CreateTouch(nsIDOMWindow *view, nsIDOMEventTarget *target, PRInt32 identifier, PRInt32 pageX, PRInt32 pageY, PRInt32 screenX, PRInt32 screenY, PRInt32 clientX, PRInt32 clientY, PRInt32 radiusX, PRInt32 radiusY, float rotationAngle, float force, nsIDOMTouch * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->CreateTouch(view, target, identifier, pageX, pageY, screenX, screenY, clientX, clientY, radiusX, radiusY, rotationAngle, force, _retval); } \
NS_SCRIPTABLE NS_IMETHOD CreateTouchList(nsIVariant *aPoints, nsIDOMTouchList * *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->CreateTouchList(aPoints, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMDocumentTouch : public nsIDOMDocumentTouch
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMDOCUMENTTOUCH
nsDOMDocumentTouch();
private:
~nsDOMDocumentTouch();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMDocumentTouch, nsIDOMDocumentTouch)
nsDOMDocumentTouch::nsDOMDocumentTouch()
{
/* member initializers and constructor code */
}
nsDOMDocumentTouch::~nsDOMDocumentTouch()
{
/* destructor code */
}
/* nsIDOMTouch createTouch ([optional] in nsIDOMWindow view, [optional] in nsIDOMEventTarget target, [optional] in long identifier, [optional] in long pageX, [optional] in long pageY, [optional] in long screenX, [optional] in long screenY, [optional] in long clientX, [optional] in long clientY, [optional] in long radiusX, [optional] in long radiusY, [optional] in float rotationAngle, [optional] in float force); */
NS_IMETHODIMP nsDOMDocumentTouch::CreateTouch(nsIDOMWindow *view, nsIDOMEventTarget *target, PRInt32 identifier, PRInt32 pageX, PRInt32 pageY, PRInt32 screenX, PRInt32 screenY, PRInt32 clientX, PRInt32 clientY, PRInt32 radiusX, PRInt32 radiusY, float rotationAngle, float force, nsIDOMTouch * *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMTouchList createTouchList ([optional] in nsIVariant aPoints); */
NS_IMETHODIMP nsDOMDocumentTouch::CreateTouchList(nsIVariant *aPoints, nsIDOMTouchList * *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMTouchEvent_h__ */
|