Lines Matching refs:TQtAbstractScrollArea
3297 if w is TQtAbstractScrollArea then
3300 ScrollBar := TQtAbstractScrollArea(w).verticalScrollBar
3302 ScrollBar := TQtAbstractScrollArea(w).horizontalScrollBar;
3331 if w is TQtAbstractScrollArea then
3334 ScrollBar := TQtAbstractScrollArea(w).verticalScrollBar
3336 ScrollBar := TQtAbstractScrollArea(w).horizontalScrollBar;
3378 if (TQtWidget(Handle) is TQtAbstractScrollArea) then
3381 SB_HORZ: QtScrollBar := TQtAbstractScrollArea(Handle).horizontalScrollBar;
3382 SB_VERT: QtScrollBar := TQtAbstractScrollArea(Handle).verticalScrollBar;
5795 if TQtWidget(Handle) is TQtAbstractScrollArea then
5797 ScrollBar := TQtAbstractScrollArea(Handle).horizontalScrollBar;
5813 if TQtWidget(Handle) is TQtAbstractScrollArea then
5815 ScrollBar := TQtAbstractScrollArea(Handle).verticalScrollBar;
5861 ScrollArea: TQtAbstractScrollArea;
5873 if w is TQtAbstractScrollArea then
5875 ScrollArea := TQtAbstractScrollArea(w);