/usr/include/thunderbird/nsIActivity.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.
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 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIActivity.idl
*/
#ifndef __gen_nsIActivity_h__
#define __gen_nsIActivity_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_nsISupportsPrimitives_h__
#include "nsISupportsPrimitives.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIActivityListener; /* forward declaration */
class nsIActivity; /* forward declaration */
class nsIActivityProcess; /* forward declaration */
class nsIActivityEvent; /* forward declaration */
class nsIActivityWarning; /* forward declaration */
class nsIVariant; /* forward declaration */
class nsISupportsPRTime; /* forward declaration */
/* starting interface: nsIActivityRecoveryHandler */
#define NS_IACTIVITYRECOVERYHANDLER_IID_STR "30e0a76f-880a-4093-8f3c-af2239977a3d"
#define NS_IACTIVITYRECOVERYHANDLER_IID \
{0x30e0a76f, 0x880a, 0x4093, \
{ 0x8f, 0x3c, 0xaf, 0x22, 0x39, 0x97, 0x7a, 0x3d }}
class NS_NO_VTABLE nsIActivityRecoveryHandler : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYRECOVERYHANDLER_IID)
/* nsresult recover (in nsIActivityWarning aActivity); */
NS_IMETHOD Recover(nsIActivityWarning *aActivity, nsresult *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityRecoveryHandler, NS_IACTIVITYRECOVERYHANDLER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYRECOVERYHANDLER \
NS_IMETHOD Recover(nsIActivityWarning *aActivity, nsresult *_retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYRECOVERYHANDLER(_to) \
NS_IMETHOD Recover(nsIActivityWarning *aActivity, nsresult *_retval) override { return _to Recover(aActivity, _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_NSIACTIVITYRECOVERYHANDLER(_to) \
NS_IMETHOD Recover(nsIActivityWarning *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Recover(aActivity, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityRecoveryHandler : public nsIActivityRecoveryHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYRECOVERYHANDLER
nsActivityRecoveryHandler();
private:
~nsActivityRecoveryHandler();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityRecoveryHandler, nsIActivityRecoveryHandler)
nsActivityRecoveryHandler::nsActivityRecoveryHandler()
{
/* member initializers and constructor code */
}
nsActivityRecoveryHandler::~nsActivityRecoveryHandler()
{
/* destructor code */
}
/* nsresult recover (in nsIActivityWarning aActivity); */
NS_IMETHODIMP nsActivityRecoveryHandler::Recover(nsIActivityWarning *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityCancelHandler */
#define NS_IACTIVITYCANCELHANDLER_IID_STR "35ee2461-70db-4b3a-90d0-7a68c856e911"
#define NS_IACTIVITYCANCELHANDLER_IID \
{0x35ee2461, 0x70db, 0x4b3a, \
{ 0x90, 0xd0, 0x7a, 0x68, 0xc8, 0x56, 0xe9, 0x11 }}
class NS_NO_VTABLE nsIActivityCancelHandler : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYCANCELHANDLER_IID)
/* nsresult cancel (in nsIActivityProcess aActivity); */
NS_IMETHOD Cancel(nsIActivityProcess *aActivity, nsresult *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityCancelHandler, NS_IACTIVITYCANCELHANDLER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYCANCELHANDLER \
NS_IMETHOD Cancel(nsIActivityProcess *aActivity, nsresult *_retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYCANCELHANDLER(_to) \
NS_IMETHOD Cancel(nsIActivityProcess *aActivity, nsresult *_retval) override { return _to Cancel(aActivity, _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_NSIACTIVITYCANCELHANDLER(_to) \
NS_IMETHOD Cancel(nsIActivityProcess *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Cancel(aActivity, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityCancelHandler : public nsIActivityCancelHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYCANCELHANDLER
nsActivityCancelHandler();
private:
~nsActivityCancelHandler();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityCancelHandler, nsIActivityCancelHandler)
nsActivityCancelHandler::nsActivityCancelHandler()
{
/* member initializers and constructor code */
}
nsActivityCancelHandler::~nsActivityCancelHandler()
{
/* destructor code */
}
/* nsresult cancel (in nsIActivityProcess aActivity); */
NS_IMETHODIMP nsActivityCancelHandler::Cancel(nsIActivityProcess *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityPauseHandler */
#define NS_IACTIVITYPAUSEHANDLER_IID_STR "9eee22bf-5378-460e-83a7-781cdcc9050b"
#define NS_IACTIVITYPAUSEHANDLER_IID \
{0x9eee22bf, 0x5378, 0x460e, \
{ 0x83, 0xa7, 0x78, 0x1c, 0xdc, 0xc9, 0x05, 0x0b }}
class NS_NO_VTABLE nsIActivityPauseHandler : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYPAUSEHANDLER_IID)
/* nsresult pause (in nsIActivityProcess aActivity); */
NS_IMETHOD Pause(nsIActivityProcess *aActivity, nsresult *_retval) = 0;
/* nsresult resume (in nsIActivityProcess aActivity); */
NS_IMETHOD Resume(nsIActivityProcess *aActivity, nsresult *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityPauseHandler, NS_IACTIVITYPAUSEHANDLER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYPAUSEHANDLER \
NS_IMETHOD Pause(nsIActivityProcess *aActivity, nsresult *_retval) override; \
NS_IMETHOD Resume(nsIActivityProcess *aActivity, nsresult *_retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYPAUSEHANDLER(_to) \
NS_IMETHOD Pause(nsIActivityProcess *aActivity, nsresult *_retval) override { return _to Pause(aActivity, _retval); } \
NS_IMETHOD Resume(nsIActivityProcess *aActivity, nsresult *_retval) override { return _to Resume(aActivity, _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_NSIACTIVITYPAUSEHANDLER(_to) \
NS_IMETHOD Pause(nsIActivityProcess *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Pause(aActivity, _retval); } \
NS_IMETHOD Resume(nsIActivityProcess *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Resume(aActivity, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityPauseHandler : public nsIActivityPauseHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYPAUSEHANDLER
nsActivityPauseHandler();
private:
~nsActivityPauseHandler();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityPauseHandler, nsIActivityPauseHandler)
nsActivityPauseHandler::nsActivityPauseHandler()
{
/* member initializers and constructor code */
}
nsActivityPauseHandler::~nsActivityPauseHandler()
{
/* destructor code */
}
/* nsresult pause (in nsIActivityProcess aActivity); */
NS_IMETHODIMP nsActivityPauseHandler::Pause(nsIActivityProcess *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsresult resume (in nsIActivityProcess aActivity); */
NS_IMETHODIMP nsActivityPauseHandler::Resume(nsIActivityProcess *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityRetryHandler */
#define NS_IACTIVITYRETRYHANDLER_IID_STR "8ec42517-951f-4bc0-aba5-fde7258b1705"
#define NS_IACTIVITYRETRYHANDLER_IID \
{0x8ec42517, 0x951f, 0x4bc0, \
{ 0xab, 0xa5, 0xfd, 0xe7, 0x25, 0x8b, 0x17, 0x05 }}
class NS_NO_VTABLE nsIActivityRetryHandler : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYRETRYHANDLER_IID)
/* nsresult retry (in nsIActivityProcess aActivity); */
NS_IMETHOD Retry(nsIActivityProcess *aActivity, nsresult *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityRetryHandler, NS_IACTIVITYRETRYHANDLER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYRETRYHANDLER \
NS_IMETHOD Retry(nsIActivityProcess *aActivity, nsresult *_retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYRETRYHANDLER(_to) \
NS_IMETHOD Retry(nsIActivityProcess *aActivity, nsresult *_retval) override { return _to Retry(aActivity, _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_NSIACTIVITYRETRYHANDLER(_to) \
NS_IMETHOD Retry(nsIActivityProcess *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Retry(aActivity, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityRetryHandler : public nsIActivityRetryHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYRETRYHANDLER
nsActivityRetryHandler();
private:
~nsActivityRetryHandler();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityRetryHandler, nsIActivityRetryHandler)
nsActivityRetryHandler::nsActivityRetryHandler()
{
/* member initializers and constructor code */
}
nsActivityRetryHandler::~nsActivityRetryHandler()
{
/* destructor code */
}
/* nsresult retry (in nsIActivityProcess aActivity); */
NS_IMETHODIMP nsActivityRetryHandler::Retry(nsIActivityProcess *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityUndoHandler */
#define NS_IACTIVITYUNDOHANDLER_IID_STR "b8632ac7-9d8b-4341-a349-ef000e8c89ac"
#define NS_IACTIVITYUNDOHANDLER_IID \
{0xb8632ac7, 0x9d8b, 0x4341, \
{ 0xa3, 0x49, 0xef, 0x00, 0x0e, 0x8c, 0x89, 0xac }}
class NS_NO_VTABLE nsIActivityUndoHandler : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYUNDOHANDLER_IID)
/* nsresult undo (in nsIActivityEvent aActivity); */
NS_IMETHOD Undo(nsIActivityEvent *aActivity, nsresult *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityUndoHandler, NS_IACTIVITYUNDOHANDLER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYUNDOHANDLER \
NS_IMETHOD Undo(nsIActivityEvent *aActivity, nsresult *_retval) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYUNDOHANDLER(_to) \
NS_IMETHOD Undo(nsIActivityEvent *aActivity, nsresult *_retval) override { return _to Undo(aActivity, _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_NSIACTIVITYUNDOHANDLER(_to) \
NS_IMETHOD Undo(nsIActivityEvent *aActivity, nsresult *_retval) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Undo(aActivity, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityUndoHandler : public nsIActivityUndoHandler
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYUNDOHANDLER
nsActivityUndoHandler();
private:
~nsActivityUndoHandler();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityUndoHandler, nsIActivityUndoHandler)
nsActivityUndoHandler::nsActivityUndoHandler()
{
/* member initializers and constructor code */
}
nsActivityUndoHandler::~nsActivityUndoHandler()
{
/* destructor code */
}
/* nsresult undo (in nsIActivityEvent aActivity); */
NS_IMETHODIMP nsActivityUndoHandler::Undo(nsIActivityEvent *aActivity, nsresult *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivity */
#define NS_IACTIVITY_IID_STR "6cd33e65-b2d8-4634-9b6d-b80bf1273e99"
#define NS_IACTIVITY_IID \
{0x6cd33e65, 0xb2d8, 0x4634, \
{ 0x9b, 0x6d, 0xb8, 0x0b, 0xf1, 0x27, 0x3e, 0x99 }}
class NS_NO_VTABLE nsIActivity : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITY_IID)
enum {
GROUPING_STYLE_STANDALONE = 1,
GROUPING_STYLE_BYCONTEXT = 2
};
/* attribute unsigned long id; */
NS_IMETHOD GetId(uint32_t *aId) = 0;
NS_IMETHOD SetId(uint32_t aId) = 0;
/* readonly attribute AString displayText; */
NS_IMETHOD GetDisplayText(nsAString & aDisplayText) = 0;
/* attribute AString iconClass; */
NS_IMETHOD GetIconClass(nsAString & aIconClass) = 0;
NS_IMETHOD SetIconClass(const nsAString & aIconClass) = 0;
/* attribute AString bindingName; */
NS_IMETHOD GetBindingName(nsAString & aBindingName) = 0;
NS_IMETHOD SetBindingName(const nsAString & aBindingName) = 0;
/* attribute short groupingStyle; */
NS_IMETHOD GetGroupingStyle(int16_t *aGroupingStyle) = 0;
NS_IMETHOD SetGroupingStyle(int16_t aGroupingStyle) = 0;
/* attribute AString facet; */
NS_IMETHOD GetFacet(nsAString & aFacet) = 0;
NS_IMETHOD SetFacet(const nsAString & aFacet) = 0;
/* readonly attribute nsIVariant initiator; */
NS_IMETHOD GetInitiator(nsIVariant * *aInitiator) = 0;
/* void addSubject (in nsIVariant aSubject); */
NS_IMETHOD AddSubject(nsIVariant *aSubject) = 0;
/* void getSubjects (out unsigned long length, [array, size_is (length), retval] out nsIVariant aSubjects); */
NS_IMETHOD GetSubjects(uint32_t *length, nsIVariant * **aSubjects) = 0;
/* attribute nsIVariant contextObj; */
NS_IMETHOD GetContextObj(nsIVariant * *aContextObj) = 0;
NS_IMETHOD SetContextObj(nsIVariant *aContextObj) = 0;
/* attribute AString contextType; */
NS_IMETHOD GetContextType(nsAString & aContextType) = 0;
NS_IMETHOD SetContextType(const nsAString & aContextType) = 0;
/* attribute AString contextDisplayText; */
NS_IMETHOD GetContextDisplayText(nsAString & aContextDisplayText) = 0;
NS_IMETHOD SetContextDisplayText(const nsAString & aContextDisplayText) = 0;
/* void addListener (in nsIActivityListener aListener); */
NS_IMETHOD AddListener(nsIActivityListener *aListener) = 0;
/* void removeListener (in nsIActivityListener aListener); */
NS_IMETHOD RemoveListener(nsIActivityListener *aListener) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivity, NS_IACTIVITY_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITY \
NS_IMETHOD GetId(uint32_t *aId) override; \
NS_IMETHOD SetId(uint32_t aId) override; \
NS_IMETHOD GetDisplayText(nsAString & aDisplayText) override; \
NS_IMETHOD GetIconClass(nsAString & aIconClass) override; \
NS_IMETHOD SetIconClass(const nsAString & aIconClass) override; \
NS_IMETHOD GetBindingName(nsAString & aBindingName) override; \
NS_IMETHOD SetBindingName(const nsAString & aBindingName) override; \
NS_IMETHOD GetGroupingStyle(int16_t *aGroupingStyle) override; \
NS_IMETHOD SetGroupingStyle(int16_t aGroupingStyle) override; \
NS_IMETHOD GetFacet(nsAString & aFacet) override; \
NS_IMETHOD SetFacet(const nsAString & aFacet) override; \
NS_IMETHOD GetInitiator(nsIVariant * *aInitiator) override; \
NS_IMETHOD AddSubject(nsIVariant *aSubject) override; \
NS_IMETHOD GetSubjects(uint32_t *length, nsIVariant * **aSubjects) override; \
NS_IMETHOD GetContextObj(nsIVariant * *aContextObj) override; \
NS_IMETHOD SetContextObj(nsIVariant *aContextObj) override; \
NS_IMETHOD GetContextType(nsAString & aContextType) override; \
NS_IMETHOD SetContextType(const nsAString & aContextType) override; \
NS_IMETHOD GetContextDisplayText(nsAString & aContextDisplayText) override; \
NS_IMETHOD SetContextDisplayText(const nsAString & aContextDisplayText) override; \
NS_IMETHOD AddListener(nsIActivityListener *aListener) override; \
NS_IMETHOD RemoveListener(nsIActivityListener *aListener) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITY(_to) \
NS_IMETHOD GetId(uint32_t *aId) override { return _to GetId(aId); } \
NS_IMETHOD SetId(uint32_t aId) override { return _to SetId(aId); } \
NS_IMETHOD GetDisplayText(nsAString & aDisplayText) override { return _to GetDisplayText(aDisplayText); } \
NS_IMETHOD GetIconClass(nsAString & aIconClass) override { return _to GetIconClass(aIconClass); } \
NS_IMETHOD SetIconClass(const nsAString & aIconClass) override { return _to SetIconClass(aIconClass); } \
NS_IMETHOD GetBindingName(nsAString & aBindingName) override { return _to GetBindingName(aBindingName); } \
NS_IMETHOD SetBindingName(const nsAString & aBindingName) override { return _to SetBindingName(aBindingName); } \
NS_IMETHOD GetGroupingStyle(int16_t *aGroupingStyle) override { return _to GetGroupingStyle(aGroupingStyle); } \
NS_IMETHOD SetGroupingStyle(int16_t aGroupingStyle) override { return _to SetGroupingStyle(aGroupingStyle); } \
NS_IMETHOD GetFacet(nsAString & aFacet) override { return _to GetFacet(aFacet); } \
NS_IMETHOD SetFacet(const nsAString & aFacet) override { return _to SetFacet(aFacet); } \
NS_IMETHOD GetInitiator(nsIVariant * *aInitiator) override { return _to GetInitiator(aInitiator); } \
NS_IMETHOD AddSubject(nsIVariant *aSubject) override { return _to AddSubject(aSubject); } \
NS_IMETHOD GetSubjects(uint32_t *length, nsIVariant * **aSubjects) override { return _to GetSubjects(length, aSubjects); } \
NS_IMETHOD GetContextObj(nsIVariant * *aContextObj) override { return _to GetContextObj(aContextObj); } \
NS_IMETHOD SetContextObj(nsIVariant *aContextObj) override { return _to SetContextObj(aContextObj); } \
NS_IMETHOD GetContextType(nsAString & aContextType) override { return _to GetContextType(aContextType); } \
NS_IMETHOD SetContextType(const nsAString & aContextType) override { return _to SetContextType(aContextType); } \
NS_IMETHOD GetContextDisplayText(nsAString & aContextDisplayText) override { return _to GetContextDisplayText(aContextDisplayText); } \
NS_IMETHOD SetContextDisplayText(const nsAString & aContextDisplayText) override { return _to SetContextDisplayText(aContextDisplayText); } \
NS_IMETHOD AddListener(nsIActivityListener *aListener) override { return _to AddListener(aListener); } \
NS_IMETHOD RemoveListener(nsIActivityListener *aListener) override { return _to RemoveListener(aListener); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACTIVITY(_to) \
NS_IMETHOD GetId(uint32_t *aId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetId(aId); } \
NS_IMETHOD SetId(uint32_t aId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetId(aId); } \
NS_IMETHOD GetDisplayText(nsAString & aDisplayText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDisplayText(aDisplayText); } \
NS_IMETHOD GetIconClass(nsAString & aIconClass) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIconClass(aIconClass); } \
NS_IMETHOD SetIconClass(const nsAString & aIconClass) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIconClass(aIconClass); } \
NS_IMETHOD GetBindingName(nsAString & aBindingName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBindingName(aBindingName); } \
NS_IMETHOD SetBindingName(const nsAString & aBindingName) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBindingName(aBindingName); } \
NS_IMETHOD GetGroupingStyle(int16_t *aGroupingStyle) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetGroupingStyle(aGroupingStyle); } \
NS_IMETHOD SetGroupingStyle(int16_t aGroupingStyle) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetGroupingStyle(aGroupingStyle); } \
NS_IMETHOD GetFacet(nsAString & aFacet) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFacet(aFacet); } \
NS_IMETHOD SetFacet(const nsAString & aFacet) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFacet(aFacet); } \
NS_IMETHOD GetInitiator(nsIVariant * *aInitiator) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInitiator(aInitiator); } \
NS_IMETHOD AddSubject(nsIVariant *aSubject) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddSubject(aSubject); } \
NS_IMETHOD GetSubjects(uint32_t *length, nsIVariant * **aSubjects) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSubjects(length, aSubjects); } \
NS_IMETHOD GetContextObj(nsIVariant * *aContextObj) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContextObj(aContextObj); } \
NS_IMETHOD SetContextObj(nsIVariant *aContextObj) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContextObj(aContextObj); } \
NS_IMETHOD GetContextType(nsAString & aContextType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContextType(aContextType); } \
NS_IMETHOD SetContextType(const nsAString & aContextType) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContextType(aContextType); } \
NS_IMETHOD GetContextDisplayText(nsAString & aContextDisplayText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContextDisplayText(aContextDisplayText); } \
NS_IMETHOD SetContextDisplayText(const nsAString & aContextDisplayText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContextDisplayText(aContextDisplayText); } \
NS_IMETHOD AddListener(nsIActivityListener *aListener) override { return !_to ? NS_ERROR_NULL_POINTER : _to->AddListener(aListener); } \
NS_IMETHOD RemoveListener(nsIActivityListener *aListener) override { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveListener(aListener); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivity : public nsIActivity
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITY
nsActivity();
private:
~nsActivity();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivity, nsIActivity)
nsActivity::nsActivity()
{
/* member initializers and constructor code */
}
nsActivity::~nsActivity()
{
/* destructor code */
}
/* attribute unsigned long id; */
NS_IMETHODIMP nsActivity::GetId(uint32_t *aId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetId(uint32_t aId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString displayText; */
NS_IMETHODIMP nsActivity::GetDisplayText(nsAString & aDisplayText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString iconClass; */
NS_IMETHODIMP nsActivity::GetIconClass(nsAString & aIconClass)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetIconClass(const nsAString & aIconClass)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString bindingName; */
NS_IMETHODIMP nsActivity::GetBindingName(nsAString & aBindingName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetBindingName(const nsAString & aBindingName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute short groupingStyle; */
NS_IMETHODIMP nsActivity::GetGroupingStyle(int16_t *aGroupingStyle)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetGroupingStyle(int16_t aGroupingStyle)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString facet; */
NS_IMETHODIMP nsActivity::GetFacet(nsAString & aFacet)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetFacet(const nsAString & aFacet)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIVariant initiator; */
NS_IMETHODIMP nsActivity::GetInitiator(nsIVariant * *aInitiator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addSubject (in nsIVariant aSubject); */
NS_IMETHODIMP nsActivity::AddSubject(nsIVariant *aSubject)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getSubjects (out unsigned long length, [array, size_is (length), retval] out nsIVariant aSubjects); */
NS_IMETHODIMP nsActivity::GetSubjects(uint32_t *length, nsIVariant * **aSubjects)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIVariant contextObj; */
NS_IMETHODIMP nsActivity::GetContextObj(nsIVariant * *aContextObj)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetContextObj(nsIVariant *aContextObj)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString contextType; */
NS_IMETHODIMP nsActivity::GetContextType(nsAString & aContextType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetContextType(const nsAString & aContextType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString contextDisplayText; */
NS_IMETHODIMP nsActivity::GetContextDisplayText(nsAString & aContextDisplayText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivity::SetContextDisplayText(const nsAString & aContextDisplayText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addListener (in nsIActivityListener aListener); */
NS_IMETHODIMP nsActivity::AddListener(nsIActivityListener *aListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removeListener (in nsIActivityListener aListener); */
NS_IMETHODIMP nsActivity::RemoveListener(nsIActivityListener *aListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityProcess */
#define NS_IACTIVITYPROCESS_IID_STR "9dc7ca67-828d-4afd-a5c6-3ece091a98b8"
#define NS_IACTIVITYPROCESS_IID \
{0x9dc7ca67, 0x828d, 0x4afd, \
{ 0xa5, 0xc6, 0x3e, 0xce, 0x09, 0x1a, 0x98, 0xb8 }}
class NS_NO_VTABLE nsIActivityProcess : public nsIActivity {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYPROCESS_IID)
enum {
STATE_NOTSTARTED = -1,
STATE_INPROGRESS = 0,
STATE_COMPLETED = 1,
STATE_CANCELED = 2,
STATE_PAUSED = 3,
STATE_WAITINGFORINPUT = 4,
STATE_WAITINGFORRETRY = 5
};
/* attribute short state; */
NS_IMETHOD GetState(int16_t *aState) = 0;
NS_IMETHOD SetState(int16_t aState) = 0;
/* readonly attribute long percentComplete; */
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) = 0;
/* readonly attribute AString lastStatusText; */
NS_IMETHOD GetLastStatusText(nsAString & aLastStatusText) = 0;
/* readonly attribute unsigned long workUnitComplete; */
NS_IMETHOD GetWorkUnitComplete(uint32_t *aWorkUnitComplete) = 0;
/* readonly attribute unsigned long totalWorkUnits; */
NS_IMETHOD GetTotalWorkUnits(uint32_t *aTotalWorkUnits) = 0;
/* readonly attribute long long startTime; */
NS_IMETHOD GetStartTime(int64_t *aStartTime) = 0;
/* attribute nsIActivityCancelHandler cancelHandler; */
NS_IMETHOD GetCancelHandler(nsIActivityCancelHandler * *aCancelHandler) = 0;
NS_IMETHOD SetCancelHandler(nsIActivityCancelHandler *aCancelHandler) = 0;
/* attribute nsIActivityPauseHandler pauseHandler; */
NS_IMETHOD GetPauseHandler(nsIActivityPauseHandler * *aPauseHandler) = 0;
NS_IMETHOD SetPauseHandler(nsIActivityPauseHandler *aPauseHandler) = 0;
/* attribute nsIActivityRetryHandler retryHandler; */
NS_IMETHOD GetRetryHandler(nsIActivityRetryHandler * *aRetryHandler) = 0;
NS_IMETHOD SetRetryHandler(nsIActivityRetryHandler *aRetryHandler) = 0;
/* void setProgress (in AString aStatusText, in unsigned long aWorkUnitComplete, in unsigned long aTotalWorkUnits); */
NS_IMETHOD SetProgress(const nsAString & aStatusText, uint32_t aWorkUnitComplete, uint32_t aTotalWorkUnits) = 0;
/* void init (in AString aDisplayText, in nsIVariant aInitiator); */
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityProcess, NS_IACTIVITYPROCESS_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYPROCESS \
NS_IMETHOD GetState(int16_t *aState) override; \
NS_IMETHOD SetState(int16_t aState) override; \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) override; \
NS_IMETHOD GetLastStatusText(nsAString & aLastStatusText) override; \
NS_IMETHOD GetWorkUnitComplete(uint32_t *aWorkUnitComplete) override; \
NS_IMETHOD GetTotalWorkUnits(uint32_t *aTotalWorkUnits) override; \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override; \
NS_IMETHOD GetCancelHandler(nsIActivityCancelHandler * *aCancelHandler) override; \
NS_IMETHOD SetCancelHandler(nsIActivityCancelHandler *aCancelHandler) override; \
NS_IMETHOD GetPauseHandler(nsIActivityPauseHandler * *aPauseHandler) override; \
NS_IMETHOD SetPauseHandler(nsIActivityPauseHandler *aPauseHandler) override; \
NS_IMETHOD GetRetryHandler(nsIActivityRetryHandler * *aRetryHandler) override; \
NS_IMETHOD SetRetryHandler(nsIActivityRetryHandler *aRetryHandler) override; \
NS_IMETHOD SetProgress(const nsAString & aStatusText, uint32_t aWorkUnitComplete, uint32_t aTotalWorkUnits) override; \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYPROCESS(_to) \
NS_IMETHOD GetState(int16_t *aState) override { return _to GetState(aState); } \
NS_IMETHOD SetState(int16_t aState) override { return _to SetState(aState); } \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) override { return _to GetPercentComplete(aPercentComplete); } \
NS_IMETHOD GetLastStatusText(nsAString & aLastStatusText) override { return _to GetLastStatusText(aLastStatusText); } \
NS_IMETHOD GetWorkUnitComplete(uint32_t *aWorkUnitComplete) override { return _to GetWorkUnitComplete(aWorkUnitComplete); } \
NS_IMETHOD GetTotalWorkUnits(uint32_t *aTotalWorkUnits) override { return _to GetTotalWorkUnits(aTotalWorkUnits); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override { return _to GetStartTime(aStartTime); } \
NS_IMETHOD GetCancelHandler(nsIActivityCancelHandler * *aCancelHandler) override { return _to GetCancelHandler(aCancelHandler); } \
NS_IMETHOD SetCancelHandler(nsIActivityCancelHandler *aCancelHandler) override { return _to SetCancelHandler(aCancelHandler); } \
NS_IMETHOD GetPauseHandler(nsIActivityPauseHandler * *aPauseHandler) override { return _to GetPauseHandler(aPauseHandler); } \
NS_IMETHOD SetPauseHandler(nsIActivityPauseHandler *aPauseHandler) override { return _to SetPauseHandler(aPauseHandler); } \
NS_IMETHOD GetRetryHandler(nsIActivityRetryHandler * *aRetryHandler) override { return _to GetRetryHandler(aRetryHandler); } \
NS_IMETHOD SetRetryHandler(nsIActivityRetryHandler *aRetryHandler) override { return _to SetRetryHandler(aRetryHandler); } \
NS_IMETHOD SetProgress(const nsAString & aStatusText, uint32_t aWorkUnitComplete, uint32_t aTotalWorkUnits) override { return _to SetProgress(aStatusText, aWorkUnitComplete, aTotalWorkUnits); } \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator) override { return _to Init(aDisplayText, aInitiator); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACTIVITYPROCESS(_to) \
NS_IMETHOD GetState(int16_t *aState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetState(aState); } \
NS_IMETHOD SetState(int16_t aState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetState(aState); } \
NS_IMETHOD GetPercentComplete(int32_t *aPercentComplete) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPercentComplete(aPercentComplete); } \
NS_IMETHOD GetLastStatusText(nsAString & aLastStatusText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLastStatusText(aLastStatusText); } \
NS_IMETHOD GetWorkUnitComplete(uint32_t *aWorkUnitComplete) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWorkUnitComplete(aWorkUnitComplete); } \
NS_IMETHOD GetTotalWorkUnits(uint32_t *aTotalWorkUnits) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTotalWorkUnits(aTotalWorkUnits); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartTime(aStartTime); } \
NS_IMETHOD GetCancelHandler(nsIActivityCancelHandler * *aCancelHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCancelHandler(aCancelHandler); } \
NS_IMETHOD SetCancelHandler(nsIActivityCancelHandler *aCancelHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCancelHandler(aCancelHandler); } \
NS_IMETHOD GetPauseHandler(nsIActivityPauseHandler * *aPauseHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPauseHandler(aPauseHandler); } \
NS_IMETHOD SetPauseHandler(nsIActivityPauseHandler *aPauseHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPauseHandler(aPauseHandler); } \
NS_IMETHOD GetRetryHandler(nsIActivityRetryHandler * *aRetryHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRetryHandler(aRetryHandler); } \
NS_IMETHOD SetRetryHandler(nsIActivityRetryHandler *aRetryHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRetryHandler(aRetryHandler); } \
NS_IMETHOD SetProgress(const nsAString & aStatusText, uint32_t aWorkUnitComplete, uint32_t aTotalWorkUnits) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetProgress(aStatusText, aWorkUnitComplete, aTotalWorkUnits); } \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(aDisplayText, aInitiator); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityProcess : public nsIActivityProcess
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYPROCESS
nsActivityProcess();
private:
~nsActivityProcess();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityProcess, nsIActivityProcess)
nsActivityProcess::nsActivityProcess()
{
/* member initializers and constructor code */
}
nsActivityProcess::~nsActivityProcess()
{
/* destructor code */
}
/* attribute short state; */
NS_IMETHODIMP nsActivityProcess::GetState(int16_t *aState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityProcess::SetState(int16_t aState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long percentComplete; */
NS_IMETHODIMP nsActivityProcess::GetPercentComplete(int32_t *aPercentComplete)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString lastStatusText; */
NS_IMETHODIMP nsActivityProcess::GetLastStatusText(nsAString & aLastStatusText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long workUnitComplete; */
NS_IMETHODIMP nsActivityProcess::GetWorkUnitComplete(uint32_t *aWorkUnitComplete)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long totalWorkUnits; */
NS_IMETHODIMP nsActivityProcess::GetTotalWorkUnits(uint32_t *aTotalWorkUnits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long startTime; */
NS_IMETHODIMP nsActivityProcess::GetStartTime(int64_t *aStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIActivityCancelHandler cancelHandler; */
NS_IMETHODIMP nsActivityProcess::GetCancelHandler(nsIActivityCancelHandler * *aCancelHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityProcess::SetCancelHandler(nsIActivityCancelHandler *aCancelHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIActivityPauseHandler pauseHandler; */
NS_IMETHODIMP nsActivityProcess::GetPauseHandler(nsIActivityPauseHandler * *aPauseHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityProcess::SetPauseHandler(nsIActivityPauseHandler *aPauseHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIActivityRetryHandler retryHandler; */
NS_IMETHODIMP nsActivityProcess::GetRetryHandler(nsIActivityRetryHandler * *aRetryHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityProcess::SetRetryHandler(nsIActivityRetryHandler *aRetryHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setProgress (in AString aStatusText, in unsigned long aWorkUnitComplete, in unsigned long aTotalWorkUnits); */
NS_IMETHODIMP nsActivityProcess::SetProgress(const nsAString & aStatusText, uint32_t aWorkUnitComplete, uint32_t aTotalWorkUnits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void init (in AString aDisplayText, in nsIVariant aInitiator); */
NS_IMETHODIMP nsActivityProcess::Init(const nsAString & aDisplayText, nsIVariant *aInitiator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityEvent */
#define NS_IACTIVITYEVENT_IID_STR "5b1b0d03-2820-4e37-8bf8-102afde4fc45"
#define NS_IACTIVITYEVENT_IID \
{0x5b1b0d03, 0x2820, 0x4e37, \
{ 0x8b, 0xf8, 0x10, 0x2a, 0xfd, 0xe4, 0xfc, 0x45 }}
class NS_NO_VTABLE nsIActivityEvent : public nsIActivity {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYEVENT_IID)
/* readonly attribute AString statusText; */
NS_IMETHOD GetStatusText(nsAString & aStatusText) = 0;
/* readonly attribute long long startTime; */
NS_IMETHOD GetStartTime(int64_t *aStartTime) = 0;
/* readonly attribute long long completionTime; */
NS_IMETHOD GetCompletionTime(int64_t *aCompletionTime) = 0;
/* attribute nsIActivityUndoHandler undoHandler; */
NS_IMETHOD GetUndoHandler(nsIActivityUndoHandler * *aUndoHandler) = 0;
NS_IMETHOD SetUndoHandler(nsIActivityUndoHandler *aUndoHandler) = 0;
/* void init (in AString aDisplayText, in nsIVariant aInitiator, in AString aStatusText, in long long aStartTime, in long long aCompletionTime); */
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator, const nsAString & aStatusText, int64_t aStartTime, int64_t aCompletionTime) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityEvent, NS_IACTIVITYEVENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYEVENT \
NS_IMETHOD GetStatusText(nsAString & aStatusText) override; \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override; \
NS_IMETHOD GetCompletionTime(int64_t *aCompletionTime) override; \
NS_IMETHOD GetUndoHandler(nsIActivityUndoHandler * *aUndoHandler) override; \
NS_IMETHOD SetUndoHandler(nsIActivityUndoHandler *aUndoHandler) override; \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator, const nsAString & aStatusText, int64_t aStartTime, int64_t aCompletionTime) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYEVENT(_to) \
NS_IMETHOD GetStatusText(nsAString & aStatusText) override { return _to GetStatusText(aStatusText); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override { return _to GetStartTime(aStartTime); } \
NS_IMETHOD GetCompletionTime(int64_t *aCompletionTime) override { return _to GetCompletionTime(aCompletionTime); } \
NS_IMETHOD GetUndoHandler(nsIActivityUndoHandler * *aUndoHandler) override { return _to GetUndoHandler(aUndoHandler); } \
NS_IMETHOD SetUndoHandler(nsIActivityUndoHandler *aUndoHandler) override { return _to SetUndoHandler(aUndoHandler); } \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator, const nsAString & aStatusText, int64_t aStartTime, int64_t aCompletionTime) override { return _to Init(aDisplayText, aInitiator, aStatusText, aStartTime, aCompletionTime); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACTIVITYEVENT(_to) \
NS_IMETHOD GetStatusText(nsAString & aStatusText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStatusText(aStatusText); } \
NS_IMETHOD GetStartTime(int64_t *aStartTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStartTime(aStartTime); } \
NS_IMETHOD GetCompletionTime(int64_t *aCompletionTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCompletionTime(aCompletionTime); } \
NS_IMETHOD GetUndoHandler(nsIActivityUndoHandler * *aUndoHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUndoHandler(aUndoHandler); } \
NS_IMETHOD SetUndoHandler(nsIActivityUndoHandler *aUndoHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUndoHandler(aUndoHandler); } \
NS_IMETHOD Init(const nsAString & aDisplayText, nsIVariant *aInitiator, const nsAString & aStatusText, int64_t aStartTime, int64_t aCompletionTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(aDisplayText, aInitiator, aStatusText, aStartTime, aCompletionTime); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityEvent : public nsIActivityEvent
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYEVENT
nsActivityEvent();
private:
~nsActivityEvent();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityEvent, nsIActivityEvent)
nsActivityEvent::nsActivityEvent()
{
/* member initializers and constructor code */
}
nsActivityEvent::~nsActivityEvent()
{
/* destructor code */
}
/* readonly attribute AString statusText; */
NS_IMETHODIMP nsActivityEvent::GetStatusText(nsAString & aStatusText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long startTime; */
NS_IMETHODIMP nsActivityEvent::GetStartTime(int64_t *aStartTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long completionTime; */
NS_IMETHODIMP nsActivityEvent::GetCompletionTime(int64_t *aCompletionTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIActivityUndoHandler undoHandler; */
NS_IMETHODIMP nsActivityEvent::GetUndoHandler(nsIActivityUndoHandler * *aUndoHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityEvent::SetUndoHandler(nsIActivityUndoHandler *aUndoHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void init (in AString aDisplayText, in nsIVariant aInitiator, in AString aStatusText, in long long aStartTime, in long long aCompletionTime); */
NS_IMETHODIMP nsActivityEvent::Init(const nsAString & aDisplayText, nsIVariant *aInitiator, const nsAString & aStatusText, int64_t aStartTime, int64_t aCompletionTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityWarning */
#define NS_IACTIVITYWARNING_IID_STR "8265833e-c604-4585-a43c-a76bd8ed3a8c"
#define NS_IACTIVITYWARNING_IID \
{0x8265833e, 0xc604, 0x4585, \
{ 0xa4, 0x3c, 0xa7, 0x6b, 0xd8, 0xed, 0x3a, 0x8c }}
class NS_NO_VTABLE nsIActivityWarning : public nsIActivity {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYWARNING_IID)
/* readonly attribute AString warningText; */
NS_IMETHOD GetWarningText(nsAString & aWarningText) = 0;
/* readonly attribute long long time; */
NS_IMETHOD GetTime(int64_t *aTime) = 0;
/* readonly attribute AString recoveryTipText; */
NS_IMETHOD GetRecoveryTipText(nsAString & aRecoveryTipText) = 0;
/* attribute nsIActivityRecoveryHandler recoveryHandler; */
NS_IMETHOD GetRecoveryHandler(nsIActivityRecoveryHandler * *aRecoveryHandler) = 0;
NS_IMETHOD SetRecoveryHandler(nsIActivityRecoveryHandler *aRecoveryHandler) = 0;
/* void init (in AString aWarningText, in nsIVariant aInitiator, in AString aRecoveryTip); */
NS_IMETHOD Init(const nsAString & aWarningText, nsIVariant *aInitiator, const nsAString & aRecoveryTip) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityWarning, NS_IACTIVITYWARNING_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYWARNING \
NS_IMETHOD GetWarningText(nsAString & aWarningText) override; \
NS_IMETHOD GetTime(int64_t *aTime) override; \
NS_IMETHOD GetRecoveryTipText(nsAString & aRecoveryTipText) override; \
NS_IMETHOD GetRecoveryHandler(nsIActivityRecoveryHandler * *aRecoveryHandler) override; \
NS_IMETHOD SetRecoveryHandler(nsIActivityRecoveryHandler *aRecoveryHandler) override; \
NS_IMETHOD Init(const nsAString & aWarningText, nsIVariant *aInitiator, const nsAString & aRecoveryTip) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYWARNING(_to) \
NS_IMETHOD GetWarningText(nsAString & aWarningText) override { return _to GetWarningText(aWarningText); } \
NS_IMETHOD GetTime(int64_t *aTime) override { return _to GetTime(aTime); } \
NS_IMETHOD GetRecoveryTipText(nsAString & aRecoveryTipText) override { return _to GetRecoveryTipText(aRecoveryTipText); } \
NS_IMETHOD GetRecoveryHandler(nsIActivityRecoveryHandler * *aRecoveryHandler) override { return _to GetRecoveryHandler(aRecoveryHandler); } \
NS_IMETHOD SetRecoveryHandler(nsIActivityRecoveryHandler *aRecoveryHandler) override { return _to SetRecoveryHandler(aRecoveryHandler); } \
NS_IMETHOD Init(const nsAString & aWarningText, nsIVariant *aInitiator, const nsAString & aRecoveryTip) override { return _to Init(aWarningText, aInitiator, aRecoveryTip); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACTIVITYWARNING(_to) \
NS_IMETHOD GetWarningText(nsAString & aWarningText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWarningText(aWarningText); } \
NS_IMETHOD GetTime(int64_t *aTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTime(aTime); } \
NS_IMETHOD GetRecoveryTipText(nsAString & aRecoveryTipText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRecoveryTipText(aRecoveryTipText); } \
NS_IMETHOD GetRecoveryHandler(nsIActivityRecoveryHandler * *aRecoveryHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRecoveryHandler(aRecoveryHandler); } \
NS_IMETHOD SetRecoveryHandler(nsIActivityRecoveryHandler *aRecoveryHandler) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRecoveryHandler(aRecoveryHandler); } \
NS_IMETHOD Init(const nsAString & aWarningText, nsIVariant *aInitiator, const nsAString & aRecoveryTip) override { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(aWarningText, aInitiator, aRecoveryTip); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityWarning : public nsIActivityWarning
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYWARNING
nsActivityWarning();
private:
~nsActivityWarning();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityWarning, nsIActivityWarning)
nsActivityWarning::nsActivityWarning()
{
/* member initializers and constructor code */
}
nsActivityWarning::~nsActivityWarning()
{
/* destructor code */
}
/* readonly attribute AString warningText; */
NS_IMETHODIMP nsActivityWarning::GetWarningText(nsAString & aWarningText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute long long time; */
NS_IMETHODIMP nsActivityWarning::GetTime(int64_t *aTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString recoveryTipText; */
NS_IMETHODIMP nsActivityWarning::GetRecoveryTipText(nsAString & aRecoveryTipText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIActivityRecoveryHandler recoveryHandler; */
NS_IMETHODIMP nsActivityWarning::GetRecoveryHandler(nsIActivityRecoveryHandler * *aRecoveryHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsActivityWarning::SetRecoveryHandler(nsIActivityRecoveryHandler *aRecoveryHandler)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void init (in AString aWarningText, in nsIVariant aInitiator, in AString aRecoveryTip); */
NS_IMETHODIMP nsActivityWarning::Init(const nsAString & aWarningText, nsIVariant *aInitiator, const nsAString & aRecoveryTip)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIActivityListener */
#define NS_IACTIVITYLISTENER_IID_STR "bd11519f-b297-4b34-a793-1861dc90d5e9"
#define NS_IACTIVITYLISTENER_IID \
{0xbd11519f, 0xb297, 0x4b34, \
{ 0xa7, 0x93, 0x18, 0x61, 0xdc, 0x90, 0xd5, 0xe9 }}
class NS_NO_VTABLE nsIActivityListener : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACTIVITYLISTENER_IID)
/* void onStateChanged (in nsIActivity aActivity, in short aOldState); */
NS_IMETHOD OnStateChanged(nsIActivity *aActivity, int16_t aOldState) = 0;
/* void onProgressChanged (in nsIActivity aActivity, in AString aStatusText, in unsigned long aWorkUnitsCompleted, in unsigned long aTotalWorkUnits); */
NS_IMETHOD OnProgressChanged(nsIActivity *aActivity, const nsAString & aStatusText, uint32_t aWorkUnitsCompleted, uint32_t aTotalWorkUnits) = 0;
/* void onHandlerChanged (in nsIActivity aActivity); */
NS_IMETHOD OnHandlerChanged(nsIActivity *aActivity) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIActivityListener, NS_IACTIVITYLISTENER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACTIVITYLISTENER \
NS_IMETHOD OnStateChanged(nsIActivity *aActivity, int16_t aOldState) override; \
NS_IMETHOD OnProgressChanged(nsIActivity *aActivity, const nsAString & aStatusText, uint32_t aWorkUnitsCompleted, uint32_t aTotalWorkUnits) override; \
NS_IMETHOD OnHandlerChanged(nsIActivity *aActivity) override;
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACTIVITYLISTENER(_to) \
NS_IMETHOD OnStateChanged(nsIActivity *aActivity, int16_t aOldState) override { return _to OnStateChanged(aActivity, aOldState); } \
NS_IMETHOD OnProgressChanged(nsIActivity *aActivity, const nsAString & aStatusText, uint32_t aWorkUnitsCompleted, uint32_t aTotalWorkUnits) override { return _to OnProgressChanged(aActivity, aStatusText, aWorkUnitsCompleted, aTotalWorkUnits); } \
NS_IMETHOD OnHandlerChanged(nsIActivity *aActivity) override { return _to OnHandlerChanged(aActivity); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACTIVITYLISTENER(_to) \
NS_IMETHOD OnStateChanged(nsIActivity *aActivity, int16_t aOldState) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnStateChanged(aActivity, aOldState); } \
NS_IMETHOD OnProgressChanged(nsIActivity *aActivity, const nsAString & aStatusText, uint32_t aWorkUnitsCompleted, uint32_t aTotalWorkUnits) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnProgressChanged(aActivity, aStatusText, aWorkUnitsCompleted, aTotalWorkUnits); } \
NS_IMETHOD OnHandlerChanged(nsIActivity *aActivity) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnHandlerChanged(aActivity); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsActivityListener : public nsIActivityListener
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIACTIVITYLISTENER
nsActivityListener();
private:
~nsActivityListener();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsActivityListener, nsIActivityListener)
nsActivityListener::nsActivityListener()
{
/* member initializers and constructor code */
}
nsActivityListener::~nsActivityListener()
{
/* destructor code */
}
/* void onStateChanged (in nsIActivity aActivity, in short aOldState); */
NS_IMETHODIMP nsActivityListener::OnStateChanged(nsIActivity *aActivity, int16_t aOldState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void onProgressChanged (in nsIActivity aActivity, in AString aStatusText, in unsigned long aWorkUnitsCompleted, in unsigned long aTotalWorkUnits); */
NS_IMETHODIMP nsActivityListener::OnProgressChanged(nsIActivity *aActivity, const nsAString & aStatusText, uint32_t aWorkUnitsCompleted, uint32_t aTotalWorkUnits)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void onHandlerChanged (in nsIActivity aActivity); */
NS_IMETHODIMP nsActivityListener::OnHandlerChanged(nsIActivity *aActivity)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIActivity_h__ */
|