| 109 | } |
| 110 | |
| 111 | void CParameterBase::SetOnlyView(bool only) |
| 112 | { |
| 113 | if(m_bOnlyView == only) |
| 114 | return; |
| 115 | m_bOnlyView = only; |
| 116 | SetModified(true); |
| 117 | } |
| 118 | |
| 119 | const bool CParameterBase::GetLocalCursor() const |
| 120 | { |
no outgoing calls
no test coverage detected