Home
last modified time | relevance | path

Searched refs:showInLabel (Results 1 – 9 of 9) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dmodelpartshared.h138 void setProperty(const QString & key, const QString & value, bool showInLabel);
139 bool showInLabel(const QString & key);
H A Dmodelpart.h176 void setProperty(const QString & key, const QString & value, bool showInLabel);
177 bool showInLabel(const QString & key);
H A Dmodelpart.cpp1030 void ModelPart::setProperty(const QString & name, const QString &value, bool showInLabel) in setProperty() argument
1032 if (m_modelPartShared) m_modelPartShared->setProperty(name, value, showInLabel); in setProperty()
1035 bool ModelPart::showInLabel(const QString & propertyName) { in showInLabel() function in ModelPart
1036 if (m_modelPartShared) return m_modelPartShared->showInLabel(propertyName); in showInLabel()
H A Dmodelpartshared.cpp481 void ModelPartShared::setProperty(const QString & key, const QString & value, bool showInLabel) { in setProperty() argument
483 if (showInLabel) { in setProperty()
836 bool ModelPartShared::showInLabel(const QString & propertyName) { in showInLabel() function in ModelPartShared
/dports/cad/fritzing/fritzing-app-0.9.2b/src/referencemodel/
H A Dsqlitereferencemodel.cpp331 int showInLabel = query.value(ix++).toInt(); in loadFromDB() local
334 parts.at(dbid)->setProperty(name, value, showInLabel); in loadFromDB()
338 q3.bindValue(":show_in_label", showInLabel); in loadFromDB()
916 bool result = insertProperty(prop, properties.value(prop), id, modelPart->showInLabel(prop)); in insertPart()
960 …del::insertProperty(const QString & name, const QString & value, qulonglong id, bool showInLabel) { in insertProperty() argument
966 query.bindValue(":show_in_label", showInLabel ? 1 : 0); in insertProperty()
H A Dsqlitereferencemodel.h81 bool insertProperty(const QString & name, const QString & value, qulonglong id, bool showInLabel);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/ctxhelp/
H A DCtxHelpTreeSection.java468 String showInLabel = CtxHelpMessages.CtxHelpTreeSection_17; in fillContextMenuShowInAction() local
477 showInLabel += '\t' + keyBinding; in fillContextMenuShowInAction()
481 IMenuManager showInMenu = new MenuManager(showInLabel); in fillContextMenuShowInAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/toc/
H A DTocTreeSection.java476 String showInLabel = TocMessages.TocTreeSection_showIn; in fillContextMenuShowInAction() local
485 showInLabel += '\t' + keyBinding; in fillContextMenuShowInAction()
490 IMenuManager showInMenu = new MenuManager(showInLabel); in fillContextMenuShowInAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/plugins/
H A DPluginsView.java447 String showInLabel = PDEUIMessages.PluginsView_showIn; in fillContextMenu() local
452 showInLabel += '\t' + keyBinding; in fillContextMenu()
455 IMenuManager showInMenu = new MenuManager(showInLabel); in fillContextMenu()