Home
last modified time | relevance | path

Searched refs:OverlayClient (Results 1 – 25 of 110) sorted by relevance

12345

/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOverlayUserGroup.cpp78 QMenu *qmShow = qm.addMenu(OverlayClient::tr("Filter")); in contextMenuEvent()
80 QAction *qaShowTalking = qmShow->addAction(OverlayClient::tr("Only talking")); in contextMenuEvent()
90 QAction *qaShowHome = qmShow->addAction(OverlayClient::tr("All in current channel")); in contextMenuEvent()
95 QAction *qaShowLinked = qmShow->addAction(OverlayClient::tr("All in linked channels")); in contextMenuEvent()
102 QAction *qaShowSelf = qmShow->addAction(OverlayClient::tr("Always show yourself")); in contextMenuEvent()
113 QMenu *qmColumns = qm.addMenu(OverlayClient::tr("Columns")); in contextMenuEvent()
121 QMenu *qmSort = qm.addMenu(OverlayClient::tr("Sort")); in contextMenuEvent()
123 QAction *qaSortAlphabetically = qmSort->addAction(OverlayClient::tr("Alphabetically")); in contextMenuEvent()
133 QAction *qaEdit = qm.addAction(OverlayClient::tr("Edit...")); in contextMenuEvent()
134 QAction *qaZoom = qm.addAction(OverlayClient::tr("Reset Zoom")); in contextMenuEvent()
[all …]
H A DOverlayClient.cpp25 OverlayClient::OverlayClient(QLocalSocket *socket, QObject *p) in OverlayClient() function in OverlayClient
78 OverlayClient::~OverlayClient() { in ~OverlayClient()
103 void OverlayClient::updateFPS() { in updateFPS()
119 void OverlayClient::updateTime() { in updateTime()
132 void OverlayClient::updateMouse() { in updateMouse()
203 void OverlayClient::showGui() { in showGui()
308 void OverlayClient::hideGui() { in hideGui()
426 void OverlayClient::readyRead() { in readyRead()
503 void OverlayClient::reset() { in reset()
584 bool OverlayClient::update() { in update()
[all …]
H A DOverlayClient.h23 class OverlayClient : public QObject {
27 Q_DISABLE_COPY(OverlayClient)
74 OverlayClient(QLocalSocket *, QObject *);
75 ~OverlayClient() Q_DECL_OVERRIDE;
H A DOverlay.h27 class OverlayClient; variable
76 friend class OverlayClient; variable
100 QList<OverlayClient *> qlClients;
H A DOverlay.cpp192 foreach(OverlayClient *oc, qlClients) { in ~Overlay()
263 OverlayClient *oc = new OverlayClient(qls, this); in newConnection()
273 foreach(OverlayClient *oc, qlClients) { in disconnected()
294 foreach(OverlayClient *oc, qlClients) { in toggleShow()
323 foreach(OverlayClient *oc, qlClients) { in forceSettings()
449 foreach(OverlayClient *oc, qlClients) { in updateOverlay()
H A DGlobal.h30 class OverlayClient; variable
74 OverlayClient *ocIntercept;
H A DOverlay_macx.mm11 #include "OverlayClient.h"
177 void OverlayClient::updateMouse() {
H A Dmumble.pro130 OverlayClient.h \
176 OverlayClient.cpp \
H A DGlobalShortcut_macx.mm12 #include "OverlayClient.h"
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOverlayUserGroup.cpp78 QMenu *qmShow = qm.addMenu(OverlayClient::tr("Filter")); in contextMenuEvent()
80 QAction *qaShowTalking = qmShow->addAction(OverlayClient::tr("Only talking")); in contextMenuEvent()
90 QAction *qaShowHome = qmShow->addAction(OverlayClient::tr("All in current channel")); in contextMenuEvent()
95 QAction *qaShowLinked = qmShow->addAction(OverlayClient::tr("All in linked channels")); in contextMenuEvent()
102 QAction *qaShowSelf = qmShow->addAction(OverlayClient::tr("Always show yourself")); in contextMenuEvent()
113 QMenu *qmColumns = qm.addMenu(OverlayClient::tr("Columns")); in contextMenuEvent()
121 QMenu *qmSort = qm.addMenu(OverlayClient::tr("Sort")); in contextMenuEvent()
123 QAction *qaSortAlphabetically = qmSort->addAction(OverlayClient::tr("Alphabetically")); in contextMenuEvent()
133 QAction *qaEdit = qm.addAction(OverlayClient::tr("Edit...")); in contextMenuEvent()
134 QAction *qaZoom = qm.addAction(OverlayClient::tr("Reset Zoom")); in contextMenuEvent()
[all …]
H A DOverlayClient.cpp25 OverlayClient::OverlayClient(QLocalSocket *socket, QObject *p) in OverlayClient() function in OverlayClient
78 OverlayClient::~OverlayClient() { in ~OverlayClient()
103 void OverlayClient::updateFPS() { in updateFPS()
119 void OverlayClient::updateTime() { in updateTime()
132 void OverlayClient::updateMouse() { in updateMouse()
203 void OverlayClient::showGui() { in showGui()
308 void OverlayClient::hideGui() { in hideGui()
426 void OverlayClient::readyRead() { in readyRead()
503 void OverlayClient::reset() { in reset()
584 bool OverlayClient::update() { in update()
[all …]
H A DOverlayClient.h23 class OverlayClient : public QObject {
27 Q_DISABLE_COPY(OverlayClient)
74 OverlayClient(QLocalSocket *, QObject *);
75 ~OverlayClient() Q_DECL_OVERRIDE;
H A DOverlay.h27 class OverlayClient; variable
76 friend class OverlayClient; variable
100 QList<OverlayClient *> qlClients;
H A DOverlay.cpp192 foreach(OverlayClient *oc, qlClients) { in ~Overlay()
263 OverlayClient *oc = new OverlayClient(qls, this); in newConnection()
273 foreach(OverlayClient *oc, qlClients) { in disconnected()
294 foreach(OverlayClient *oc, qlClients) { in toggleShow()
323 foreach(OverlayClient *oc, qlClients) { in forceSettings()
449 foreach(OverlayClient *oc, qlClients) { in updateOverlay()
H A DGlobal.h30 class OverlayClient; variable
74 OverlayClient *ocIntercept;
H A DOverlay_macx.mm11 #include "OverlayClient.h"
177 void OverlayClient::updateMouse() {
H A Dmumble.pro130 OverlayClient.h \
176 OverlayClient.cpp \
H A DGlobalShortcut_macx.mm12 #include "OverlayClient.h"
H A Dmumble_br.ts7211 <name>OverlayClient</name>
H A Dmumble_be.ts7211 <name>OverlayClient</name>
H A Dmumble_sk.ts7211 <name>OverlayClient</name>
H A Dmumble_ar.ts7211 <name>OverlayClient</name>
H A Dmumble_hi.ts7211 <name>OverlayClient</name>
/dports/audio/mumble/mumble-1.3.3/
H A DCHANGES3732 950fa15 Merge PR #2365: OverlayClient: hide QGraphicsPixmapItems when
3790 27abc98 OverlayClient: hide QGraphicsPixmapItems when FPS and time are
5075 OverlayClient.cpp to work with the new theme system.
5203 fcb908b Initialize fields in OverlayClient
5272 ad1ed22 Prevent OverlayClient destructor from hanging on disconnect
5583 fd782c3 Overlay, OverlayClient: add PID and process name diagnostics
6643 0abf7e3 move logic into method OverlayClient::readyReadMsgInit; add
9042 1ac9afa Unix/MacOSX overlay library: Tell OverlayClient when we've
/dports/audio/murmur/mumble-1.3.3/
H A DCHANGES3732 950fa15 Merge PR #2365: OverlayClient: hide QGraphicsPixmapItems when
3790 27abc98 OverlayClient: hide QGraphicsPixmapItems when FPS and time are
5075 OverlayClient.cpp to work with the new theme system.
5203 fcb908b Initialize fields in OverlayClient
5272 ad1ed22 Prevent OverlayClient destructor from hanging on disconnect
5583 fd782c3 Overlay, OverlayClient: add PID and process name diagnostics
6643 0abf7e3 move logic into method OverlayClient::readyReadMsgInit; add
9042 1ac9afa Unix/MacOSX overlay library: Tell OverlayClient when we've

12345