src/gui/kernel/qcursor.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   340     The cursor \a bitmap (B) and \a mask (M) bits are combined like this:
   340     The cursor \a bitmap (B) and \a mask (M) bits are combined like this:
   341     \list
   341     \list
   342     \o B=1 and M=1 gives black.
   342     \o B=1 and M=1 gives black.
   343     \o B=0 and M=1 gives white.
   343     \o B=0 and M=1 gives white.
   344     \o B=0 and M=0 gives transparent.
   344     \o B=0 and M=0 gives transparent.
   345     \o B=1 and M=0 gives an XOR'd result.
   345     \o B=1 and M=0 gives an XOR'd result under Windows, undefined
       
   346     results on all other platforms.
   346     \endlist
   347     \endlist
   347 
   348 
   348     Use the global Qt color Qt::color0 to draw 0-pixels and Qt::color1 to
   349     Use the global Qt color Qt::color0 to draw 0-pixels and Qt::color1 to
   349     draw 1-pixels in the bitmaps.
   350     draw 1-pixels in the bitmaps.
   350 
   351