Home
last modified time | relevance | path

Searched refs:m_previousState (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/sleep_inhibitor/
H A Dwindows.cpp14 std::optional<EXECUTION_STATE> m_previousState; member in mtx::gui::Util::WindowsSleepInhibitorPrivate
31 if (p->m_previousState) { in inhibit()
43 p->m_previousState = result; in inhibit()
44 …ebug, fmt::format("Windows sleep inhibitor: success: previous state: {0}\n", *p->m_previousState)); in inhibit()
53 …leep inhibitor: uninhibiting: {0}\n", p->m_previousState ? fmt::format("previous state {0}", *p->m… in uninhibit()
55 if (!p->m_previousState) in uninhibit()
58 auto result = SetThreadExecutionState(*p->m_previousState); in uninhibit()
59 p->m_previousState.reset(); in uninhibit()
68 return !!p_func()->m_previousState; in isInhibited()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DCancelImportTaskResponse.h75 inline const Aws::String& GetPreviousState() const{ return m_previousState; } in GetPreviousState()
80 inline void SetPreviousState(const Aws::String& value) { m_previousState = value; } in SetPreviousState()
85 inline void SetPreviousState(Aws::String&& value) { m_previousState = std::move(value); } in SetPreviousState()
90 inline void SetPreviousState(const char* value) { m_previousState.assign(value); } in SetPreviousState()
163 Aws::String m_previousState; variable
H A DInstanceStateChange.h118 inline const InstanceState& GetPreviousState() const{ return m_previousState; } in GetPreviousState()
128 …ousState(const InstanceState& value) { m_previousStateHasBeenSet = true; m_previousState = value; } in SetPreviousState()
133 …iousState(InstanceState&& value) { m_previousStateHasBeenSet = true; m_previousState = std::move(v… in SetPreviousState()
153 InstanceState m_previousState; variable
/dports/devel/gammaray/GammaRay-2.11.3/core/
H A Dprobeguard.cpp38 : m_previousState(insideProbe()) in ProbeGuard()
44 : m_previousState(insideProbe()) in ProbeGuard()
51 setInsideProbe(m_previousState); in ~ProbeGuard()
H A Dprobeguard.h59 bool m_previousState;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSMainThreadExecState.h59 : m_previousState(s_mainThreadState) in JSMainThreadExecState()
68 s_mainThreadState = m_previousState; in ~JSMainThreadExecState()
73 JSC::ExecState* m_previousState; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DInstanceStateChange.cpp59 m_previousState = previousStateNode; in operator =()
85 m_previousState.OutputToStream(oStream, previousStateLocationAndMemberSs.str().c_str()); in OutputToStream()
106 m_previousState.OutputToStream(oStream, previousStateLocationAndMember.c_str()); in OutputToStream()
H A DCancelImportTaskResponse.cpp49 m_previousState = Aws::Utils::Xml::DecodeEscapedXmlText(previousStateNode.GetText()); in operator =()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/history/
H A Dhistory.cpp85 if(state == Qmmp::Playing && m_previousState == Qmmp::Stopped) in onStateChanged()
95 if(m_previousState == Qmmp::Playing) in onStateChanged()
103 m_previousState = state; in onStateChanged()
H A Dhistory.h54 Qmmp::State m_previousState = Qmmp::Stopped; variable
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/listenbrainz/
H A Dlistenbrainz.cpp82 if(state == Qmmp::Playing && m_previousState == Qmmp::Paused) in setState()
94 if(m_previousState == Qmmp::Playing) in setState()
108 m_previousState = state; in setState()
H A Dlistenbrainz.h64 Qmmp::State m_previousState = Qmmp::Stopped; variable
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/
H A Dport.h91 termios m_previousState;
H A Dport.cpp191 m_previousState = state; in openPort()
210 tcsetattr( m_file, TCSANOW, & m_previousState ); in closePort()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/scrobbler/
H A Dscrobbler.h84 Qmmp::State m_previousState = Qmmp::Stopped; variable
H A Dscrobbler.cpp124 if(state == Qmmp::Playing && m_previousState == Qmmp::Paused) in setState()
136 if(m_previousState == Qmmp::Playing) in setState()
150 m_previousState = state; in setState()
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DMainWindow.h147 Qt::WindowStates m_previousState; variable
H A DMainWindow.cpp1547 m_previousState = windowState(); in storeWindowState()
1552 setWindowState(m_previousState); in restoreWindowState()