MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetLocalCursor

Method SetLocalCursor

Src/ParameterCompone/ParameterBase.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CParameterBase::SetLocalCursor(bool cursor)
125{
126 if(m_bLocalCursor == cursor)
127 return;
128 m_bLocalCursor = cursor;
129 SetModified(true);
130}
131
132const bool CParameterBase::GetCursorPosition() const
133{

Callers 2

on_pbOk_clickedMethod · 0.80
on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected