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
|
/**
*
* This file is part of Tulip (www.tulip-software.org)
*
* Authors: David Auber and the Tulip development Team
* from LaBRI, University of Bordeaux 1 and Inria Bordeaux - Sud Ouest
*
* Tulip is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* Tulip is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
*/
namespace tlp {
class GlGraphRenderingParameters {
%TypeHeaderCode
#include <tulip/GlGraphRenderingParameters.h>
%End
%Docstring
.. versionadded:: 4.4
That class holds all the rendering parameters for a Tulip OpenGL graph drawing.
Use :meth:`tulipgui.tlpgui.NodeLinkDiagramComponent.getRenderingParameters` to get an instance on a such object.
%End
public:
GlGraphRenderingParameters();
// =============================================================================================
void setAntialiasing(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setAntiAliasing(antialiasing)
Activates/desactivates antialiasing.
:param antialiasing: the antialiasing state
:type antialiasing: boolean
%End
// =============================================================================================
bool isAntialiased() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isAntialiased()
Returns if antialiasing rendering is activated.
:rtype: boolean
%End
// =============================================================================================
void setViewArrow(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setViewArrow(arrow)
Activates / desactivates the displaying of arrows along the graph edges.
:param arrow: the state of the arrows rendering
:type arrow: boolean
%End
// =============================================================================================
bool isViewArrow()const;
%Docstring
tlpogl.GlGraphRenderingParameters.isViewArrow()
Returns the state of the displaying of arrows along the graph edges.
:rtype: boolean
%End
// =============================================================================================
void setViewNodeLabel(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setViewNodeLabel(nodeLabel)
Activates / desactivates the displaying of nodes labels.
:param nodeLabel: the state of the nodes labels rendering
:type nodeLabel: boolean
%End
// =============================================================================================
bool isViewNodeLabel() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isViewNodeLabel()
Returns the state of the displaying of nodes labels.
:rtype: boolean
%End
// =============================================================================================
void setViewEdgeLabel(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setViewEdgeLabel(edgeLabel)
Activates / desactivates the displaying of edges labels.
:param edgeLabel: the state of the edges labels rendering
:type edgeLabel: boolean
%End
// =============================================================================================
bool isViewEdgeLabel() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isViewEdgeLabel()
Returns the state of the displaying of edges labels.
:rtype: boolean
%End
// =============================================================================================
void setViewOutScreenLabel(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setViewOutScreenLabel(outScreenLabel)
Activates / desactivates the displaying of labels for elements outside the screen.
:param outScreenLabel: the state of the labels rendering for elements outside the screen.
:type outScreenLabel: boolean
%End
// =============================================================================================
bool isViewOutScreenLabel() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isViewOutScreenLabel()
Returns the state of the displaying of labels for elements outside the screen.
:rtype: boolean
%End
// =============================================================================================
void setEdgeColorInterpolate(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setEdgeColorInterpolate(interpolate)
Activates / desactivates the interpolation of nodes colors along edges.
:param interpolate: the state of the edge color interpolation
:type interpolate: boolean
%End
// =============================================================================================
bool isEdgeColorInterpolate() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isEdgeColorInterpolate()
Returns the state of the edge color interpolation.
:rtype: boolean
%End
// =============================================================================================
void setEdgeSizeInterpolate(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setEdgeSizeInterpolate(interpolate)
Activates / desactivates the interpolation of nodes sizes along edges.
:param interpolate: the state of the edge size interpolation
:type interpolate: boolean
%End
// =============================================================================================
bool isEdgeSizeInterpolate() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isEdgeSizeInterpolate()
Returns the state of the edge size interpolation.
:rtype: boolean
%End
// =============================================================================================
void setTexturePath(const std::string& path);
%Docstring
tlpogl.GlGraphRenderingParameters.setTexturePath(path)
Sets the absolute path for textures loading.
:param path: the absolute path of a directory for textures loading.
:type path: string
%End
// =============================================================================================
std::string getTexturePath() const;
%Docstring
tlpogl.GlGraphRenderingParameters.getTexturePath()
Returns the absolute path used for texture loading.
:rtype: string
%End
// =============================================================================================
void setFontsPath(const std::string& path);
%Docstring
tlpogl.GlGraphRenderingParameters.setFontsPath(path)
Sets the absolute path for fonts loading (.ttf files).
:param path: the absolute path of a directory for fonts loading.
:type path: string
%End
// =============================================================================================
std::string getFontsPath();
%Docstring
tlpogl.GlGraphRenderingParameters.getFontsPath()
Returns the absolute path used for fonts loading (.ttf files).
:rtype: string
%End
// =============================================================================================
void setViewMetaLabel(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setViewMetaLabel(metaLabel)
Activates / desactivates the displaying of labels inside meta-nodes.
:param metaLabel: the state of the displaying of labels inside meta-nodes.
:type edgeLabel: boolean
%End
// =============================================================================================
bool isViewMetaLabel() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isViewMetaLabel()
Returns the state of the displaying of labels inside meta-nodes.
:rtype: boolean
%End
// =============================================================================================
void setDisplayEdges(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setDisplayEdges(displayEdges)
Activates / desactivates the displaying of edges.
:param displayEdges: the state of the displaying of edges.
:type displayEdges: boolean
%End
// =============================================================================================
bool isDisplayEdges() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isDisplayEdges()
Returns the state of the displaying of edges.
:rtype: boolean
%End
// =============================================================================================
void setDisplayNodes(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setDisplayNodes(displayNodes)
Activates / desactivates the displaying of nodes.
:param displayNodes: the state of the displaying of nodes.
:type displayNodes: boolean
%End
// =============================================================================================
bool isDisplayNodes() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isDisplayNodes()
Returns the state of the displaying of nodes.
:rtype: boolean
%End
// =============================================================================================
void setDisplayMetaNodes(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setDisplayMetaNodes(displayMetaNodes)
Activates / desactivates the displaying of nodes.
:param displayMetaNodes: the state of the displaying of meta-nodes.
:type displayMetaNodes: boolean
%End
// =============================================================================================
bool isDisplayMetaNodes() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isDisplayMetaNodes()
Returns the state of the displaying of meta-nodes.
:rtype: boolean
%End
// =============================================================================================
void setSelectedNodesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setSelectedNodesStencil(stencil)
Sets the stencil value for selected nodes. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 2.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getSelectedNodesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getSelectedNodesStencil()
Returns the stencil value for selected nodes.
:rtype: integer
%End
// =============================================================================================
void setSelectedMetaNodesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setSelectedMetaNodesStencil(stencil)
Sets the stencil value for selected meta-nodes. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 2.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getSelectedMetaNodesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getSelectedMetaNodesStencil()
Returns the stencil value for selected meta-nodes.
:rtype: integer
%End
// =============================================================================================
void setSelectedEdgesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setSelectedEdgesStencil(stencil)
Sets the stencil value for selected edges. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 2.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getSelectedEdgesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getSelectedEdgesStencil()
Returns the stencil value for selected edges.
:rtype: integer
%End
// =============================================================================================
void setNodesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setNodesStencil(stencil)
Sets the stencil value for nodes. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getNodesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getNodesStencil()
Returns the stencil value for nodes.
:rtype: integer
%End
// =============================================================================================
void setMetaNodesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setMetaNodesStencil(stencil)
Sets the stencil value for meta-nodes. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getMetaNodesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getMetaNodesStencil()
Returns the stencil value for meta-nodes.
:rtype: integer
%End
// =============================================================================================
void setEdgesStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setEdgesStencil(stencil)
Sets the stencil value for edges. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getEdgesStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getEdgesStencil()
Returns the stencil value for edges.
:rtype: integer
%End
// =============================================================================================
void setNodesLabelStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setNodesLabelStencil(stencil)
Sets the stencil value for nodes labels. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getNodesLabelStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getNodesLabelStencil()
Returns the stencil value for nodes labels.
:rtype: integer
%End
// =============================================================================================
void setMetaNodesLabelStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setMetaNodesLabelsStencil(stencil)
Sets the stencil value for meta-nodes labels. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getMetaNodesLabelStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getMetaNodesLabelStencil()
Returns the stencil value for meta-nodes labels.
:rtype: integer
%End
// =============================================================================================
void setEdgesLabelStencil(const int stencil);
%Docstring
tlpogl.GlGraphRenderingParameters.setEdgesLabelStencil(stencil)
Sets the stencil value for edges labels. The lower the value is, the more the objects will be drawn
on top of other ones. The default value is 255.
:param stencil: a value in the range [0, 255]
:type stencil: integer
%End
// =============================================================================================
int getEdgesLabelStencil();
%Docstring
tlpogl.GlGraphRenderingParameters.getEdgesLabelStencil()
Returns the stencil value for edges labels.
:rtype: integer
%End
// =============================================================================================
void setElementOrdered(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setElementOrdered(elementOrdered)
Activates / desactivates the ordered rendering of graph elements according
to the values in the element ordering property.
:param elementsOrdered: the state of the ordered rendering
:type elementOrdered: boolean
%End
// =============================================================================================
bool isElementOrdered() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isElementOrdered()
Returns the state of the ordered rendering of graph elements.
:rtype: boolean
%End
// =============================================================================================
void setElementOrderedDescending(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setElementOrderedDescending(elementOrderedDescending)
.. versionadded:: 4.8
Defines if the graph elements are sorted in descending order when the element ordering is activated.
:param elementsOrderedDescending: whether graph elements have to be sorted in descending order
:type elementOrdered: boolean
%End
// =============================================================================================
bool isElementOrderedDescending() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isElementOrderedDescending()
.. versionadded:: 4.8
Returns if the graph elements are sorted in descending order when the element ordering is activated
:rtype: boolean
%End
// =============================================================================================
void setElementOrderingProperty(tlp::NumericProperty* property /AllowNone/);
%Docstring
tlpogl.GlGraphRenderingParameters.setElementOrderingProperty(property)
Defines which property should be used for the ordered rendering of graph elements.
Setting it to :const:`None` will use the "viewMetric" property if the ordering is enabled.
:param property: the property to use to order the rendering of graph elements
:type property: :class:`tulip.tlp.NumericProperty`
%End
// =============================================================================================
tlp::NumericProperty* getElementOrderingProperty() const;
%Docstring
tlpogl.GlGraphRenderingParameters.getElementOrderingProperty()
Returns the double property used for the ordered rendering of graph elements.
:rtype: :class:`tulip.tlp.NumericProperty`
%End
// =============================================================================================
void setElementZOrdered(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setElementZOrdered(zOrdering)
Activates / desactivates the ordered rendering of elements according to their
distance to the camera.
:param zOrdering: the state of the z-ordered rendering
:type zOrdering: boolean
%End
// =============================================================================================
bool isElementZOrdered() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isElementZOrdered()
Returns the state of the z-ordered rendering.
:rtype: boolean
%End
// =============================================================================================
void setEdge3D(const bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setEdge3D(edge3d)
Activates / desactivates the 3d displaying of edges instead of 2d lines.
:param edge3d: the state of the 3d edge rendering
:type edge3d: boolean
%End
// =============================================================================================
bool isEdge3D() const;
%Docstring
tlpogl.GlGraphRenderingParameters.isEdge3D()
Returns the state of the 3d edge rendering.
:rtype: boolean
%End
// =============================================================================================
void setSelectionColor(const tlp::Color &color);
%Docstring
tlpogl.GlGraphRenderingParameters.setSelectionColor(color)
Sets the color of selected elements.
:param color: the selection color
:type color: :class:`tulip.tlp.Color`
%End
// =============================================================================================
tlp::Color getSelectionColor();
%Docstring
tlpogl.GlGraphRenderingParameters.getSelectionColor()
Returns the color of selection.
:rtype: :class:`tulip.tlp.Color`
%End
// =============================================================================================
bool isLabelScaled();
%Docstring
tlpogl.GlGraphRenderingParameters.isLabelScaled()
Returns the state of the scaling of labels to nodes sizes.
:rtype: boolean
%End
// =============================================================================================
void setLabelScaled(bool state);
%Docstring
tlpogl.GlGraphRenderingParameters.setLabelScaled(labelScaled)
Activates / desactivates the scaling of labels to nodes sizes.
:param labelScaled: the state of the scaling of labels to nodes sizes.
:type labelScaled: boolean
%End
// =============================================================================================
bool isLabelFixedFontSize() const;
%Docstring
tlpogl.isLabelFixedFontSize()
Returns the state of using fixed font size with labels.
:rtype: boolean
%End
// =============================================================================================
void setLabelFixedFontSize(bool state);
%Docstring
tlpogl.setLabelFixedFontSize(fixedFontSize)
Activates / desactivates the use of fixed font size with labels (based on the values in the "viewFontSize" property).
:param fixedFontSize: the state of using fixed font size with labels
:type fixedFontSize: boolean
%End
// =============================================================================================
int getLabelsDensity();
%Docstring
tlpogl.GlGraphRenderingParameters.getLabelsDensity()
Returns the labels density value.
:rtype: integer
%End
// =============================================================================================
void setLabelsDensity(int density);
%Docstring
tlpogl.GlGraphRenderingParameters.setLabelsDensity(density)
Sets the labels density value. It must be in the range [-100, 100].
The labels are displayed according to that value :
* -100 : no labels are displayed
* 0 : only non overlapping labels are displayed
* 100 : all labels are displayed
:param density: a value in the range [-100, 100]
:type density: integer
%End
// =============================================================================================
int getMinSizeOfLabel();
%Docstring
tlpogl.GlGraphRenderingParameters.getMinSizeOfLabel()
Returns the minimum size of labels. That value is only used if the labels
are not scaled to nodes sizes.
:rtype: integer
%End
// =============================================================================================
void setMinSizeOfLabel(int size);
%Docstring
tlpogl.GlGraphRenderingParameters.setMinSizeOfLabel(size)
Sets the minimum size of labels. That value is only used if the labels
are not scaled to nodes sizes.
:param size: the minimum size of labels
:type: integer
%End
// =============================================================================================
int getMaxSizeOfLabel();
%Docstring
tlpogl.GlGraphRenderingParameters.getMaxSizeOfLabel()
Returns the maximum size of labels. That value is only used if the labels
are not scaled to nodes sizes.
:rtype: integer
%End
// =============================================================================================
void setMaxSizeOfLabel(int size);
%Docstring
tlpogl.GlGraphRenderingParameters.setMaxSizeOfLabel(size)
Sets the maximum size of labels. That value is only used if the labels
are not scaled to nodes sizes.
:param size: the maximum size of labels
:type: integer
%End
// =============================================================================================
bool getLabelsAreBillboarded();
%Docstring
tlpogl.GlGraphRenderingParameters.getLabelsAreBillboarded()
Returns the state of the labels billboarding (always facing the camera).
:rtype: boolean
%End
// =============================================================================================
void setLabelsAreBillboarded(bool billboarded);
%Docstring
tlpogl.GlGraphRenderingParameters.setLabelsAreBillboarded(billboardLabels)
Activates / desactivates labels billboarding (always facing the camera).
:param billboardLabels: the state of labels billboarding
:type billboardLabels: boolean
%End
// =============================================================================================
void setDisplayFilteringProperty(tlp::BooleanProperty *filteringProperty /AllowNone/);
%Docstring
tlpogl.GlGraphRenderingParameters.setDisplayFilteringProperty(property)
Sets the boolean property used to filter the rendering of graph elements. If sets to :const:`None`,
the filtering is desactivated. If the value for a node / edge in that property is :const:`False`,
it will not be displayed.
:param property: the boolean property used to filter the rendering of graph elements
:type property: :class:`tulip.tlp.BooleanProperty`
%End
// =============================================================================================
tlp::BooleanProperty * getDisplayFilteringProperty() const;
%Docstring
tlpogl.GlGraphRenderingParameters.getDisplayFilteringProperty()
Returns the boolean property used to filter the rendering of graph elements.
:rtype: :class:`tulip.tlp.BooleanProperty`
%End
};
};
|