Home
last modified time | relevance | path

Searched refs:appendCategory (Results 1 – 8 of 8) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasmaquick/
H A Dconfigmodel.cpp45 void appendCategory(ConfigCategory *c);
88 model->d->appendCategory(o); in categories_append()
122 void ConfigModelPrivate::appendCategory(ConfigCategory *c) in appendCategory() function in PlasmaQuick::ConfigModelPrivate
285 void ConfigModel::appendCategory(const QString &iconName, const QString &name, const QString &path,… in appendCategory() function in PlasmaQuick::ConfigModel
292 d->appendCategory(cat); in appendCategory()
295 void ConfigModel::appendCategory(const QString &iconName, const QString &name, const QString &path,… in appendCategory() function in PlasmaQuick::ConfigModel
303 d->appendCategory(cat); in appendCategory()
306 void ConfigModel::appendCategory(ConfigCategory *category) in appendCategory() function in PlasmaQuick::ConfigModel
308 d->appendCategory(category); in appendCategory()
H A Dconfigmodel.h69 …void appendCategory(const QString &iconName, const QString &name, const QString &path, const QStri…
71 …Q_INVOKABLE void appendCategory(const QString &iconName, const QString &name, const QString &path,…
73 Q_INVOKABLE void appendCategory(PlasmaQuick::ConfigCategory *category);
H A Dconfigview.cpp167 … configModel->appendCategory(md.iconName(), md.name(), QString(), QLatin1String("kcms/") + kcm); in init()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/autotests/
H A Dconfigmodeltest.cpp51 model.appendCategory(QStringLiteral("plasma"), QStringLiteral("name"), QString(), QString()); in emptySourceWithApplet()
74 …model.appendCategory(QStringLiteral("plasma"), QStringLiteral("name"), QStringLiteral("ConfigGener… in notEmptySourceWithApplet()
95 model.appendCategory(QStringLiteral("plasma"), QStringLiteral("name"), source, QString()); in notEmptySourceWithApplet()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Undo/
H A DRenameCategoryUndoCommand.st45 appendCategory: category
56 appendCategory: newCategory
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dcontainmentconfigview.cpp79 m_containmentActionConfigModel->appendCategory(plugin.iconName(), in containmentActionConfigModel()
144 …m_containmentPluginsConfigModel->appendCategory(plugin.iconName(), plugin.name(), QString(), plugi… in containmentPluginsConfigModel()
235appendCategory(pkg.metadata().iconName(), pkg.metadata().name(), pkg.fileUrl("ui", QStringLiteral(… in repopulate()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/digital-clock/package/contents/config/
H A Dconfig.qml42 onObjectAdded: configModel.appendCategory(object)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/emoji/
H A Ddata.cpp272 void appendCategory( in appendCategory() function
712 appendCategory(result, category, variatedIds, doubleVariatedIds, postfixRequiredIds); in PrepareData()
717 appendCategory(result, input.other, variatedIds, doubleVariatedIds, postfixRequiredIds); in PrepareData()