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

Method UpdateEntryData

plugins/base/macro-action-osc.cpp:282–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void MacroActionOSCEdit::UpdateEntryData()
283{
284 if (!_entryData) {
285 return;
286 }
287
288 _protocol->setCurrentIndex(static_cast<int>(_entryData->GetProtocol()));
289 _ip->setText(_entryData->GetIP());
290 _port->SetValue(_entryData->GetPortNr());
291 _message->SetMessage(_entryData->_message);
292
293 adjustSize();
294 updateGeometry();
295}
296
297void MacroActionOSCEdit::IpChanged()
298{

Callers

nothing calls this directly

Calls 6

GetProtocolMethod · 0.80
setTextMethod · 0.80
GetIPMethod · 0.80
GetPortNrMethod · 0.80
SetValueMethod · 0.45
SetMessageMethod · 0.45

Tested by

no test coverage detected