| 243 | } |
| 244 | |
| 245 | void CParameterPlugin::SetPromptType(PromptType NewPromptType) |
| 246 | { |
| 247 | if (m_PromptType == NewPromptType) |
| 248 | return; |
| 249 | SetModified(true); |
| 250 | m_PromptType = NewPromptType; |
| 251 | emit sigPromptTypeChanged(m_PromptType); |
| 252 | } |
| 253 | |
| 254 | int CParameterPlugin::GetPromptCount() const |
| 255 | { |