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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libgdamm: Gnome::Gda::ParameterList Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td>libgdamm Reference Documentation</td>
</tr>
</table>
<center>
<a class="qindex" href="../../../../../libgnomedbmm-3.0/docs/index.html">Main Page</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../../../../libgnomedbmm-3.0/docs/tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="namespaceGnome.html">Gnome</a>::<a class="el" href="namespaceGnome_1_1Gda.html">Gda</a>::<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a></div>
<h1>Gnome::Gda::ParameterList Class Reference<br>
<small>
[<a class="el" href="group__DataModels.html">Data Models</a>]</small>
</h1><!-- doxytag: class="Gnome::Gda::ParameterList" --><!-- doxytag: inherits="Glib::Object" -->Manages a list of GdaParameter objects which contain individual values.
<a href="#_details">More...</a>
<p>
Inheritance diagram for Gnome::Gda::ParameterList:<p><center><img src="classGnome_1_1Gda_1_1ParameterList__inherit__graph.png" border="0" usemap="#Gnome_1_1Gda_1_1ParameterList__inherit__map" alt="Inheritance graph"></center>
<map name="Gnome_1_1Gda_1_1ParameterList__inherit__map">
<area href="classGnome_1_1Gda_1_1DataModelIter.html" shape="rect" coords="5,316,205,342" alt="">
<area doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1Object.html" shape="rect" coords="59,161,152,188" alt="">
<area doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html" shape="rect" coords="43,84,168,110" alt="">
<area doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classsigc_1_1trackable.html" shape="rect" coords="49,6,161,33" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGnome_1_1Gda_1_1ParameterList-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#485c781e404c2dcd9877d36fe46c7235">add_parameter</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>& name, const <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a>& value)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Creates and adds a new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> to <em>paramlist</em>. <a href="#485c781e404c2dcd9877d36fe46c7235"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ec1b9aa5029640f50417502812ed44a6">add_parameter</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>& name, GType type, const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>& str)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Creates and adds a new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> to <em>paramlist</em>. <a href="#ec1b9aa5029640f50417502812ed44a6"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#38d0c41903e54141fa6d91d890385e82">add_parameter</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& param)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds <em>param</em> to the list of parameters managed within <em>paramlist</em>. <a href="#38d0c41903e54141fa6d91d890385e82"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#3298aaafcffdcf85b5d34345bc32a195">find_param</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>& param_name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Finds a <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> using its name. <a href="#3298aaafcffdcf85b5d34345bc32a195"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#10151d0dbbf56c75557aa2570e273eec">find_param_for_user</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Object.html">Gda::Object</a>>& user)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Finds a <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> which is to be used by <em>user</em>. <a href="#10151d0dbbf56c75557aa2570e273eec"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">guint </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#fc6012a7d0268a91a23089951be7bc97">get_length</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the number of <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> objects in <em>paramlist</em>. <a href="#fc6012a7d0268a91a23089951be7bc97"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">guint </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#50d1e21376751621390a0a716a545daf">get_length</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the number of <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> objects in <em>paramlist</em>. <a href="#50d1e21376751621390a0a716a545daf"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ad3f4d9f61a4edf768ddefd5ad4bb287">get_param_default_value</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& param) const</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#793d31b633e2437724bf6d4b74b01891">get_spec</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the specification as an XML string. <a href="#793d31b633e2437724bf6d4b74b01891"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const GdaParameterList* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ebdc05cfc49f8184649d680fd55af185">gobj</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#ebdc05cfc49f8184649d680fd55af185"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GdaParameterList* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#c4b701a33f8d5b912c90b9d424dc182b">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#c4b701a33f8d5b912c90b9d424dc182b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GdaParameterList* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ab37083456435dfec4f94965e7f5aa8e">gobj_copy</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. <a href="#ab37083456435dfec4f94965e7f5aa8e"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#31360dca6c4feb57f5bd39e2ae46e4ce">is_coherent</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Checks that <em>paramlist</em> has a coherent public data structure. <a href="#31360dca6c4feb57f5bd39e2ae46e4ce"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#da177d8189f7a53e332040197dff643d">is_valid</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tells if all the paramlist's parameters have valid data. <a href="#da177d8189f7a53e332040197dff643d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ded47cc53cd7ec0673b79d093e81df1d">merge</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>>& paramlist_to_merge)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Add to <em>paramlist</em> all the parameters of <em>paramlist_to_merge</em>. <a href="#ded47cc53cd7ec0673b79d093e81df1d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#5839d0fae6acf0e7cc64d82da2443c0c">operator bool</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#9e9d2ecd94a9de278deae099474bc5e5">restrict_param_by_name</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>& param_name, const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a>>& model, int col)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Restricts the values of a parameter in the list. <a href="#9e9d2ecd94a9de278deae099474bc5e5"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#bf2ec86f695857716a4eeeb071925a27">set_param_default_alias</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& param, const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& alias)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#99a9865f713133150f4d12d6772eb71f">set_param_default_value</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& param, const <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a>& value)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Stores <em>value</em> in <em>paramlist</em> to make it possible for <em>paramlist's</em> users to find a default value for <em>param</em> when one is required, instead of <code>0</code>. <a href="#99a9865f713133150f4d12d6772eb71f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a>< void,<br>
<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a> >> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#2d729ac72b7e2ceccbc97b8ca085c2e1">signal_param_attr_changed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_attr_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<a href="#2d729ac72b7e2ceccbc97b8ca085c2e1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a>< void,<br>
<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a> >> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#9dd73c0cc51975f08910a9438d0f354c">signal_param_changed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<a href="#9dd73c0cc51975f08910a9438d0f354c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a>< void,<br>
<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a> >> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#8de82eac82b2ddd8bc091c52122f5ed6">signal_param_plugin_changed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_plugin_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<a href="#8de82eac82b2ddd8bc091c52122f5ed6"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a><void> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#519317bf9a3800dd6fe0ab6d78d146fb">signal_public_data_changed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_public_data_changed()</code> </dd></dl>
<a href="#519317bf9a3800dd6fe0ab6d78d146fb"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#5f4fef5300007ebc55ec50c73082d47c">~ParameterList</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#c7a2233277c967fdb1d18913ad9b5776">create</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#2a2b957a6784abe73ec5035df1c7836c">create</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& param)</td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#44937a250543a3d0d043cb72c5e7b76f">on_param_attr_changed</a> (<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> parameter)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#e04c208be79727b7460d1ac5c93b409a">on_param_changed</a> (<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> parameter)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#332c4665d23b5ab76161c5fb25f562fc">on_param_plugin_changed</a> (<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> parameter)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#698cb5569d5c74105f12e9ea885b5a3f">on_public_data_changed</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#f5667b994c567c1af0becf15d08d31ba">ParameterList</a> (const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Dict.html">Dict</a>>& dict, const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& params)</td></tr>
<tr><td colspan="2"><br><h2>Related Functions</h2></td></tr>
<tr><td colspan="2">(Note that these are not member functions.) <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">Gnome::Gda::ParameterList</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#cbebc6efbcbd508c3b2d4a279088eb12">wrap</a> (GdaParameterList* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#cbebc6efbcbd508c3b2d4a279088eb12"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Manages a list of GdaParameter objects which contain individual values.
<p>
A <a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a> is a list of <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a> objects, but also creates other lists such as:<ul>
<li>a list of ParameterListNode structures (the nodes_list attribute): for each parameter a structure is created to show in a single place all the information about each parameter: the <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> which may restrict the list of values along with the column number in it, and any hint for the parameter (a value made of ParameterListParamHint flags)</li><li>a list of ParameterListSource structures (the sources_list attribute): each ParameterListSource structure is complementary to the ParameterListNode structures listed in its "nodes" attribute: there is one such structure for each <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a> which may restrict values of one or more parameters.</li><li>a list of ParameterListGroup structures (the groups_list attribute): there is one such structure for each _independant_ parameter (parameters which are constrained by the same data model all appear in the same ParameterListGroup structure).</li></ul>
<p>
Some queries require arguments before they can be executed. For such queries, the arguments are passed using <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a> objects (the list of parameters can be obtained using <a class="el" href="classGnome_1_1Gda_1_1Query.html#7444ff0a14eff8354fc3c6b5d83f728a">Query::get_parameters()</a> or <a class="el" href="classGnome_1_1Gda_1_1Query.html#12a6b984f575e06b1a5fb04bbd5e0c26">Query::get_parameter_list()</a>).
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="5f4fef5300007ebc55ec50c73082d47c"></a><!-- doxytag: member="Gnome::Gda::ParameterList::~ParameterList" ref="5f4fef5300007ebc55ec50c73082d47c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gnome::Gda::ParameterList::~ParameterList </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="f5667b994c567c1af0becf15d08d31ba"></a><!-- doxytag: member="Gnome::Gda::ParameterList::ParameterList" ref="f5667b994c567c1af0becf15d08d31ba" args="(const Glib::RefPtr< Dict > &dict, const Glib::SListHandle< Parameter > &params)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gnome::Gda::ParameterList::ParameterList </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Dict.html">Dict</a>>& </td>
<td class="paramname"> <em>dict</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>params</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="485c781e404c2dcd9877d36fe46c7235"></a><!-- doxytag: member="Gnome::Gda::ParameterList::add_parameter" ref="485c781e404c2dcd9877d36fe46c7235" args="(const Glib::ustring &name, const Value &value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> Gnome::Gda::ParameterList::add_parameter </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a>& </td>
<td class="paramname"> <em>value</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Creates and adds a new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> to <em>paramlist</em>.
<p>
The ID and name of the new parameter are set as <em>name</em>. The parameter's value is a copy of <em>value</em>. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>The name to give to the new parameter. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>The value to give to the new parameter, must not be <code>0</code> or of type null. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>The new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> for information, or <code>0</code> if an error occurred. </dd></dl>
</div>
</div><p>
<a class="anchor" name="ec1b9aa5029640f50417502812ed44a6"></a><!-- doxytag: member="Gnome::Gda::ParameterList::add_parameter" ref="ec1b9aa5029640f50417502812ed44a6" args="(const Glib::ustring &name, GType type, const Glib::ustring &str)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> Gnome::Gda::ParameterList::add_parameter </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">GType </td>
<td class="paramname"> <em>type</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>str</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Creates and adds a new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> to <em>paramlist</em>.
<p>
The ID and name of the new parameter are set as <em>name</em>. The parameter's value is set from <em>str</em>. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>name</em> </td><td>The name to give to the new parameter. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>type</em> </td><td>The type of parameter to add. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>str</em> </td><td>The string representation of the parameter. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>The new <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> for information, or <code>0</code> if an error occurred. </dd></dl>
</div>
</div><p>
<a class="anchor" name="38d0c41903e54141fa6d91d890385e82"></a><!-- doxytag: member="Gnome::Gda::ParameterList::add_parameter" ref="38d0c41903e54141fa6d91d890385e82" args="(const Glib::RefPtr< Parameter > &param)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gnome::Gda::ParameterList::add_parameter </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>param</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Adds <em>param</em> to the list of parameters managed within <em>paramlist</em>.
<p>
WARNING: the paramlist may decide not to use the <em>param</em> parameter, but to modify another parameter already present within the paramlist. The publicly available lists from the <em>paramlist</em> object may also be changed in the process. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>param</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> object. </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="c7a2233277c967fdb1d18913ad9b5776"></a><!-- doxytag: member="Gnome::Gda::ParameterList::create" ref="c7a2233277c967fdb1d18913ad9b5776" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>> Gnome::Gda::ParameterList::create </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="2a2b957a6784abe73ec5035df1c7836c"></a><!-- doxytag: member="Gnome::Gda::ParameterList::create" ref="2a2b957a6784abe73ec5035df1c7836c" args="(const Glib::SListHandle< Parameter > &param)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>> Gnome::Gda::ParameterList::create </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>param</em> </td>
<td> ) </td>
<td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="3298aaafcffdcf85b5d34345bc32a195"></a><!-- doxytag: member="Gnome::Gda::ParameterList::find_param" ref="3298aaafcffdcf85b5d34345bc32a195" args="(const Glib::ustring &param_name)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> Gnome::Gda::ParameterList::find_param </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>param_name</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Finds a <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> using its name.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>param_name</em> </td><td>The name of the requested parameter. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> or <code>0</code>. </dd></dl>
</div>
</div><p>
<a class="anchor" name="10151d0dbbf56c75557aa2570e273eec"></a><!-- doxytag: member="Gnome::Gda::ParameterList::find_param_for_user" ref="10151d0dbbf56c75557aa2570e273eec" args="(const Glib::RefPtr< Gda::Object > &user)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> Gnome::Gda::ParameterList::find_param_for_user </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Object.html">Gda::Object</a>>& </td>
<td class="paramname"> <em>user</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Finds a <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> which is to be used by <em>user</em>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>user</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1Object.html">Gda::Object</a> object. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> or <code>0</code>. </dd></dl>
</div>
</div><p>
<a class="anchor" name="fc6012a7d0268a91a23089951be7bc97"></a><!-- doxytag: member="Gnome::Gda::ParameterList::get_length" ref="fc6012a7d0268a91a23089951be7bc97" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">guint Gnome::Gda::ParameterList::get_length </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Get the number of <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> objects in <em>paramlist</em>.
<p>
</div>
</div><p>
<a class="anchor" name="50d1e21376751621390a0a716a545daf"></a><!-- doxytag: member="Gnome::Gda::ParameterList::get_length" ref="50d1e21376751621390a0a716a545daf" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">guint Gnome::Gda::ParameterList::get_length </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Get the number of <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> objects in <em>paramlist</em>.
<p>
</div>
</div><p>
<a class="anchor" name="ad3f4d9f61a4edf768ddefd5ad4bb287"></a><!-- doxytag: member="Gnome::Gda::ParameterList::get_param_default_value" ref="ad3f4d9f61a4edf768ddefd5ad4bb287" args="(const Glib::RefPtr< const Parameter > &param) const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a> Gnome::Gda::ParameterList::get_param_default_value </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>param</em> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="793d31b633e2437724bf6d4b74b01891"></a><!-- doxytag: member="Gnome::Gda::ParameterList::get_spec" ref="793d31b633e2437724bf6d4b74b01891" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> Gnome::Gda::ParameterList::get_spec </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Get the specification as an XML string.
<p>
See the new_from_spec_string() form more information about the XML specification string format. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A new string. </dd></dl>
</div>
</div><p>
<a class="anchor" name="ebdc05cfc49f8184649d680fd55af185"></a><!-- doxytag: member="Gnome::Gda::ParameterList::gobj" ref="ebdc05cfc49f8184649d680fd55af185" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GdaParameterList* Gnome::Gda::ParameterList::gobj </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GObject.
<p>
<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#2b7010748d60e770e9e0b3d65c100cf2">Glib::ObjectBase</a>.
<p>
Reimplemented in <a class="el" href="classGnome_1_1Gda_1_1DataModelIter.html#d7e2fec1e6a0e9a9ac1ded80da729d11">Gnome::Gda::DataModelIter</a>.
</div>
</div><p>
<a class="anchor" name="c4b701a33f8d5b912c90b9d424dc182b"></a><!-- doxytag: member="Gnome::Gda::ParameterList::gobj" ref="c4b701a33f8d5b912c90b9d424dc182b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GdaParameterList* Gnome::Gda::ParameterList::gobj </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GObject.
<p>
<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#4c6efc18be8cb9c56e58fc0bd20fafbe">Glib::ObjectBase</a>.
<p>
Reimplemented in <a class="el" href="classGnome_1_1Gda_1_1DataModelIter.html#04a7d36653718df143743e516382ed80">Gnome::Gda::DataModelIter</a>.
</div>
</div><p>
<a class="anchor" name="ab37083456435dfec4f94965e7f5aa8e"></a><!-- doxytag: member="Gnome::Gda::ParameterList::gobj_copy" ref="ab37083456435dfec4f94965e7f5aa8e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GdaParameterList* Gnome::Gda::ParameterList::gobj_copy </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
<p>
<p>
Reimplemented in <a class="el" href="classGnome_1_1Gda_1_1DataModelIter.html#a780d6f42ef4925482b30455de85b244">Gnome::Gda::DataModelIter</a>.
</div>
</div><p>
<a class="anchor" name="31360dca6c4feb57f5bd39e2ae46e4ce"></a><!-- doxytag: member="Gnome::Gda::ParameterList::is_coherent" ref="31360dca6c4feb57f5bd39e2ae46e4ce" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gnome::Gda::ParameterList::is_coherent </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Checks that <em>paramlist</em> has a coherent public data structure.
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if <em>paramlist</em> is coherent. </dd></dl>
</div>
</div><p>
<a class="anchor" name="da177d8189f7a53e332040197dff643d"></a><!-- doxytag: member="Gnome::Gda::ParameterList::is_valid" ref="da177d8189f7a53e332040197dff643d" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gnome::Gda::ParameterList::is_valid </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Tells if all the paramlist's parameters have valid data.
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if the paramlist is valid. </dd></dl>
<p>
Reimplemented in <a class="el" href="classGnome_1_1Gda_1_1DataModelIter.html#5915e49ce8b7c68064bdba18d2962db1">Gnome::Gda::DataModelIter</a>.
</div>
</div><p>
<a class="anchor" name="ded47cc53cd7ec0673b79d093e81df1d"></a><!-- doxytag: member="Gnome::Gda::ParameterList::merge" ref="ded47cc53cd7ec0673b79d093e81df1d" args="(const Glib::RefPtr< ParameterList > &paramlist_to_merge)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gnome::Gda::ParameterList::merge </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">ParameterList</a>>& </td>
<td class="paramname"> <em>paramlist_to_merge</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Add to <em>paramlist</em> all the parameters of <em>paramlist_to_merge</em>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>paramlist_to_merge</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">Gda::ParameterList</a> object. </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="44937a250543a3d0d043cb72c5e7b76f"></a><!-- doxytag: member="Gnome::Gda::ParameterList::on_param_attr_changed" ref="44937a250543a3d0d043cb72c5e7b76f" args="(Glib::RefPtr< Parameter > parameter)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gnome::Gda::ParameterList::on_param_attr_changed </td>
<td>(</td>
<td class="paramtype"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td>
<td class="paramname"> <em>parameter</em> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="e04c208be79727b7460d1ac5c93b409a"></a><!-- doxytag: member="Gnome::Gda::ParameterList::on_param_changed" ref="e04c208be79727b7460d1ac5c93b409a" args="(Glib::RefPtr< Parameter > parameter)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gnome::Gda::ParameterList::on_param_changed </td>
<td>(</td>
<td class="paramtype"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td>
<td class="paramname"> <em>parameter</em> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="332c4665d23b5ab76161c5fb25f562fc"></a><!-- doxytag: member="Gnome::Gda::ParameterList::on_param_plugin_changed" ref="332c4665d23b5ab76161c5fb25f562fc" args="(Glib::RefPtr< Parameter > parameter)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gnome::Gda::ParameterList::on_param_plugin_changed </td>
<td>(</td>
<td class="paramtype"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>> </td>
<td class="paramname"> <em>parameter</em> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="698cb5569d5c74105f12e9ea885b5a3f"></a><!-- doxytag: member="Gnome::Gda::ParameterList::on_public_data_changed" ref="698cb5569d5c74105f12e9ea885b5a3f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gnome::Gda::ParameterList::on_public_data_changed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5839d0fae6acf0e7cc64d82da2443c0c"></a><!-- doxytag: member="Gnome::Gda::ParameterList::operator bool" ref="5839d0fae6acf0e7cc64d82da2443c0c" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gnome::Gda::ParameterList::operator bool </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9e9d2ecd94a9de278deae099474bc5e5"></a><!-- doxytag: member="Gnome::Gda::ParameterList::restrict_param_by_name" ref="9e9d2ecd94a9de278deae099474bc5e5" args="(const Glib::ustring &param_name, const Glib::RefPtr< DataModel > &model, int col)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gnome::Gda::ParameterList::restrict_param_by_name </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>param_name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1DataModel.html">DataModel</a>>& </td>
<td class="paramname"> <em>model</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>col</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Restricts the values of a parameter in the list.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>param_name</em> </td><td>The name of the parameter </td></tr>
<tr><td valign="top"></td><td valign="top"><em>model</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1DataModel.html">Gda::DataModel</a> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>col</em> </td><td>The reference column in <em>model</em> </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Whether the parameter was found and the restriction was set.</dd></dl>
Sets a limit on the possible values of the paramater with name <em>param_name</em>. This function is actually a shortcut for:<p>
<code> Glib::RefPtr<Parameter> param = list->find_param(param_name); param->restrict_values(model, col); </code>
</div>
</div><p>
<a class="anchor" name="bf2ec86f695857716a4eeeb071925a27"></a><!-- doxytag: member="Gnome::Gda::ParameterList::set_param_default_alias" ref="bf2ec86f695857716a4eeeb071925a27" args="(const Glib::RefPtr< const Parameter > &param, const Glib::RefPtr< const Parameter > &alias)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gnome::Gda::ParameterList::set_param_default_alias </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>param</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>alias</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="99a9865f713133150f4d12d6772eb71f"></a><!-- doxytag: member="Gnome::Gda::ParameterList::set_param_default_value" ref="99a9865f713133150f4d12d6772eb71f" args="(const Glib::RefPtr< const Parameter > &param, const Value &value)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gnome::Gda::ParameterList::set_param_default_value </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><const <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>& </td>
<td class="paramname"> <em>param</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a>& </td>
<td class="paramname"> <em>value</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Stores <em>value</em> in <em>paramlist</em> to make it possible for <em>paramlist's</em> users to find a default value for <em>param</em> when one is required, instead of <code>0</code>.
<p>
<em>paramlist</em> only provides a storage functionnality, the way the value obtained with <a class="el" href="classGnome_1_1Gda_1_1ParameterList.html#ad3f4d9f61a4edf768ddefd5ad4bb287">get_param_default_value()</a> is used is up to <em>paramlist's</em> user. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>param</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Gda::Parameter</a> object, managed by <em>paramlist</em>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>value</em> </td><td>A <a class="el" href="classGnome_1_1Gda_1_1Value.html">Value</a>, of the same type as <em>param</em>, or <code>0</code>. </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="2d729ac72b7e2ceccbc97b8ca085c2e1"></a><!-- doxytag: member="Gnome::Gda::ParameterList::signal_param_attr_changed" ref="2d729ac72b7e2ceccbc97b8ca085c2e1" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a><void,<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>> Gnome::Gda::ParameterList::signal_param_attr_changed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_attr_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<p>
</div>
</div><p>
<a class="anchor" name="9dd73c0cc51975f08910a9438d0f354c"></a><!-- doxytag: member="Gnome::Gda::ParameterList::signal_param_changed" ref="9dd73c0cc51975f08910a9438d0f354c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a><void,<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>> Gnome::Gda::ParameterList::signal_param_changed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<p>
</div>
</div><p>
<a class="anchor" name="8de82eac82b2ddd8bc091c52122f5ed6"></a><!-- doxytag: member="Gnome::Gda::ParameterList::signal_param_plugin_changed" ref="8de82eac82b2ddd8bc091c52122f5ed6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy1.html">Glib::SignalProxy1</a><void,<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1Parameter.html">Parameter</a>>> Gnome::Gda::ParameterList::signal_param_plugin_changed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_param_plugin_changed(Glib::RefPtr<Parameter> parameter)</code> </dd></dl>
<p>
</div>
</div><p>
<a class="anchor" name="519317bf9a3800dd6fe0ab6d78d146fb"></a><!-- doxytag: member="Gnome::Gda::ParameterList::signal_public_data_changed" ref="519317bf9a3800dd6fe0ab6d78d146fb" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1SignalProxy0.html">Glib::SignalProxy0</a>< void > Gnome::Gda::ParameterList::signal_public_data_changed </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<dl class="user" compact><dt><b>Prototype:</b></dt><dd><code>void on_my_public_data_changed()</code> </dd></dl>
<p>
</div>
</div><p>
<hr><h2>Friends And Related Function Documentation</h2>
<a class="anchor" name="cbebc6efbcbd508c3b2d4a279088eb12"></a><!-- doxytag: member="Gnome::Gda::ParameterList::wrap" ref="cbebc6efbcbd508c3b2d4a279088eb12" args="(GdaParameterList *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGnome_1_1Gda_1_1ParameterList.html">Gnome::Gda::ParameterList</a>> wrap </td>
<td>(</td>
<td class="paramtype">GdaParameterList * </td>
<td class="paramname"> <em>object</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>take_copy</em> = <code>false</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [related]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>object</em> </td><td>The C instance. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>take_copy</em> </td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="parameterlist_8h.html">parameterlist.h</a></ul>
<hr><address><small>
Generated for libgdamm by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|