Home
last modified time | relevance | path

Searched refs:m_active (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kundo2/
H A Dkundo2group.cpp179 if (m_active != 0) { in setActiveStack()
194 m_active = stack; in setActiveStack()
196 if (m_active == 0) { in setActiveStack()
238 return m_active; in activeStack()
252 if (m_active != 0) in undo()
268 if (m_active != 0) in redo()
283 return m_active != 0 && m_active->canUndo(); in canUndo()
297 return m_active != 0 && m_active->canRedo(); in canRedo()
311 return m_active == 0 ? QString() : m_active->undoText(); in undoText()
325 return m_active == 0 ? QString() : m_active->redoText(); in redoText()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/command/
H A Dkundo2group.cpp178 if (m_active != 0) { in setActiveStack()
193 m_active = stack; in setActiveStack()
195 if (m_active == 0) { in setActiveStack()
237 return m_active; in activeStack()
251 if (m_active != 0) in undo()
267 if (m_active != 0) in redo()
282 return m_active != 0 && m_active->canUndo(); in canUndo()
296 return m_active != 0 && m_active->canRedo(); in canRedo()
310 return m_active == 0 ? QString() : m_active->undoText(); in undoText()
324 return m_active == 0 ? QString() : m_active->redoText(); in redoText()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/kundo2/
H A Dkundo2group.cpp178 if (m_active != 0) { in setActiveStack()
193 m_active = stack; in setActiveStack()
195 if (m_active == 0) { in setActiveStack()
237 return m_active; in activeStack()
251 if (m_active != 0) in undo()
267 if (m_active != 0) in redo()
282 return m_active != 0 && m_active->canUndo(); in canUndo()
296 return m_active != 0 && m_active->canRedo(); in canRedo()
310 return m_active == 0 ? QString() : m_active->undoText(); in undoText()
324 return m_active == 0 ? QString() : m_active->redoText(); in redoText()
[all …]
/dports/databases/kexi/kexi-3.2.0/src/widget/undo/
H A Dkundo2group.cpp177 if (m_active != 0) {
192 m_active = stack;
194 if (m_active == 0) {
236 return m_active;
250 if (m_active != 0)
266 if (m_active != 0)
281 return m_active != 0 && m_active->canUndo();
295 return m_active != 0 && m_active->canRedo();
309 return m_active == 0 ? QString() : m_active->undoText();
323 return m_active == 0 ? QString() : m_active->redoText();
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DControls.cpp26 m_active = m_units.begin(); in Controls()
70 result = *m_active; in getActive()
163 if (m_active != m_units.end() && (*m_active)->isMoving()) { in lockPhases()
209 if (m_active == m_units.end() || !(*m_active)->canDrive()) { in checkActive()
225 if (m_active == m_units.end() || m_active + 1 == m_units.end()) { in switchActive()
229 ++m_active; in switchActive()
231 } while (m_active != start && !(*m_active)->canDrive()); in switchActive()
276 m_active = i; in activateSelected()
304 m_active = i; in activateDriven()
319 if (m_active != active) { in setActive()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DtSmartArray.h40 int m_active; // Active Size variable
67 int GetSize() const { return m_active; } in GetSize()
73 m_active = in_size; in ResizeClear()
90 if (new_size == m_active) return; in Resize()
97 m_active = 0; in Resize()
121 m_active = new_size; in Resize()
126 int old_size = m_active; in Resize()
148 Resize(m_active + 1); in Push()
149 m_data[m_active - 1] = value; in Push()
154 T value = m_data[m_active - 1]; in Pop()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/analyzer/
H A Danalyzer.h54 m_active(false) { in AnalyzerWithState()
60 VERIFY_OR_DEBUG_ASSERT(!m_active) { in ~AnalyzerWithState()
66 return m_active; in isActive()
70 DEBUG_ASSERT(!m_active); in initialize()
75 if (m_active) { in processSamples()
77 if (!m_active) { in processSamples()
86 if (m_active) { in finish()
89 m_active = false; in finish()
94 if (m_active) { in cancel()
96 m_active = false; in cancel()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dut0bool_scope_guard.h41 bool *m_active; variable
47 explicit bool_scope_guard_t(bool &active) : m_active(&active) { in bool_scope_guard_t()
48 *m_active = true; in bool_scope_guard_t()
51 if (m_active != nullptr) { in ~bool_scope_guard_t()
52 *m_active = false; in ~bool_scope_guard_t()
53 m_active = nullptr; in ~bool_scope_guard_t()
60 m_active = old.m_active; in bool_scope_guard_t()
61 old.m_active = nullptr; in bool_scope_guard_t()
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dqueryutil.h14 m_active(false) { in ScopedTransaction()
21 if (m_active) { in ~ScopedTransaction()
26 return m_active; in active()
29 if (m_active) { in transaction()
34 m_active = m_database.transaction(); in transaction()
35 return m_active; in transaction()
38 if (!m_active) { in commit()
47 m_active = false; in commit()
51 if (!m_active) { in rollback()
60 m_active = false; in rollback()
[all …]
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWORKOutputManager.cpp16 : m_active() in IWORKOutputManager()
25 assert(m_active.empty()); in ~IWORKOutputManager()
30 m_active.push(IWORKOutputElements()); in push()
35 assert(!m_active.empty()); in pop()
36 m_active.pop(); in pop()
41 assert(!m_active.empty()); in save()
42 m_saved.push_back(m_active.top()); in save()
59 assert(!m_active.empty()); in getCurrent()
60 return m_active.top(); in getCurrent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/
H A DOSScreenSaver.cpp48 : m_active{false}, m_manager{} in COSScreenSaverInhibitor()
53 : m_active{true}, m_manager{manager} in COSScreenSaverInhibitor()
58 : m_active{false}, m_manager{} in COSScreenSaverInhibitor()
66 m_active = other.m_active; in operator =()
68 other.m_active = false; in operator =()
75 return m_active; in IsActive()
85 if (m_active) in Release()
88 m_active = false; in Release()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/disp/adv_thread_pool/impl/
H A Ddisp.hpp114 , m_active( false ) in agent_queue_t()
151 if( !m_active ) in push()
155 m_active = true; in push()
178 m_active = false; in peek_front()
205 m_active = ( !empty() && in worker_started()
208 return m_active; in worker_started()
224 bool old_active = m_active; in worker_finished()
225 if( !m_active ) in worker_finished()
226 m_active = !empty(); in worker_finished()
232 return old_active != m_active; in worker_finished()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Diwm.cpp50 save_item(NAME(m_active)); in device_start()
68 m_active = MODE_IDLE; in device_reset()
86 m_active = MODE_IDLE; in device_timer()
103 if(m_active) in set_floppy()
164 m_active = MODE_ACTIVE; in control()
170 m_active = MODE_IDLE; in control()
177 m_active = MODE_DELAY; in control()
217 if(s == 0x00 && m_active) in control()
225 if(s == 0xc0 && m_active) in control()
238 m_active == MODE_IDLE ? "idle" : m_active == MODE_DELAY ? "delay" : "active", in control()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Diwm.cpp50 save_item(NAME(m_active)); in device_start()
68 m_active = MODE_IDLE; in device_reset()
86 m_active = MODE_IDLE; in device_timer()
103 if(m_active) in set_floppy()
164 m_active = MODE_ACTIVE; in control()
170 m_active = MODE_IDLE; in control()
177 m_active = MODE_DELAY; in control()
217 if(s == 0x00 && m_active) in control()
225 if(s == 0xc0 && m_active) in control()
238 m_active == MODE_IDLE ? "idle" : m_active == MODE_DELAY ? "delay" : "active", in control()
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dstaticobject.h71 auto lock = m_active.lock_shared_rec(); in insert()
72 if(m_active.find(id) != m_active.end()) in insert()
78 m_active.set(id, obj); in insert()
85 if(m_active.find(id) == m_active.end()) in remove()
91 m_active.erase(id); in remove()
103 shared_map<u16, StaticObject> m_active; variable
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilereg-tab.cc19 m_active(-1), in TabbedRegion()
135 if (m_active == idx) in activate_tab()
144 m_active = idx; in activate_tab()
149 if (m_tabs[m_active].reg) in activate_tab()
163 if (m_tabs[m_active].reg) in deactivate_tab()
169 return m_active; in active_tab()
201 if (m_active == idx) in disable_tab()
204 if (m_active == idx) in disable_tab()
205 m_active = -1; in disable_tab()
218 if (!m_tabs[m_active].reg) in active_is_valid()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkForce.cpp19 ChLinkForce::ChLinkForce() : m_active(false), m_F(0), m_K(0), m_R(0) { in ChLinkForce()
27 m_active = other.m_active; in ChLinkForce()
39 if (!m_active) in GetKcurrent()
45 if (!m_active) in GetRcurrent()
51 if (!m_active) in GetFcurrent()
57 if (!m_active) in GetForce()
67 marchive << CHNVP(m_active); in ArchiveOUT()
81 marchive >> CHNVP(m_active); in ArchiveIN()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothdevicediscoveryagent_android.cpp66 m_active(NoScanActive), in QBluetoothDeviceDiscoveryAgentPrivate()
88 if (m_active != NoScanActive) in ~QBluetoothDeviceDiscoveryAgentPrivate()
106 return m_active != NoScanActive; in isActive()
266 m_active = NoScanActive; in start()
281 if (m_active == NoScanActive) in stop()
284 if (m_active == SDPScanActive) { in stop()
307 if (m_active != SDPScanActive) in processSdpDiscoveryFinished()
313 m_active = NoScanActive; in processSdpDiscoveryFinished()
419 m_active = BtleScanActive; in startLowEnergyScan()
439 m_active = NoScanActive; in startLowEnergyScan()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DAction.cpp41 , m_active(other.m_active) in Action()
52 , m_active(other.m_active) in Action()
81 m_active = active; in trigger()
94 if (m_active == a) { in setActive()
97 m_active = a; in setActive()
104 m_active = other.m_active; in operator =()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DAction.cpp41 , m_active(other.m_active) in Action()
52 , m_active(other.m_active) in Action()
81 m_active = active; in trigger()
94 if (m_active == a) { in setActive()
97 m_active = a; in setActive()
104 m_active = other.m_active; in operator =()
/dports/games/fillets-ng/fillets-ng-1.0.1/src/plan/
H A DGameState.cpp27 m_active = false; in GameState()
68 m_active = true; in initState()
79 if (!m_active) { in updateState()
93 if (!m_active) { in pauseState()
99 m_active = false; in pauseState()
110 if (m_active) { in resumeState()
114 m_active = true; in resumeState()
126 if (!m_active) { in cleanState()
133 m_active = false; in cleanState()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioningquick/
H A Dqdeclarativepositionsource.cpp227 } else if (m_active) { in tryAttach()
228 m_active = false; in tryAttach()
350 if (m_active) { in setNmeaSource()
432 if (!m_active) in updateTimeoutReceived()
440 m_active = false; in updateTimeoutReceived()
653 if (!m_active) { in start()
654 m_active = true; in start()
675 if (!m_active) { in update()
701 if (m_active) { in stop()
730 return m_active; in isActive()
[all …]
/dports/games/minetest/minetest-5.4.1/src/
H A Dstaticobject.h59 if(m_active.find(id) != m_active.end()) in insert()
65 m_active[id] = obj; in insert()
72 if(m_active.find(id) == m_active.end()) in remove()
78 m_active.erase(id); in remove()
90 std::map<u16, StaticObject> m_active; variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/util/time/
H A Dtimer.cpp38 m_active(false) { in Timer()
46 if(m_active) in start()
50 m_active = true; in start()
54 if(!m_active) in stop()
57 m_active = false; in stop()
69 if(!m_active) in updateEvent()
/dports/audio/mixxx/mixxx-2.3.0/src/util/db/
H A Dsqltransaction.cpp40 m_active(beginTransaction(m_database)) { in SqlTransaction()
46 m_active(other.m_active) { in SqlTransaction()
51 if (m_active && m_database.isOpen()) { in ~SqlTransaction()
57 m_active = false; in release()
61 DEBUG_ASSERT(m_active); in commit()
84 DEBUG_ASSERT(m_active); in rollback()

12345678910>>...45