Home
last modified time | relevance | path

Searched refs:root_item (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/dialogs/
H A Dbasic_header_info_dialog.cpp127 QTreeWidgetItem* root_item; in buildTree() local
132 root_item->setText(0, tr("Basic")); in buildTree()
135 tmp_item = new QTreeWidgetItem(root_item); in buildTree()
164 root_item->setText(0, tr("File")); in buildTree()
166 tmp_item = new QTreeWidgetItem(root_item); in buildTree()
174 root_item->setText(0, tr("Events")); in buildTree()
176 tmp_item = new QTreeWidgetItem(root_item); in buildTree()
180 tmp_item = new QTreeWidgetItem(root_item); in buildTree()
221 root_item = tmp_item; in buildTree()
247 root_item = tmp_item; in buildTree()
[all …]
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dplaymodel.cpp53 TopPlayItem * root_item; member
76 ritem->parent_item = root_item; in PlayModel()
77 root_item->child_items.append (ritem); in PlayModel()
83 delete root_item; in ~PlayModel()
97 if (item->parent () == root_item) in data()
215 parent_item = root_item; in index()
228 if (!item || item == root_item) in indexFromItem()
249 if (parent_item == root_item) in parent()
261 return root_item->childCount(); in hasChildren()
280 return root_item->childCount(); in rowCount()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Deditortools.py159 def item_at_line(root_item, line): argument
160 previous_item = root_item
161 for item in get_item_children(root_item):
336 ancestors = [(root_item, 0)]
438 if root_item is item:
439 self.expandItem(root_item)
441 self.collapseItem(root_item)
451 root_item = item
453 root_item = root_item.parent()
454 return root_item
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/sysutils/u-boot-tools/u-boot-2020.07/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/fs/btrfs/
H A Droot.c35 struct btrfs_root_item *root_item) in btrfs_find_root() argument
44 if (!root_item) in btrfs_find_root()
45 root_item = &my_root_item; in btrfs_find_root()
46 read_root_item(&path, root_item); in btrfs_find_root()
50 root->bytenr = root_item->bytenr; in btrfs_find_root()
51 root->root_dirid = root_item->root_dirid; in btrfs_find_root()
/dports/devel/libolecf/libolecf-20210512/ossfuzz/
H A Ditem_fuzzer.cc52 libolecf_item_t *root_item = NULL; in LLVMFuzzerTestOneInput() local
86 &root_item, in LLVMFuzzerTestOneInput()
90 root_item, in LLVMFuzzerTestOneInput()
99 root_item, in LLVMFuzzerTestOneInput()
112 &root_item, in LLVMFuzzerTestOneInput()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmetadatahandlingform.cpp26 root_item=nullptr; in MetadataHandlingForm()
125 root_item=nullptr; in handleObjectsMetada()
167 root_item=PgModelerUiNs::createOutputTreeItem(output_trw, in handleObjectsMetada()
175 root_item->setExpanded(false); in handleObjectsMetada()
176 root_item=PgModelerUiNs::createOutputTreeItem(output_trw, in handleObjectsMetada()
188 if(root_item) in handleObjectsMetada()
189 root_item->setExpanded(false); in handleObjectsMetada()
193 root_item=PgModelerUiNs::createOutputTreeItem(output_trw, in handleObjectsMetada()
274 PgModelerUiNs::createOutputTreeItem(output_trw, fmt_msg, icon, root_item); in updateProgress()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/tt-rss/gui/
H A Dttrssfeeddetails.cpp33 void TtRssFeedDetails::loadCategories(const QList<Category*>& categories, RootItem* root_item, Root… in loadCategories() argument
34 …ui.m_cmbParentCategory->addItem(root_item->fullIcon(), root_item->title(), QVariant::fromValue((vo… in loadCategories()
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DSelectHyperlink.cpp154 QStandardItem *root_item = m_SelectHyperlinkModel->invisibleRootItem(); in SelectText() local
162 for (int row = 0; row < root_item->rowCount(); row++) { in SelectText()
163 QStandardItem *child = root_item->child(row, 0); in SelectText()
179 QStandardItem *root_item = m_SelectHyperlinkModel->invisibleRootItem(); in FilterEditTextChangedSlot() local
184 for (int row = 0; row < root_item->rowCount(); row++) { in FilterEditTextChangedSlot()
185 if (text.isEmpty() || root_item->child(row, 0)->text().toLower().contains(lowercaseText)) { in FilterEditTextChangedSlot()
198 ui.list->setCurrentIndex(root_item->child(first_visible_row, 0)->index()); in FilterEditTextChangedSlot()
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/ReportsWidgets/
H A DCharactersInHTMLFilesWidget.cpp165 QStandardItem *root_item = m_ItemModel->invisibleRootItem(); in FilterEditTextChangedSlot() local
170 for (int row = 0; row < root_item->rowCount(); row++) { in FilterEditTextChangedSlot()
171 if (text.isEmpty() || root_item->child(row, 0)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
172 root_item->child(row, 1)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
173 root_item->child(row, 2)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
174 root_item->child(row, 3)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
175 root_item->child(row, 4)->text().toLower().contains(lowercaseText)) { in FilterEditTextChangedSlot()
188 ui.fileTree->setCurrentIndex(root_item->child(first_visible_row, 0)->index()); in FilterEditTextChangedSlot()
H A DLinksWidget.cpp257 QStandardItem *root_item = m_ItemModel->invisibleRootItem(); in FilterEditTextChangedSlot() local
262 for (int row = 0; row < root_item->rowCount(); row++) { in FilterEditTextChangedSlot()
263 if (text.isEmpty() || root_item->child(row, 0)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
264 root_item->child(row, 2)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
265 root_item->child(row, 3)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
266 root_item->child(row, 4)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
267 root_item->child(row, 5)->text().toLower().contains(lowercaseText) || in FilterEditTextChangedSlot()
268 root_item->child(row, 6)->text().toLower().contains(lowercaseText)) { in FilterEditTextChangedSlot()
281 ui.fileTree->setCurrentIndex(root_item->child(first_visible_row, 0)->index()); in FilterEditTextChangedSlot()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dobject-snapper.cpp239 SPItem *root_item = _candidate.item; in _collectNodes() local
243 root_item = use->root(); in _collectNodes()
245 g_return_if_fail(root_item); in _collectNodes()
302 Geom::OptRect b = root_item->desktopBounds(bbox_type); in _collectNodes()
426 SPItem *root_item = nullptr; in _collectPaths() local
431 root_item = use->root(); in _collectPaths()
432 g_return_if_fail(root_item); in _collectPaths()
435 root_item = _candidate.item; in _collectPaths()
443 … if (dynamic_cast<SPText *>(root_item) || dynamic_cast<SPFlowtext *>(root_item)) { in _collectPaths()
458 SPPath *path = dynamic_cast<SPPath *>(root_item); in _collectPaths()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/workbench/src/
H A Dmenu.c37 GtkWidget *root_item; member
207 menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench")); in menu_init()
208 gtk_widget_show(menu_data.root_item); in menu_init()
246 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu_data.root_item), menu_data.menu); in menu_init()
247 …GTK_CONTAINER(wb_globals.geany_plugin->geany_data->main_widgets->tools_menu), menu_data.root_item); in menu_init()
258 gtk_widget_destroy(menu_data.root_item); in menu_cleanup()

12345678910>>...20