MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / labelToolTipFromScriptName

Function labelToolTipFromScriptName

Gui/TrackerPanel.cpp:583–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static QString
584labelToolTipFromScriptName(const TrackMarker& marker)
585{
586 return ( QString::fromUtf8("<p><b>")
587 + QString::fromUtf8( marker.getScriptName_mt_safe().c_str() )
588 + QString::fromUtf8("</b></p>")
589 + NATRON_NAMESPACE::convertFromPlainText(QCoreApplication::translate("TrackerPanel", "The label of the track as seen in the viewer."), NATRON_NAMESPACE::WhiteSpaceNormal) );
590}
591
592void
593TrackerPanelPrivate::makeTrackRowItems(const TrackMarker& marker,

Callers 2

makeTrackRowItemsMethod · 0.85
onItemDataChangedMethod · 0.85

Calls 3

convertFromPlainTextFunction · 0.85
translateFunction · 0.70
getScriptName_mt_safeMethod · 0.45

Tested by

no test coverage detected