Changeset 769 for trunk/src/gui/kernel/qwidget_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qwidget_p.h
r705 r769 242 242 243 243 /** 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 /** 244 253 * Defines the behaviour of QSymbianControl::Draw. 245 254 */ … … 266 275 }; 267 276 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; 278 278 279 279 #elif defined(Q_WS_PM) // <----------------------------------------------------- PM … … 483 483 static bool navigateToDirection(Direction direction); 484 484 static QWidget *widgetInNavigationDirection(Direction direction); 485 static bool canKeypadNavigate(Qt::Orientation orientation); 486 static bool inTabWidget(QWidget *widget); 485 487 #endif 486 488 … … 694 696 uint isScrolled : 1; 695 697 uint isMoved : 1; 698 uint isGLWidget : 1; 696 699 uint usesDoubleBufferedGLContext : 1; 697 700 … … 734 737 // This is new stuff 735 738 uint needWindowChange : 1; 736 uint isGLWidget : 1;737 739 738 740 // Each wiget keeps a list of all its child and grandchild OpenGL widgets.
Note:
See TracChangeset
for help on using the changeset viewer.