Changeset 61 for trunk/include/qwidget.h


Ignore:
Timestamp:
Feb 6, 2006, 10:43:39 PM (20 years ago)
Author:
dmik
Message:

Implemented QRegion(..., QRegion::Eclipse) and QRegion(QPointArray &,...) constructors.
Improved Qt<->GPI region coordinates translation (it's now implicit), QRegion::handle() takes a height of the target devise as an argument (defaults to 0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qwidget.h

    r57 r61  
    598598    friend bool qt_window_rgn(WId, short, RgnHandle, bool);
    599599    friend class QDragManager;
     600#elif defined (Q_WS_PM)
     601    enum ClipMode { Unclipped, ClipAll, ClipSiblings };
     602    HPS getTargetPS( ClipMode m = ClipAll );   
     603    friend Q_EXPORT void bitBlt( QPaintDevice *, int, int,
     604                                 const QPaintDevice *,
     605                                 int, int, int, int, RasterOp, bool );
    600606#endif
    601607
Note: See TracChangeset for help on using the changeset viewer.