MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / UpdateEntryData

Method UpdateEntryData

plugins/base/macro-action-websocket.cpp:290–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void MacroActionWebsocketEdit::UpdateEntryData()
291{
292 if (!_entryData) {
293 return;
294 }
295
296 _apiType->setCurrentIndex(static_cast<int>(_entryData->_api));
297 _messageType->setCurrentIndex(static_cast<int>(_entryData->_type));
298 _message->setPlainText(_entryData->_message);
299 _connection->SetConnection(_entryData->_connection);
300
301 SetWidgetVisibility();
302}
303
304void MacroActionWebsocketEdit::APITypeChanged(int index)
305{

Callers

nothing calls this directly

Calls 2

setPlainTextMethod · 0.80
SetConnectionMethod · 0.45

Tested by

no test coverage detected