Home
last modified time | relevance | path

Searched refs:m_currentState (Results 1 – 25 of 150) sorted by relevance

123456

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Guideline/
H A DGuidelineStateContext.cpp142 return m_states[m_currentState]->doPaint (); in doPaint()
160 m_states[m_currentState]->handleActiveChange (active); in handleActiveChange()
167 m_states[m_currentState]->handleHoverEnterEvent (); in handleHoverEnterEvent()
175 m_states[m_currentState]->handleHoverLeaveEvent (); in handleHoverLeaveEvent()
242 m_states[m_currentState]->handleTimeout (); in slotTimeout()
255 return m_states[m_currentState]->stateName(); in stateName()
265 if (m_currentState != m_nextState) { in transitionIfRequested()
268 if (m_currentState != NUM_GUIDELINE_STATES) { in transitionIfRequested()
269 m_states[m_currentState]->end (); in transitionIfRequested()
272 m_currentState = m_nextState; in transitionIfRequested()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/DigitizeState/
H A DDigitizeStateContext.cpp61 return m_states [m_currentState]->activeCurve (); in activeCurve()
81 if (m_currentState != m_requestedState) { in completeRequestedStateTransitionIfExists()
85 if (m_currentState != NUM_DIGITIZE_STATES) { in completeRequestedStateTransitionIfExists()
88 m_states [m_currentState]->end (); in completeRequestedStateTransitionIfExists()
92 DigitizeState previousState = m_currentState; in completeRequestedStateTransitionIfExists()
93 m_currentState = m_requestedState; in completeRequestedStateTransitionIfExists()
201 if (m_currentState != DIGITIZE_STATE_EMPTY) { in resetOnLoad()
211 ENGAUGE_ASSERT(m_currentState < m_states.count()); in setCursor()
238 return m_states [m_currentState]->state(); in state()
253 ENGAUGE_ASSERT(m_currentState < m_states.count()); in updateModelDigitizeCurve()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/emacskeys/
H A Demacskeysplugin.cpp191 m_currentState->beginOwnAction(); in mark()
194 m_currentState->setMark(-1); in mark()
209 if (m_currentState->mark() == -1 || m_currentState->mark() == cursor.position()) in exchangeCursorAndMark()
212 m_currentState->beginOwnAction(); in exchangeCursorAndMark()
226 m_currentState->beginOwnAction(); in copy()
231 m_currentState->setMark(-1); in copy()
240 m_currentState->beginOwnAction(); in cut()
244 m_currentState->setMark(-1); in cut()
253 m_currentState->beginOwnAction(); in yank()
255 m_currentState->setMark(-1); in yank()
[all …]
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A DsketcherMinimizerFragment.cpp38 return m_currentState; in getCurrentState()
43 m_currentState = state; in setState()
58 m_currentState++; in changeState()
59 m_currentState = m_currentState % numberOfStates(); in changeState()
112 if (m_currentState != 0) { in apply()
140 if (m_currentState != 0) { in apply()
153 if (m_currentState != 0) { in getCurrentPenalty()
176 if (m_currentState != 0) { in apply()
189 if (m_currentState != 0) { in getCurrentPenalty()
214 if (m_currentState != 0) { in apply()
[all …]
/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A DsketcherMinimizerFragment.cpp37 return m_currentState; in getCurrentState()
42 m_currentState = state; in setState()
57 m_currentState++; in changeState()
58 m_currentState = m_currentState % numberOfStates(); in changeState()
107 if (m_currentState != 0) { in apply()
135 if (m_currentState != 0) { in apply()
148 if (m_currentState != 0) { in getCurrentPenalty()
171 if (m_currentState != 0) { in apply()
184 if (m_currentState != 0) { in getCurrentPenalty()
209 if (m_currentState != 0) { in apply()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/boost/
H A Dboostcodeparser.cpp101 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
104 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
107 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
110 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
114 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
117 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
121 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
124 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
128 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
132 m_currentState = BoostTestTreeItem::Enabled; in handleIdentifier()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/
H A Dqmlprofilerstatemanager.cpp58 QmlProfilerStateManager::QmlProfilerState m_currentState; member in QmlProfiler::QmlProfilerStateManager::QmlProfilerStateManagerPrivate
74 return d->m_currentState; in currentState()
99 return stringForState(d->m_currentState); in currentStateAsString()
107 QTC_ASSERT(d->m_currentState != newState, /**/); in setCurrentState()
110 QTC_ASSERT(d->m_currentState == AppStopRequested || in setCurrentState()
111 d->m_currentState == AppDying, in setCurrentState()
112 qDebug() << "from" << stringForState(d->m_currentState)); in setCurrentState()
115 QTC_ASSERT(d->m_currentState == Idle, in setCurrentState()
119 QTC_ASSERT(d->m_currentState == AppRunning, in setCurrentState()
123 QTC_ASSERT(d->m_currentState == AppRunning, in setCurrentState()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wasapi/
H A Dqwasapiaudiooutput.cpp213 if (m_currentState != QAudio::ActiveState && m_currentState != QAudio::IdleState) in process()
267 m_processing = m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState; in processBuffer()
272 if (m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState) in initStart()
353 return m_currentState; in state()
368 emit stateChanged(m_currentState); in start()
384 emit stateChanged(m_currentState); in start()
404 emit stateChanged(m_currentState); in stop()
429 if (m_currentState != QAudio::ActiveState && m_currentState != QAudio::IdleState) in bytesFree()
459 if (m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState) in setBufferSize()
467 if (m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState) in bufferSize()
[all …]
H A Dqwasapiaudioinput.cpp198 if (m_currentState != QAudio::ActiveState && m_currentState != QAudio::IdleState) in process()
268 m_processing = m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState; in processBuffer()
273 if (m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState) in initStart()
349 return m_currentState; in state()
364 emit stateChanged(m_currentState); in start()
379 emit stateChanged(m_currentState); in start()
393 emit stateChanged(m_currentState); in stop()
431 if (m_currentState != QAudio::IdleState && m_currentState != QAudio::ActiveState) in bytesReady()
460 emit stateChanged(m_currentState); in resume()
467 if (m_currentState == QAudio::ActiveState || m_currentState == QAudio::IdleState) in setBufferSize()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/GuidelineView/
H A DGuidelineViewStateContext.cpp21 m_currentState = NUM_GUIDELINE_VIEW_STATES; // Value that forces a transition right away in GuidelineViewStateContext()
33 ENGAUGE_ASSERT (m_currentState != NUM_GUIDELINE_VIEW_STATES); in handleStateChange()
35 m_states[m_currentState]->handleStateChange (state); in handleStateChange()
48 return m_currentState; in state()
53 if (m_currentState != m_nextState) { in transitionIfRequested()
56 if (m_currentState != NUM_GUIDELINE_VIEW_STATES) { in transitionIfRequested()
57 m_states[m_currentState]->end (); in transitionIfRequested()
60 m_currentState = m_nextState; in transitionIfRequested()
63 m_states[m_currentState]->begin(); in transitionIfRequested()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Drng-stream.cc341 p1 = a12 * m_currentState[1] - a13n * m_currentState[0]; in RandU01()
348 m_currentState[0] = m_currentState[1]; in RandU01()
349 m_currentState[1] = m_currentState[2]; in RandU01()
350 m_currentState[2] = p1; in RandU01()
353 p2 = a21 * m_currentState[5] - a23n * m_currentState[3]; in RandU01()
360 m_currentState[3] = m_currentState[4]; in RandU01()
361 m_currentState[4] = m_currentState[5]; in RandU01()
362 m_currentState[5] = p2; in RandU01()
378 m_currentState[i] = seedNumber; in RngStream()
380 AdvanceNthBy (stream, 127, m_currentState); in RngStream()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamerplayercontrol.cpp115 return m_currentState; in state()
269 m_currentState = newState; in playOrPause()
340 m_currentState = QMediaPlayer::StoppedState;
535 m_currentState = QMediaPlayer::StoppedState;
547 m_currentState = m_userRequestedState;
549 playOrPause(m_currentState);
561 QMediaPlayer::State oldState = m_currentState;
566 m_currentState = QMediaPlayer::PausedState;
585 m_stateStack.push(m_currentState);
604 if (m_currentState != oldState) {
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/
H A Dkreportconfigurationfilterdlg.cpp95 MyMoneyReport m_currentState; member in KReportConfigurationFilterDlgPrivate
108 d->m_currentState = report; in KReportConfigurationFilterDlg()
209 return d->m_currentState; in getConfig()
219 d->m_currentState.assignFilter(filter); in slotSearch()
222 d->m_currentState.setName(d->m_tabGeneral->ui->m_editName->text()); in slotSearch()
223 d->m_currentState.setComment(d->m_tabGeneral->ui->m_editComment->text()); in slotSearch()
226 d->m_currentState.setSkipZero(d->m_tabGeneral->ui->m_skipZero->isChecked()); in slotSearch()
239 d->m_currentState.setShowingRowTotals(false); in slotSearch()
253 d->m_currentState.setBudget(QString(), false); in slotSearch()
340 d->m_currentState.setDateFilter(range); in slotSearch()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Transformation/
H A DTransformationStateContext.cpp25 m_currentState = NUM_TRANSFORMATION_STATES; // Value that forces a transition right away in TransformationStateContext()
42 m_currentState = NUM_TRANSFORMATION_STATES; in resetOnLoad()
57 if (m_currentState != NUM_TRANSFORMATION_STATES) { in triggerStateTransition()
58 m_states[m_currentState]->end(cmdMediator, in triggerStateTransition()
62 m_currentState = transformationState; in triggerStateTransition()
65 m_states[m_currentState]->begin(isGnuplot, in triggerStateTransition()
77 if (m_currentState < NUM_TRANSFORMATION_STATES) { in updateAxesChecker()
79 m_states[m_currentState]->updateAxesChecker (cmdMediator, in updateAxesChecker()
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dstatemachine_p.h124 : State<TransitionInterface>(parent), m_currentState(0)
130 State<TransitionInterface> *s = m_currentState; in finished()
143 m_currentState = this->initialState(); in start()
144 Q_ASSERT(m_currentState); in start()
145 performEnter(m_currentState); in start()
151 m_currentState = 0; in stop()
162 m_currentState = transition->targetState(); in executeTransition()
178 m_currentState = toState; in performEnter()
189 State<TransitionInterface> *exitedState = m_currentState; in performExit()
198 State<TransitionInterface> *childState = m_currentState; in triggerUnconditionalTransition()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppcodeformatter.cpp69 switch (m_currentState.top().type) { in recalculateStateAfter()
194 if (m_currentState.at(m_currentState.size() - 2).type == declaration_start) { in recalculateStateAfter()
203 if (m_currentState.at(m_currentState.size() - 2).type == declaration_start) in recalculateStateAfter()
237 …if (m_currentState.size() >= 3 && m_currentState.at(m_currentState.size() - 3).type == declaration… in recalculateStateAfter()
538 m_currentState += m_currentState.at(i); in recalculateStateAfter()
549 m_currentState += m_currentState.at(i); in recalculateStateAfter()
688 if (belowTop < m_currentState.size()) in state()
689 return m_currentState.at(m_currentState.size() - 1 - belowTop); in state()
727 m_currentState.push(s); in enter()
1055 m_currentState = initialState(); in restoreCurrentState()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Background/
H A DBackgroundStateContext.cpp33 m_currentState = NUM_BACKGROUND_STATES; // Value that forces a transition right away in BackgroundStateContext()
56 if (m_currentState != m_requestedState) { in completeRequestedStateTransitionIfExists()
60 if (m_currentState != NUM_BACKGROUND_STATES) { in completeRequestedStateTransitionIfExists()
63 m_states [m_currentState]->end (); in completeRequestedStateTransitionIfExists()
67 m_currentState = m_requestedState; in completeRequestedStateTransitionIfExists()
77 ENGAUGE_ASSERT (m_currentState != NUM_BACKGROUND_STATES); in fitInView()
85 << " state=" << m_states [m_currentState]->state ().toLatin1().data() in fitInView()
159 … << " currentState=" << m_states [m_currentState]->state().toLatin1().data(); in setPixmap()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdstatemachine.cpp80 m_currentState = id; in addState()
109 m_currentState = it.key(); in reset()
123 m_currentState = -1; in clear()
131 if (!m_transitions.contains(m_currentState)) { in proceed()
136 const QHash<TransitionType, QVector<StateId> > &entry = m_transitions[m_currentState]; in proceed()
138 m_currentState = entry.value(transition).first(); in proceed()
150 if (!m_transitions.contains(m_currentState)) { in possibleTransitions()
155 const QHash<TransitionType, QVector<StateId> > &entry = m_transitions[m_currentState]; in possibleTransitions()
165 if (!m_transitions.contains(m_currentState)) { in proceed()
175 m_currentState = it.value().first(); in proceed()
[all …]
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/imports/bluetooth/
H A Dqdeclarativebluetoothdiscoverymodel.cpp105 m_currentState(QDeclarativeBluetoothDiscoveryModel::IdleAction), in QDeclarativeBluetoothDiscoveryModelPrivate()
134 QDeclarativeBluetoothDiscoveryModel::Action m_currentState; member in QDeclarativeBluetoothDiscoveryModelPrivate
371 QDeclarativeBluetoothDiscoveryModel::Action previous = d->m_currentState; in finishedDiscovery()
372 d->m_currentState = IdleAction; in finishedDiscovery()
433 << d->m_currentState << d->m_nextState << action; in updateNextAction()
460 switch (d->m_currentState) { in transitionToNextAction()
473 d->m_currentState = temp; in transitionToNextAction()
490 (isRunning) ? d->m_currentState = StopAction : d->m_currentState = IdleAction; in transitionToNextAction()
501 qCDebug(QT_BT_QML) << "After transition change:" << d->m_currentState << d->m_nextState; in transitionToNextAction()
533 Q_ASSERT(d->m_currentState != StopAction && d->m_currentState != IdleAction); in toggleStartStop()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdstatemachine_tpl_p.h89 m_currentState = id; in addState()
118 m_currentState = it.key(); in reset()
132 m_currentState = -1; in clear()
140 if (!m_transitions.contains(m_currentState)) { in proceed()
145 const QHash<TransitionType, QVector<StateId> > &entry = m_transitions[m_currentState]; in proceed()
147 m_currentState = entry.value(transition).first(); in proceed()
159 if (!m_transitions.contains(m_currentState)) { in possibleTransitions()
164 const QHash<TransitionType, QVector<StateId> > &entry = m_transitions[m_currentState]; in possibleTransitions()
174 if (!m_transitions.contains(m_currentState)) { in proceed()
184 m_currentState = it.value().first(); in proceed()
[all …]
/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Dakonadibrowsermodel.cpp216 m_currentState = m_genericState; in AkonadiBrowserModel()
229 QVariant var = m_currentState->entityData(item, column, role); in entityData()
248 return m_currentState->m_itemHeaders.size(); in entityColumnCount()
252 return m_currentState->m_collectionHeaders.size(); in entityColumnCount()
270 if (section >= m_currentState->m_collectionHeaders.size()) { in entityHeaderData()
273 return m_currentState->m_collectionHeaders.at(section); in entityHeaderData()
277 if (section >= m_currentState->m_itemHeaders.size()) { in entityHeaderData()
280 return m_currentState->m_itemHeaders.at(section); in entityHeaderData()
316 m_currentState = newState; in setItemDisplayMode()
320 m_currentState = newState; in setItemDisplayMode()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/tableview/gameoflife/
H A Dgameoflifemodel.cpp86 return QVariant(m_currentState[cellIndex({index.column(), index.row()})]); in data()
96 m_currentState[cellIndex({index.column(), index.row()})] = value.toBool(); in setData()
117 bool currentState = m_currentState[i]; in nextStep()
126 m_currentState = std::move(newValues); in nextStep()
163 m_currentState[cellIndex(cellPosition)] = line[x] == 'O'; in loadPattern()
173 m_currentState.fill(false); in clear()
190 if (m_currentState[cellIndex(neighborPosition)]) in cellNeighborsCount()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Tutorial/
H A DTutorialStateContext.cpp53 m_currentState = NUM_TUTORIAL_STATES; // Value that forces a transition right away; in createStates()
70 if (m_currentState != m_requestedState) { in completeRequestedStateTransitionIfExists()
74 if (m_currentState != NUM_TUTORIAL_STATES) { in completeRequestedStateTransitionIfExists()
77 m_states [m_currentState]->end (); in completeRequestedStateTransitionIfExists()
81 m_currentState = m_requestedState; in completeRequestedStateTransitionIfExists()
/dports/math/kbruch/kbruch-21.12.3/src/
H A DExerciseCompare.cpp42 m_currentState = _CHECK_TASK; in ExerciseCompare()
160 if (m_currentState == _CHECK_TASK) { in forceNewTask()
164 m_currentState = _CHECK_TASK; in forceNewTask()
276 if (m_currentState == _CHECK_TASK) { in slotSkipButtonClicked()
279 m_currentState = _CHECK_TASK; in slotSkipButtonClicked()
294 m_currentState = _NEXT_TASK; in slotMinorButtonClicked()
308 m_currentState = _NEXT_TASK; in slotMoreButtonClicked()
322 m_currentState = _NEXT_TASK; in slotEqualButtonClicked()
/dports/math/kig/kig-21.12.3/geogebra/
H A Dgeogebratransformer.cpp40 switch( m_currentState ) in attribute()
45 m_currentState = GeogebraTransformer::ReadingArguments; in attribute()
79 Q_ASSERT( m_currentState == ReadingDouble ); in attribute()
195 switch( m_currentState ) in endElement()
240 m_currentState = GeogebraTransformer::ReadingObject; in endElement()
279 switch( m_currentState ) in startElement()
285 m_currentState = GeogebraTransformer::ReadingArguments; in startElement()
305 m_currentState = GeogebraTransformer::ReadingDouble; in startElement()

123456