MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / operator<<

Function operator<<

src/framework/lifecycle/pluginmetaobject.cpp:286–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286QT_BEGIN_NAMESPACE
287/**
288 * @brief operator <<
289 * 重定向全局Debug打印PluginDepend对象的函数
290 * @param out
291 * @param depend
292 * @return
293 */
294Q_CORE_EXPORT QDebug operator<<(QDebug out, const DPF_NAMESPACE::PluginDepend &depend)
295{
296 DPF_USE_NAMESPACE
297 out << "PluginDepend(" << QString("0x%0").arg(qint64(&depend),0,16) << "){";
298 out << PLUGIN_NAME << " : " << depend.name() << "; ";
299 out << PLUGIN_VERSION << " : " << depend.version() << "; ";
300 out << "}";
301 return out;
302}
303
304Q_CORE_EXPORT QDebug operator<<(QDebug out, const DPF_NAMESPACE::PluginInstallDepend &depend)
305{

Callers

nothing calls this directly

Calls 15

installerMethod · 0.80
packagesMethod · 0.80
iidMethod · 0.80
compatVersionMethod · 0.80
categoryMethod · 0.80
vendorMethod · 0.80
copyrightMethod · 0.80
licenseMethod · 0.80
urlLinkMethod · 0.80
dependsMethod · 0.80
installDependsMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected