Home
last modified time | relevance | path

Searched refs:m_applied (Results 1 – 25 of 31) sorted by relevance

12

/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Ddifference.cpp20 m_applied(false), in Difference()
69 if (apply != m_applied) in apply()
71 m_applied = apply; in apply()
79 if (m_applied != apply) in applyQuietly()
82 m_applied = apply; in applyQuietly()
H A Ddifference.h174 bool applied() const { return m_applied; } in applied()
199 bool m_applied; variable
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/patchreview/
H A Dlocalpatchsource.h45 bool isAlreadyApplied() const override { return m_applied; } in isAlreadyApplied()
47 void setAlreadyApplied( bool applied ) { m_applied = applied; } in setAlreadyApplied()
59 bool m_applied = false; variable
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell-v6/
H A Dqwaylandxdgshellv6.cpp64 if (m_applied.states & Qt::WindowActive) { in ~Toplevel()
74 if (!(m_applied.states & (Qt::WindowMaximized|Qt::WindowFullScreen))) in applyConfigure()
77 if ((m_pending.states & Qt::WindowActive) && !(m_applied.states & Qt::WindowActive)) in applyConfigure()
80 if (!(m_pending.states & Qt::WindowActive) && (m_applied.states & Qt::WindowActive)) in applyConfigure()
99 m_applied = m_pending; in applyConfigure()
100 …land) << "Applied pending zxdg_toplevel_v6 configure event:" << m_applied.size << m_applied.states; in applyConfigure()
139 Qt::WindowStates changedStates = m_applied.states ^ states; in requestWindowStates()
H A Dqwaylandxdgshellv6_p.h119 } m_pending, m_applied; variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_waylandshells/waylandshells/xdg-shell/
H A Dqwaylandxdgshell.cpp74 if (m_applied.states & Qt::WindowActive) { in ~Toplevel()
89 if (!(m_applied.states & (Qt::WindowMaximized|Qt::WindowFullScreen))) in applyConfigure()
92 if ((m_pending.states & Qt::WindowActive) && !(m_applied.states & Qt::WindowActive)) in applyConfigure()
95 if (!(m_pending.states & Qt::WindowActive) && (m_applied.states & Qt::WindowActive)) in applyConfigure()
113 m_applied = m_pending; in applyConfigure()
114 …aWayland) << "Applied pending xdg_toplevel configure event:" << m_applied.size << m_applied.states; in applyConfigure()
191 Qt::WindowStates changedStates = m_applied.states ^ states; in requestWindowStates()
H A Dqwaylandxdgshell_p.h135 } m_pending, m_applied; variable
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/wl-shell/
H A Dqwaylandwlshellsurface.cpp136 && !(m_applied.states & (Qt::WindowMaximized|Qt::WindowFullScreen))) { in applyConfigure()
140 if (m_pending.states != m_applied.states) in applyConfigure()
147 x = m_applied.size.width() - m_pending.size.width(); in applyConfigure()
149 y = m_applied.size.height() - m_pending.size.height(); in applyConfigure()
156 m_applied = m_pending; in applyConfigure()
H A Dqwaylandwlshellsurface_p.h110 } m_applied, m_pending; variable
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell/
H A Dqwaylandxdgshell.cpp80 if (!(m_applied.states & (Qt::WindowMaximized|Qt::WindowFullScreen))) in applyConfigure()
83 if ((m_pending.states & Qt::WindowActive) && !(m_applied.states & Qt::WindowActive) in applyConfigure()
87 if (!(m_pending.states & Qt::WindowActive) && (m_applied.states & Qt::WindowActive) in applyConfigure()
102 m_applied = m_pending; in applyConfigure()
103 …aWayland) << "Applied pending xdg_toplevel configure event:" << m_applied.size << m_applied.states; in applyConfigure()
163 Qt::WindowStates changedStates = m_applied.states ^ states; in requestWindowStates()
H A Dqwaylandxdgshell_p.h125 } m_pending, m_applied; variable
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandtabletv2.cpp263 if (m_pending.proximitySurface && !m_applied.proximitySurface) { in zwp_tablet_tool_v2_frame()
265 m_applied.proximitySurface = m_pending.proximitySurface; in zwp_tablet_tool_v2_frame()
268 if (!(m_pending == m_applied) && m_pending.proximitySurface) { in zwp_tablet_tool_v2_frame()
295 if (!m_pending.proximitySurface && m_applied.enteredSurface) { in zwp_tablet_tool_v2_frame()
300 m_applied = m_pending; in zwp_tablet_tool_v2_frame()
H A Dqwaylandtabletv2_p.h166 } m_pending, m_applied; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/connectioneditor/
H A Daddnewbackenddialog.cpp42 m_applied = true; in AddNewBackendDialog()
85 return m_applied; in applied()
H A Daddnewbackenddialog.h58 bool m_applied = false; variable
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dembeddedfreetree.h257 , m_applied(false) in EmbeddedTreeAddItem()
264 if (!m_applied) in ~EmbeddedTreeAddItem()
272 if (!m_applied) { in newItemCount()
351 if (m_applied)
533 m_applied = true;
764 bool m_applied, m_needResize; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/dialogs/
H A Dsettingsdialog.cpp437 bool m_applied = false; member in Core::Internal::SettingsDialog
704 m_applied = true; in accept()
727 m_applied = true; in apply()
776 QTC_ASSERT(m_eventLoops.empty(), return m_applied;); in execDialog()
778 return m_applied; in execDialog()
/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-layout.h238 bool m_applied = false; variable
H A Dtui-layout.c688 if (!m_applied in apply()
768 m_applied = true; in apply()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp214 Uint32 m_applied; member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp214 Uint32 m_applied; member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp214 Uint32 m_applied; member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp214 Uint32 m_applied; member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp214 Uint32 m_applied; member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/
H A Dlgman.hpp219 Uint32 m_applied; member

12