Home
last modified time | relevance | path

Searched refs:AttachedWindow (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/
H A DAttachedWindow.cpp43 AttachedWindow::AttachedWindow(void *_target, int _yOffset) in AttachedWindow() function in chatterino::AttachedWindow
60 AttachedWindow::~AttachedWindow() in ~AttachedWindow()
74 AttachedWindow *AttachedWindow::get(void *target, const GetArgs &args) in get()
76 AttachedWindow *window = [&]() { in get()
85 auto *window = new AttachedWindow(target, args.yOffset); in get()
134 void AttachedWindow::detach(const QString &winId) in detach()
145 void AttachedWindow::setChannel(ChannelPtr channel) in setChannel()
150 void AttachedWindow::showEvent(QShowEvent *) in showEvent()
155 void AttachedWindow::attachToHwnd(void *_attachedPtr) in attachToHwnd()
232 void AttachedWindow::updateWindowRect(void *_attachedPtr) in updateWindowRect()
[all …]
H A DAttachedWindow.hpp12 class AttachedWindow : public QWidget class
14 AttachedWindow(void *_target, int _yOffset);
27 virtual ~AttachedWindow() override;
29 static AttachedWindow *get(void *target_, const GetArgs &args);
46 AttachedWindow *window;
/dports/net-im/chatterino2/chatterino2-2.3.4/src/singletons/
H A DNativeMessaging.cpp210 AttachedWindow::GetArgs args; in handleMessage()
252 AttachedWindow::get(::GetForegroundWindow(), args); in handleMessage()
282 AttachedWindow::detach(winId); in handleMessage()
/dports/devel/directfb/DirectFB-1.4.17/src/input/
H A Didirectfbinputbuffer.c92 } AttachedWindow; typedef
149 AttachedWindow *window; in IDirectFBEventBuffer_Destruct()
757 AttachedWindow *attached; in IDirectFBEventBuffer_AttachWindow()
767 attached = D_CALLOC( 1, sizeof(AttachedWindow) ); in IDirectFBEventBuffer_AttachWindow()
783 AttachedWindow *attached; in IDirectFBEventBuffer_DetachWindow()
870 AttachedWindow *window; in IDirectFBEventBuffer_WindowReact()
/dports/audio/exaile/exaile-4.1.1/plugins/minimode/
H A Dcontrols.py29 from xlgui.widgets.common import AttachedWindow
753 self.popup = AttachedWindow(self)
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dcommon.py46 class AttachedWindow(Gtk.Window): class
/dports/net-im/chatterino2/chatterino2-2.3.4/
H A Dchatterino.pro263 src/widgets/AttachedWindow.cpp \
527 src/widgets/AttachedWindow.hpp \
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS2533 - Plugged mem leak of AttachedWindow struct when DetachEventBuffer() happens
H A DChangeLog16680 Plugged mem leak of AttachedWindow struct when DetachEventBuffer() happens