Ignore:
Timestamp:
Apr 26, 2010, 1:02:23 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Added QWidget::addPmEventFilter()/removPmEventFilter() (OS/2 specific).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget.h

    r651 r705  
    604604    HPS getPS() const;
    605605    void releasePS(HPS) const;
     606
     607    struct PmEventFilter {
     608        virtual bool pmEventFilter(QMSG *message, MRESULT *result) = 0;
     609    };
     610    void addPmEventFilter(PmEventFilter *filter);
     611    void removePmEventFilter(PmEventFilter *filter);
    606612#else
    607613    Qt::HANDLE handle() const;
Note: See TracChangeset for help on using the changeset viewer.