Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetCursorPosition
Method
SetCursorPosition
Src/ParameterCompone/ParameterBase.cpp:137–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void CParameterBase::SetCursorPosition(bool pos)
138
{
139
if(m_bCursorPosition == pos)
140
return;
141
m_bCursorPosition = pos;
142
SetModified(true);
143
}
144
145
const bool CParameterBase::GetClipboard() const
146
{
Callers
1
on_pbOK_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected