MCPcopy Create free account
hub / github.com/KDE/labplot / vectorNames

Method vectorNames

src/backend/datasources/filters/CANFilter.cpp:42–44  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

40
41///////////////////////////////////////////////////////////////////////
42QStringList CANFilter::vectorNames() const {
43 return d->m_signals.signal_names;
44}
45
46void CANFilter::setConvertTimeToSeconds(bool convert) {
47 if (convert == d->convertTimeToSeconds)

Callers 1

refreshPreviewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected