Home
last modified time | relevance | path

Searched refs:TQtMenu (Results 1 – 24 of 24) sorted by relevance

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwsmenus.pp98 if Widget is TQtMenu then
110 Result := TQtMenu.Create(AMenuItem);
165 Menu: TQtMenu;
252 if Obj is TQtMenu then
253 TQtMenu(Obj).Release;
273 if Widget is TQtMenu then
277 TQtMenu(Widget).setText('')
301 if Widget is TQtMenu then
333 TQtMenu(AMenuItem.Handle).BeginUpdate;
335 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp288 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
289 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1582 TQtMenu = class(TQtWidget) class
15737 procedure TQtMenu.InitializeWidget;
15759 destructor TQtMenu.Destroy;
15777 procedure TQtMenu.AttachEvents;
15796 procedure TQtMenu.DetachEvents;
15830 procedure TQtMenu.SlotHovered; cdecl;
15869 procedure TQtMenu.DoPopupClose;
15875 procedure TQtMenu.SlotDestroy; cdecl;
15912 procedure TQtMenu.removeActionGroup;
15979 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwsmenus.pp98 if Widget is TQtMenu then
107 Result := TQtMenu.Create(AMenuItem);
146 Menu: TQtMenu;
233 if Obj is TQtMenu then
234 TQtMenu(Obj).Release;
254 if Widget is TQtMenu then
258 TQtMenu(Widget).setText('')
282 if Widget is TQtMenu then
314 TQtMenu(AMenuItem.Handle).BeginUpdate;
316 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp288 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
289 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1584 TQtMenu = class(TQtWidget) class
16072 procedure TQtMenu.InitializeWidget;
16094 destructor TQtMenu.Destroy;
16112 procedure TQtMenu.AttachEvents;
16131 procedure TQtMenu.DetachEvents;
16165 procedure TQtMenu.SlotHovered; cdecl;
16204 procedure TQtMenu.DoPopupClose;
16210 procedure TQtMenu.SlotDestroy; cdecl;
16247 procedure TQtMenu.removeActionGroup;
16314 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwsmenus.pp98 if Widget is TQtMenu then
107 Result := TQtMenu.Create(AMenuItem);
146 Menu: TQtMenu;
233 if Obj is TQtMenu then
234 TQtMenu(Obj).Release;
254 if Widget is TQtMenu then
258 TQtMenu(Widget).setText('')
282 if Widget is TQtMenu then
314 TQtMenu(AMenuItem.Handle).BeginUpdate;
316 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp288 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
289 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1584 TQtMenu = class(TQtWidget) class
16072 procedure TQtMenu.InitializeWidget;
16094 destructor TQtMenu.Destroy;
16112 procedure TQtMenu.AttachEvents;
16131 procedure TQtMenu.DetachEvents;
16165 procedure TQtMenu.SlotHovered; cdecl;
16204 procedure TQtMenu.DoPopupClose;
16210 procedure TQtMenu.SlotDestroy; cdecl;
16247 procedure TQtMenu.removeActionGroup;
16314 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwsmenus.pp97 if Widget is TQtMenu then
106 Result := TQtMenu.Create(AMenuItem);
145 Menu: TQtMenu;
232 if Obj is TQtMenu then
233 TQtMenu(Obj).Release;
253 if Widget is TQtMenu then
257 TQtMenu(Widget).setText('')
281 if Widget is TQtMenu then
313 TQtMenu(AMenuItem.Handle).BeginUpdate;
315 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp287 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
288 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1589 TQtMenu = class(TQtWidget) class
16041 procedure TQtMenu.InitializeWidget;
16063 destructor TQtMenu.Destroy;
16081 procedure TQtMenu.AttachEvents;
16100 procedure TQtMenu.DetachEvents;
16134 procedure TQtMenu.SlotHovered; cdecl;
16173 procedure TQtMenu.DoPopupClose;
16179 procedure TQtMenu.SlotDestroy; cdecl;
16216 procedure TQtMenu.removeActionGroup;
16283 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwsmenus.pp97 if Widget is TQtMenu then
109 Result := TQtMenu.Create(AMenuItem);
164 Menu: TQtMenu;
251 if Obj is TQtMenu then
252 TQtMenu(Obj).Release;
272 if Widget is TQtMenu then
276 TQtMenu(Widget).setText('')
300 if Widget is TQtMenu then
332 TQtMenu(AMenuItem.Handle).BeginUpdate;
334 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp287 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
288 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1591 TQtMenu = class(TQtWidget) class
15866 procedure TQtMenu.InitializeWidget;
15888 destructor TQtMenu.Destroy;
15906 procedure TQtMenu.AttachEvents;
15925 procedure TQtMenu.DetachEvents;
15959 procedure TQtMenu.SlotHovered; cdecl;
15998 procedure TQtMenu.DoPopupClose;
16004 procedure TQtMenu.SlotDestroy; cdecl;
16041 procedure TQtMenu.removeActionGroup;
16108 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwsmenus.pp97 if Widget is TQtMenu then
106 Result := TQtMenu.Create(AMenuItem);
145 Menu: TQtMenu;
232 if Obj is TQtMenu then
233 TQtMenu(Obj).Release;
253 if Widget is TQtMenu then
257 TQtMenu(Widget).setText('')
281 if Widget is TQtMenu then
313 TQtMenu(AMenuItem.Handle).BeginUpdate;
315 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp287 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
288 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1589 TQtMenu = class(TQtWidget) class
16041 procedure TQtMenu.InitializeWidget;
16063 destructor TQtMenu.Destroy;
16081 procedure TQtMenu.AttachEvents;
16100 procedure TQtMenu.DetachEvents;
16134 procedure TQtMenu.SlotHovered; cdecl;
16173 procedure TQtMenu.DoPopupClose;
16179 procedure TQtMenu.SlotDestroy; cdecl;
16216 procedure TQtMenu.removeActionGroup;
16283 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwsmenus.pp98 if Widget is TQtMenu then
110 Result := TQtMenu.Create(AMenuItem);
165 Menu: TQtMenu;
252 if Obj is TQtMenu then
253 TQtMenu(Obj).Release;
273 if Widget is TQtMenu then
277 TQtMenu(Widget).setText('')
301 if Widget is TQtMenu then
333 TQtMenu(AMenuItem.Handle).BeginUpdate;
335 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp288 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
289 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1582 TQtMenu = class(TQtWidget) class
15737 procedure TQtMenu.InitializeWidget;
15759 destructor TQtMenu.Destroy;
15777 procedure TQtMenu.AttachEvents;
15796 procedure TQtMenu.DetachEvents;
15830 procedure TQtMenu.SlotHovered; cdecl;
15869 procedure TQtMenu.DoPopupClose;
15875 procedure TQtMenu.SlotDestroy; cdecl;
15912 procedure TQtMenu.removeActionGroup;
15979 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwsmenus.pp97 if Widget is TQtMenu then
109 Result := TQtMenu.Create(AMenuItem);
164 Menu: TQtMenu;
251 if Obj is TQtMenu then
252 TQtMenu(Obj).Release;
272 if Widget is TQtMenu then
276 TQtMenu(Widget).setText('')
300 if Widget is TQtMenu then
332 TQtMenu(AMenuItem.Handle).BeginUpdate;
334 TQtMenu(AMenuItem.Handle).EndUpdate;
[all …]
H A Dqtwsextctrls.pp287 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
288 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
335 if TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget <> nil then
336 SystemTrayIcon.setContextMenu(QMenuH(TQtMenu(ATrayIcon.PopUpMenu.Handle).Widget));
H A Dqtwidgets.pas1591 TQtMenu = class(TQtWidget) class
15866 procedure TQtMenu.InitializeWidget;
15888 destructor TQtMenu.Destroy;
15906 procedure TQtMenu.AttachEvents;
15925 procedure TQtMenu.DetachEvents;
15959 procedure TQtMenu.SlotHovered; cdecl;
15998 procedure TQtMenu.DoPopupClose;
16004 procedure TQtMenu.SlotDestroy; cdecl;
16041 procedure TQtMenu.removeActionGroup;
16108 function TQtMenu.getVisible: Boolean; in getVisible()
[all …]