Home
last modified time | relevance | path

Searched refs:ANewState (Results 1 – 22 of 22) sorted by relevance

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebugtestbase/
H A Dttestdebuggerclasses.pas122 procedure DoStateChangeEx(const AOldState, ANewState: TDBGState); override;
321 procedure TTestWatchesMonitor.DoStateChangeEx(const AOldState, ANewState: TDBGState);
323 inherited DoStateChangeEx(AOldState, ANewState);
/dports/editors/lazarus/lazarus/components/lazdebuggers/lazdebugtestbase/
H A Dttestdebuggerclasses.pas121 procedure DoStateChangeEx(const AOldState, ANewState: TDBGState); override;
320 procedure TTestWatchesMonitor.DoStateChangeEx(const AOldState, ANewState: TDBGState);
322 inherited DoStateChangeEx(AOldState, ANewState);
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggers/lazdebugtestbase/
H A Dttestdebuggerclasses.pas121 procedure DoStateChangeEx(const AOldState, ANewState: TDBGState); override;
320 procedure TTestWatchesMonitor.DoStateChangeEx(const AOldState, ANewState: TDBGState);
322 inherited DoStateChangeEx(AOldState, ANewState);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebugtestbase/
H A Dttestdebuggerclasses.pas122 procedure DoStateChangeEx(const AOldState, ANewState: TDBGState); override;
321 procedure TTestWatchesMonitor.DoStateChangeEx(const AOldState, ANewState: TDBGState);
323 inherited DoStateChangeEx(AOldState, ANewState);
/dports/graphics/photivo/photivo/Sources/filters/imagespot/
H A DptFilter_SpotTuning.cpp39 void BlockTools(const ptBlockToolsMode ANewState, QStringList AExcludeIds = QStringList());
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk/
H A Dgtkwsstdctrls.pp272 class procedure SetState(const ACB: TCustomCheckBox; const ANewState: TCheckBoxState); override;
1825 const ANewState: TCheckBoxState);
1834 if ANewState=cbGrayed then
1838 gtk_toggle_button_set_active(PGtkToggleButton(GtkObject), ANewState = cbChecked);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwsstdctrls.pp271 class procedure SetState(const ACB: TCustomCheckBox; const ANewState: TCheckBoxState); override;
1812 const ANewState: TCheckBoxState);
1821 if ANewState=cbGrayed then
1825 gtk_toggle_button_set_active(PGtkToggleButton(GtkObject), ANewState = cbChecked);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk/
H A Dgtkwsstdctrls.pp272 class procedure SetState(const ACB: TCustomCheckBox; const ANewState: TCheckBoxState); override;
1825 const ANewState: TCheckBoxState);
1834 if ANewState=cbGrayed then
1838 gtk_toggle_button_set_active(PGtkToggleButton(GtkObject), ANewState = cbChecked);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk/
H A Dgtkwsstdctrls.pp271 class procedure SetState(const ACB: TCustomCheckBox; const ANewState: TCheckBoxState); override;
1812 const ANewState: TCheckBoxState);
1821 if ANewState=cbGrayed then
1825 gtk_toggle_button_set_active(PGtkToggleButton(GtkObject), ANewState = cbChecked);
/dports/graphics/photivo/photivo/Sources/
H A DptMain.cpp1404 void BlockTools(const ptBlockToolsMode ANewState, QStringList AExcludeIds = QStringList()) { in BlockTools() argument
1406 switch (ANewState) { in BlockTools()
1418 bool EnabledStatus = ANewState == btmUnblock; in BlockTools()
1468 Settings->SetValue("BlockTools", ANewState); in BlockTools()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcustomlistview.inc810 AEndIndex: Integer; AOldState, ANewState: TListItemStates): Boolean;
814 FOnDataStateChange(Self, AStartIndex, AEndIndex, AOldState, ANewState);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomlistview.inc859 AEndIndex: Integer; AOldState, ANewState: TListItemStates): Boolean;
863 FOnDataStateChange(Self, AStartIndex, AEndIndex, AOldState, ANewState);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcustomlistview.inc810 AEndIndex: Integer; AOldState, ANewState: TListItemStates): Boolean;
814 FOnDataStateChange(Self, AStartIndex, AEndIndex, AOldState, ANewState);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomlistview.inc859 AEndIndex: Integer; AOldState, ANewState: TListItemStates): Boolean;
863 FOnDataStateChange(Self, AStartIndex, AEndIndex, AOldState, ANewState);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwidgets.pas687 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7682 ANewState: QtWindowStates); cdecl;
7693 ANew := ANewState and not QtWindowActive;
7700 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7701 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7706 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7707 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwidgets.pas685 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7906 ANewState: QtWindowStates); cdecl;
7917 ANew := ANewState and not QtWindowActive;
7924 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7925 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7930 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7931 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwidgets.pas686 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7866 ANewState: QtWindowStates); cdecl;
7877 ANew := ANewState and not QtWindowActive;
7884 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7885 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7890 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7891 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwidgets.pas687 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7682 ANewState: QtWindowStates); cdecl;
7693 ANew := ANewState and not QtWindowActive;
7700 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7701 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7706 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7707 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwidgets.pas681 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7545 ANewState: QtWindowStates); cdecl;
7556 ANew := ANewState and not QtWindowActive;
7563 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7564 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7569 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7570 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwidgets.pas686 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7866 ANewState: QtWindowStates); cdecl;
7877 ANew := ANewState and not QtWindowActive;
7884 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7885 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7890 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7891 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwidgets.pas685 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7906 ANewState: QtWindowStates); cdecl;
7917 ANew := ANewState and not QtWindowActive;
7924 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7925 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7930 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7931 (ANewState and QtWindowActive = QtWindowActive) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwidgets.pas681 … procedure MDIChildWindowStateChanged(AOldState: QtWindowStates; ANewState: QtWindowStates); cdecl;
7545 ANewState: QtWindowStates); cdecl;
7556 ANew := ANewState and not QtWindowActive;
7563 if (AOldState and QtWindowMinimized <> 0) and (ANewState and QtWindowMinimized = 0) and
7564 (ANewState and QtWindowMaximized = 0) and LCLObject.ClientRectNeedsInterfaceUpdate then
7569 (ANewState and QtWindowMinimized = QtWindowMinimized) and
7570 (ANewState and QtWindowActive = QtWindowActive) then