Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qwidget_p.h

    r705 r769  
    242242
    243243    /**
     244     * If this bit is set, each native widget receives the signals from the
     245     * Symbian control immediately before and immediately after draw ops are
     246     * sent to the window server for this control:
     247     *      void beginNativePaintEvent(const QRect &paintRect);
     248     *      void endNativePaintEvent(const QRect &paintRect);
     249     */
     250    uint receiveNativePaintEvents : 1;
     251
     252    /**
    244253     * Defines the behaviour of QSymbianControl::Draw.
    245254     */
     
    266275    };
    267276
    268     NativePaintMode nativePaintMode : 2;
    269 
    270     /**
    271      * If this bit is set, each native widget receives the signals from the
    272      * Symbian control immediately before and immediately after draw ops are
    273      * sent to the window server for this control:
    274      *      void beginNativePaintEvent(const QRect &paintRect);
    275      *      void endNativePaintEvent(const QRect &paintRect);
    276      */
    277     uint receiveNativePaintEvents : 1;
     277    NativePaintMode nativePaintMode;
    278278
    279279#elif defined(Q_WS_PM) // <----------------------------------------------------- PM
     
    483483    static bool navigateToDirection(Direction direction);
    484484    static QWidget *widgetInNavigationDirection(Direction direction);
     485    static bool canKeypadNavigate(Qt::Orientation orientation);
     486    static bool inTabWidget(QWidget *widget);
    485487#endif
    486488
     
    694696    uint isScrolled : 1;
    695697    uint isMoved : 1;
     698    uint isGLWidget : 1;
    696699    uint usesDoubleBufferedGLContext : 1;
    697700
     
    734737    // This is new stuff
    735738    uint needWindowChange : 1;
    736     uint isGLWidget : 1;
    737739
    738740    // Each wiget keeps a list of all its child and grandchild OpenGL widgets.
Note: See TracChangeset for help on using the changeset viewer.