Home
last modified time | relevance | path

Searched refs:TQtWindowArea (Results 1 – 16 of 16) sorted by relevance

/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp541 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
542 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas617 TQtWindowArea = class(TQtAbstractScrollArea) class
659 ScrollArea: TQtWindowArea;
6729 procedure TQtWindowArea.AttachEvents;
6736 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6741 procedure TQtWindowArea.DetachEvents;
6765 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6772 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6785 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6891 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9392 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp540 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
541 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas618 TQtWindowArea = class(TQtAbstractScrollArea) class
660 ScrollArea: TQtWindowArea;
6709 procedure TQtWindowArea.AttachEvents;
6716 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6721 procedure TQtWindowArea.DetachEvents;
6745 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6752 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6765 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6842 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9314 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp527 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
528 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas613 TQtWindowArea = class(TQtAbstractScrollArea) class
653 ScrollArea: TQtWindowArea;
6616 procedure TQtWindowArea.AttachEvents;
6623 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6628 procedure TQtWindowArea.DetachEvents;
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()
9055 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp527 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
528 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas613 TQtWindowArea = class(TQtAbstractScrollArea) class
653 ScrollArea: TQtWindowArea;
6616 procedure TQtWindowArea.AttachEvents;
6623 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6628 procedure TQtWindowArea.DetachEvents;
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()
9055 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp540 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
541 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas618 TQtWindowArea = class(TQtAbstractScrollArea) class
660 ScrollArea: TQtWindowArea;
6709 procedure TQtWindowArea.AttachEvents;
6716 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6721 procedure TQtWindowArea.DetachEvents;
6745 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6752 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6765 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6842 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9314 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp541 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
542 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas617 TQtWindowArea = class(TQtAbstractScrollArea) class
659 ScrollArea: TQtWindowArea;
6729 procedure TQtWindowArea.AttachEvents;
6736 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6741 procedure TQtWindowArea.DetachEvents;
6765 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6772 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6785 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6891 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9392 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwscontrols.pp579 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
580 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas619 TQtWindowArea = class(TQtAbstractScrollArea) class
659 ScrollArea: TQtWindowArea;
6712 procedure TQtWindowArea.AttachEvents;
6719 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6724 procedure TQtWindowArea.DetachEvents;
6780 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6787 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6822 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6915 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9130 (FOwner is TQtWindowArea)) or
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwscontrols.pp579 R := Rect(ALeft - TQtWindowArea(Box).horizontalScrollBar.getValue,
580 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
H A Dqtwidgets.pas619 TQtWindowArea = class(TQtAbstractScrollArea) class
659 ScrollArea: TQtWindowArea;
6712 procedure TQtWindowArea.AttachEvents;
6719 function TQtWindowArea.CanAdjustClientRectOnResize: Boolean; in CanAdjustClientRectOnResize()
6724 procedure TQtWindowArea.DetachEvents;
6780 procedure TQtWindowArea.scroll(dx, dy: integer; ARect: PRect);
6787 function TQtWindowArea.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; in EventFilter()
6822 function TQtWindowArea.ScrollViewEventFilter(Sender: QObjectH; Event: QEventH in ScrollViewEventFilter()
6915 function TQtWindowArea.getWindowState: QtWindowStates; in getWindowState()
9130 (FOwner is TQtWindowArea)) or
[all …]