MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / onLayerWarningChanged

Method onLayerWarningChanged

pj_app/src/ui/Scene3DConfigPanel.cpp:961–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void Scene3DConfigPanel::onLayerWarningChanged(ObjectTopicId topic_id, bool warn, const QString& reason) {
962 layer_list_->setRowWarning(static_cast<qint64>(topic_id.id), warn, reason);
963}
964
965void Scene3DConfigPanel::onStylesheetChanged(QString theme) {
966 theme_ = theme;

Callers

nothing calls this directly

Calls 1

setRowWarningMethod · 0.80

Tested by

no test coverage detected