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
|
.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.Brush:
==========================================================================================================================================
|phoenix_title| **wx.Brush**
==========================================================================================================================================
A brush is a drawing tool for filling in areas.
It is used for painting the background of rectangles, ellipses, etc. It has a colour and a style.
On a monochrome display, wxWidgets shows all brushes as white unless the colour is really black.
Do not initialize objects on the stack before the program commences, since other required structures may not have been set up yet. Instead, define global pointers to objects and create them in :meth:`wx.App.OnInit` or when required.
An application may wish to create brushes with different characteristics dynamically, and there is the consequent danger that a large number of duplicate brushes will be created. Therefore an application may wish to get a pointer to a brush by using the global list of brushes :ref:`wx.TheBrushList`, and calling the member function :meth:`wx.BrushList.FindOrCreateBrush` .
This class uses reference counting and copy-on-write internally so that assignments between two instances of this class are very cheap. You can therefore use actual objects instead of pointers without efficiency problems. If an instance of this class is changed it will create its own data internally so that other instances, which previously shared the data using the reference counting, are not affected.
.. seealso:: :ref:`wx.BrushList`, :ref:`wx.DC`, :meth:`wx.DC.SetBrush`
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
<div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
<img id="toggleBlock-trigger" src="_static/images/closed.png"/>
Inheritance diagram for class <strong>Brush</strong>:
</div>
<div id="toggleBlock-summary" style="display:block;"></div>
<div id="toggleBlock-content" style="display:none;">
<p class="graphviz">
<center><img src="_static/images/inheritance/wx.Brush_inheritance.png" alt="Inheritance diagram of Brush" usemap="#dummy" class="inheritance"/></center>
</div>
<script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
<map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.Brush.html" title="wx.Brush" alt="" coords="19,160,97,189"/> <area shape="rect" id="node2" href="wx.GDIObject.html" title="wx.GDIObject" alt="" coords="5,83,112,112"/> <area shape="rect" id="node3" href="wx.Object.html" title="wx.Object" alt="" coords="17,5,99,35"/> </map>
</p>
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.Brush.__init__` Default constructor.
:meth:`~wx.Brush.GetColour` Returns a reference to the brush colour.
:meth:`~wx.Brush.GetStipple` Gets a pointer to the stipple bitmap.
:meth:`~wx.Brush.GetStyle` Returns the brush style, one of the :ref:`wx.BrushStyle` values.
:meth:`~wx.Brush.IsHatch` Returns ``True`` if the style of the brush is any of hatched fills.
:meth:`~wx.Brush.IsNonTransparent` Returns ``True`` if the brush is a valid non-transparent brush.
:meth:`~wx.Brush.IsOk` Returns ``True`` if the brush is initialised.
:meth:`~wx.Brush.IsTransparent` Returns ``True`` if the brush is transparent.
:meth:`~wx.Brush.MacSetTheme`
:meth:`~wx.Brush.SetColour` Sets the brush colour using red, green and blue values.
:meth:`~wx.Brush.SetStipple` Sets the stipple bitmap.
:meth:`~wx.Brush.SetStyle` Sets the brush style.
:meth:`~wx.Brush.__bool__`
:meth:`~wx.Brush.__nonzero__`
:meth:`~wx.Brush._copyFrom` For internal use only.
:meth:`~wx.Brush.__ne__` Inequality operator.
:meth:`~wx.Brush.__eq__` Equality operator.
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.Brush.Colour` See :meth:`~wx.Brush.GetColour` and :meth:`~wx.Brush.SetColour`
:attr:`~wx.Brush.Stipple` See :meth:`~wx.Brush.GetStipple` and :meth:`~wx.Brush.SetStipple`
:attr:`~wx.Brush.Style` See :meth:`~wx.Brush.GetStyle` and :meth:`~wx.Brush.SetStyle`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.Brush(GDIObject)
**Possible constructors**::
Brush()
Brush(colour, style=BRUSHSTYLE_SOLID)
Brush(stippleBitmap)
Brush(brush)
A brush is a drawing tool for filling in areas.
.. method:: __init__(self, *args, **kw)
|overload| Overloaded Implementations:
**~~~**
**__init__** `(self)`
Default constructor.
The brush will be uninitialised, and :ref:`wx.Brush`::meth:`IsOk` will return ``False``.
**~~~**
**__init__** `(self, colour, style=BRUSHSTYLE_SOLID)`
Constructs a brush from a colour object and `style`.
:param `colour`: Colour object.
:type `colour`: wx.Colour
:param `style`: One of the :ref:`wx.BrushStyle` enumeration values.
:type `style`: wx.BrushStyle
**~~~**
**__init__** `(self, stippleBitmap)`
Constructs a stippled brush using a bitmap.
The brush style will be set to ``BRUSHSTYLE_STIPPLE`` .
:param `stippleBitmap`:
:type `stippleBitmap`: wx.Bitmap
**~~~**
**__init__** `(self, brush)`
Copy constructor, uses :ref:`reference counting <reference counting>`.
:param `brush`:
:type `brush`: wx.Brush
**~~~**
.. method:: GetColour(self)
Returns a reference to the brush colour.
:rtype: :ref:`wx.Colour`
.. seealso:: :meth:`SetColour`
.. method:: GetStipple(self)
Gets a pointer to the stipple bitmap.
If the brush does not have a ``BRUSHSTYLE_STIPPLE`` style, this bitmap may be non-NULL but uninitialised (i.e. :ref:`wx.Bitmap`::meth:`IsOk` returns ``False``).
:rtype: :ref:`wx.Bitmap`
.. seealso:: :meth:`SetStipple`
.. method:: GetStyle(self)
Returns the brush style, one of the :ref:`wx.BrushStyle` values.
:rtype: :ref:`wx.BrushStyle`
.. seealso:: :meth:`SetStyle` , :meth:`SetColour` , :meth:`SetStipple`
.. method:: IsHatch(self)
Returns ``True`` if the style of the brush is any of hatched fills.
:rtype: `bool`
.. seealso:: :meth:`GetStyle`
.. method:: IsNonTransparent(self)
Returns ``True`` if the brush is a valid non-transparent brush.
This method returns ``True`` if the brush object is initialized and has a non-transparent style. Notice that this should be used instead of simply testing whether :meth:`GetStyle` returns a style different from ``wx.BRUSHSTYLE_TRANSPARENT`` if the brush may be invalid as :meth:`GetStyle` would assert in this case.
:rtype: `bool`
.. versionadded:: 2.9.2.
.. seealso:: :meth:`IsTransparent`
.. method:: IsOk(self)
Returns ``True`` if the brush is initialised.
Notice that an uninitialized brush object can't be queried for any brush properties and all calls to the accessor methods on it will result in an assert failure.
:rtype: `bool`
.. method:: IsTransparent(self)
Returns ``True`` if the brush is transparent.
A transparent brush is simply a brush with ``wx.BRUSHSTYLE_TRANSPARENT`` style.
Notice that this function works even for non-initialized brushes (for which it returns ``False``) unlike tests of the form :meth:`GetStyle` == ``wx.BRUSHSTYLE_TRANSPARENT`` which would assert if the brush is invalid.
:rtype: `bool`
.. versionadded:: 2.9.2.
.. seealso:: :meth:`IsNonTransparent`
.. method:: MacSetTheme(self, macThemeBrushID)
.. method:: SetColour(self, *args, **kw)
Sets the brush colour using red, green and blue values.
.. seealso:: :meth:`GetColour`
|overload| Overloaded Implementations:
**~~~**
**SetColour** `(self, colour)`
:param `colour`:
:type `colour`: wx.Colour
**~~~**
**SetColour** `(self, red, green, blue)`
:param `red`:
:type `red`: int
:param `green`:
:type `green`: int
:param `blue`:
:type `blue`: int
**~~~**
.. method:: SetStipple(self, bitmap)
Sets the stipple bitmap.
:param `bitmap`: The bitmap to use for stippling.
:type `bitmap`: wx.Bitmap
.. note::
The style will be set to ``BRUSHSTYLE_STIPPLE`` , unless the bitmap has a mask associated to it, in which case the style will be set to ``BRUSHSTYLE_STIPPLE_MASK_OPAQUE`` .
.. seealso:: :ref:`wx.Bitmap`
.. method:: SetStyle(self, style)
Sets the brush style.
:param `style`: One of the :ref:`wx.BrushStyle` values.
:type `style`: wx.BrushStyle
.. seealso:: :meth:`GetStyle`
.. method:: __bool__(self)
:rtype: `int`
.. method:: __nonzero__(self)
:rtype: `int`
.. method:: _copyFrom(self, other)
For internal use only.
.. method:: __ne__(self)
Inequality operator.
See :ref:`Object Comparison <object comparison>` for more info.
:param `brush`:
:type `brush`: wx.Brush
.. method:: __eq__(self)
Equality operator.
See :ref:`Object Comparison <object comparison>` for more info.
:param `brush`:
:type `brush`: wx.Brush
.. attribute:: Colour
See :meth:`~wx.Brush.GetColour` and :meth:`~wx.Brush.SetColour`
.. attribute:: Stipple
See :meth:`~wx.Brush.GetStipple` and :meth:`~wx.Brush.SetStipple`
.. attribute:: Style
See :meth:`~wx.Brush.GetStyle` and :meth:`~wx.Brush.SetStyle`
|