Home
last modified time | relevance | path

Searched refs:rowPath (Results 1 – 16 of 16) sorted by last modified time

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmloutlinemodel.cpp360 QList<int> rowPath; in mimeData() local
362 rowPath.prepend(i.row()); in mimeData()
365 stream << rowPath; in mimeData()
399 QList<int> rowPath; in dropMimeData() local
400 stream >> rowPath; in dropMimeData()
403 foreach (int row, rowPath) { in dropMimeData()
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/
H A DQueryDialog.cpp130 string rowPath(from_utf8(queryPath.to_string())); in is_separator() local
134 if ((sscanf(rowPath.c_str(), "%u", &rowPos) == 1) && in is_separator()
/dports/biology/ugene/ugene-40.1/src/plugins/query_designer/src/
H A DQueryViewItems.cpp118 QPainterPath rowPath; in adaptSize() local
119 rowPath.addRect(reqRowFragment); in adaptSize()
120 QList<QGraphicsItem *> containedItems = qs->items(rowPath, Qt::IntersectsItemShape); in adaptSize()
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A Dcommons.chunk.js.map1rowPath","_SfEditor$match3","_SfEditor$match4","cellPath","currentRowIndex","currentCellIndex","ta…
H A Dcommons.chunk.js.187be030c636.map1rowPath","_SfEditor$match3","_SfEditor$match4","cellPath","currentRowIndex","currentCellIndex","ta…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/objc/AppRTCMobile/ios/
H A DARDSettingsViewController.m110 NSIndexPath *rowPath = [NSIndexPath indexPathForRow:i inSection:section];
111 UITableViewCell *cell = [tableView cellForRowAtIndexPath:rowPath];
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DProcessesWidget.cpp129 QStandardItem *rowPath = new QStandardItem(path); in setProcessesGrid() local
134 rowPath->setFont(font); in setProcessesGrid()
139 modelProcesses->setItem(i, COLUMN_PATH, rowPath); in setProcessesGrid()
H A DThreadsWidget.cpp126 QStandardItem *rowPath = new QStandardItem(path); in setThreadsGrid() local
127 rowPath->setFont(font); in setThreadsGrid()
130 modelThreads->setItem(i, COLUMN_PATH, rowPath); in setThreadsGrid()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/objc/AppRTCMobile/ios/
H A DARDSettingsViewController.m110 NSIndexPath *rowPath = [NSIndexPath indexPathForRow:i inSection:section];
111 UITableViewCell *cell = [tableView cellForRowAtIndexPath:rowPath];
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DCLDRFile.java3290 for (String rowPath : pathMap.getAll(path)) {
3292 winner = rowPath;
3295 userOverrides.put(rowPath, winner);
/dports/science/gabedit/GabeditSrc251_300720/src/NetWork/
H A DBatch.c226 static GtkWidget* create_label_frame(GtkWidget *box, gchar* rowPath) in create_label_frame() argument
235 gint row = atoi(rowPath); in create_label_frame()
318 static void create_kill_batch(GtkWidget*Win, gchar* rowPath) in create_kill_batch() argument
352 frame = create_label_frame(hbox,rowPath); in create_kill_batch()
/dports/science/ergo/ergo-3.8/source/matrix/
H A Dgeneral.h132 char const * const rowPath, in read_sparse_matrix() argument
136 FILE* rowfile=fopen(rowPath,"rb"); in read_sparse_matrix()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c802 GtkTreePath *rowPath; in et_browser_set_row_visible() local
808 rowPath = gtk_tree_model_get_path (GTK_TREE_MODEL (priv->file_model), in et_browser_set_row_visible()
810 gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (priv->file_view), rowPath, in et_browser_set_row_visible()
812 gtk_tree_path_free (rowPath); in et_browser_set_row_visible()
H A Dscan_dialog.c2211 GtkTreePath *rowPath; in Mask_Editor_List_Set_Row_Visible() local
2215 rowPath = gtk_tree_model_get_path (treeModel, rowIter); in Mask_Editor_List_Set_Row_Visible()
2216 gtk_tree_view_scroll_to_cell (view, rowPath, NULL, FALSE, 0, 0); in Mask_Editor_List_Set_Row_Visible()
2217 gtk_tree_path_free (rowPath); in Mask_Editor_List_Set_Row_Visible()
H A Dtag_area.c1651 GtkTreePath *rowPath; in on_picture_properties_button_clicked() local
1731 rowPath = gtk_tree_model_get_path (GTK_TREE_MODEL (store), in on_picture_properties_button_clicked()
1733 gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (type), rowPath, NULL, in on_picture_properties_button_clicked()
1735 gtk_tree_path_free (rowPath); in on_picture_properties_button_clicked()
H A Dlog.c184 GtkTreePath *rowPath; in Log_List_Set_Row_Visible() local
186 rowPath = gtk_tree_model_get_path (GTK_TREE_MODEL (priv->log_model), in Log_List_Set_Row_Visible()
189 if ((gtk_tree_path_compare (rowPath, start) < 0) in Log_List_Set_Row_Visible()
190 || (gtk_tree_path_compare (rowPath, end) > 0)) in Log_List_Set_Row_Visible()
194 rowPath, NULL, FALSE, 0, 0); in Log_List_Set_Row_Visible()
199 gtk_tree_path_free (rowPath); in Log_List_Set_Row_Visible()