Lines Matching refs:TQtWindowArea
613 TQtWindowArea = class(TQtAbstractScrollArea) class
653 ScrollArea: TQtWindowArea;
4281 not ((ClassType = TQtMainWindow) or (ClassType = TQtWindowArea)) and InUpdate then
6616 procedure TQtWindowArea.AttachEvents;
6623 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6628 procedure TQtWindowArea.DetachEvents;
6638 function TQtWindowArea.MapToGlobal(APt: TPoint; const AWithScrollOffset: Boolean in MapToGlobal()
6684 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6691 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6704 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6805 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
6904 ScrollArea := TQtWindowArea.CreateFrom(LCLObject, QAbstractScrollArea_create(Result));
6965 ScrollArea := TQtWindowArea.CreateFrom(LCLObject, QAbstractScrollArea_create(Result));
9055 (FOwner is TQtWindowArea)) or
9133 if {$IFDEF QTSCROLLABLEFORMS}(FOwner is TQtWindowArea) or {$ENDIF}