Home
last modified time | relevance | path

Searched refs:getSelectedRows (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/playlist/
H A DPlayListController.java168 int[] rows = this.playListTable.getSelectedRows(); in deleteSelection()
191 int[] rows = this.playListTable.getSelectedRows(); in moveDown()
207 int[] rows = this.playListTable.getSelectedRows(); in moveToBottom()
224 int[] rows = this.playListTable.getSelectedRows(); in moveToTop()
237 int[] rows = this.playListTable.getSelectedRows(); in moveUp()
401 .getSelectedRows(); in refreshPlayList()
454 int[] getSelectedRows() { in getSelectedRows() method in PlayListController
455 return this.playListTable.getSelectedRows(); in getSelectedRows()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DJTabManager.java94 return(getCurrentTable().getSelectedRows()); in getPossibleRows()
105 int rows[] = getCurrentTable().getSelectedRows(); in showEntry()
110 rows = getCurrentTable().getSelectedRows(); in showEntry()
221 int temp[] = chosenTable.getSelectedRows(); in actionPerformed()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/gui/
H A Drawview_group_subtable.cpp151 auto rows = getSelectedRows(); in customMenuAction()
201 for (RawviewTableRow row : getSelectedRows()) in getMatchSelection()
214 for (RawviewTableRow row : getSelectedRows()) in getKeyPointSelection()
275 std::vector<RawviewTableRow> RawviewGroupSubtable::getSelectedRows() in getSelectedRows() function in cvv::gui::RawviewGroupSubtable
H A Drawview_group_subtable.hpp76 std::vector<RawviewTableRow> getSelectedRows();
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/navigator/
H A DNavigationTableMouseListener.java90 int[] rowsSelected = this.navigationTable.getSelectedRows(); in mouseClicked()
115 int[] selRow = this.navigationTable.getSelectedRows(); in mouseClicked()
H A DAbstractNavigationView.java255 .getSelectedRows()); in refreshView()
323 .getModel()).getAudioObjectsAt(table.getSelectedRows()); in updateTablePopupMenuWithTableSelection()
410 .getSelectedRows()); in getSelectedAudioObjects()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/UI/
H A DSavedParametersDialog.h47 QModelIndexList getSelectedRows();
H A DSavedParametersDialog.cpp91 QModelIndexList SavedParametersDialog::getSelectedRows() { in getSelectedRows() function in SavedParametersDialog
/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Dplaylistview.cpp195 QList<int> PlaylistView::getSelectedRows() const in getSelectedRows() function in PlaylistView
224 const QList<int> selRows = getSelectedRows(); in dropEvent()
240 const QList<int> newSelRows = getSelectedRows(); in dropEvent()
H A Dplaylistview.h97 QList<int> getSelectedRows() const;
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Dplaylistview.cpp195 QList<int> PlaylistView::getSelectedRows() const in getSelectedRows() function in PlaylistView
224 const QList<int> selRows = getSelectedRows(); in dropEvent()
240 const QList<int> newSelRows = getSelectedRows(); in dropEvent()
H A Dplaylistview.h97 QList<int> getSelectedRows() const;
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/filebrowser/
H A DSwingScilabTreeTable.java237 int[] rows = getSelectedRows(); in SwingScilabTreeTable()
282 int[] rows = getSelectedRows(); in getSelectedPaths()
299 int[] rows = getSelectedRows(); in getSelectedFiles()
427 int[] rows = getSelectedRows(); in initActions()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/legends/
H A DOperationBooleanMenu.java153 irows = table_view.getSelectedRows(); in toggleSelectedAtColumn()
170 irows = table_view.getSelectedRows(); in setSelectedAtColumn()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/
H A Dqueuemanagerdialog.cpp199 QList<int> QueueManagerDialog::getSelectedRows() in getSelectedRows() function in MoleQueue::QueueManagerDialog
218 foreach (int i, getSelectedRows()) in getSelectedQueues()
H A Dqueuemanagerdialog.h56 QList<int> getSelectedRows();
H A Djobtablewidget.h64 QList<int> getSelectedRows();
H A Dqueuesettingsdialog.h76 QList<int> getSelectedRows();
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/
H A Dqueuemanagerdialog.cpp199 QList<int> QueueManagerDialog::getSelectedRows() in getSelectedRows() function in MoleQueue::QueueManagerDialog
218 foreach (int i, getSelectedRows()) in getSelectedQueues()
H A Djobtablewidget.h64 QList<int> getSelectedRows();
H A Dqueuemanagerdialog.h56 QList<int> getSelectedRows();
H A Dqueuesettingsdialog.h76 QList<int> getSelectedRows();
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/model/
H A DITable.java56 public int[] getSelectedRows(); in getSelectedRows() method
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/table/
H A DTableSorter.java171 selected = table.getSelectedRows(); // in view coordinates in Selection()
426 public int[] getSelectedRows() { in getSelectedRows() method in TableSorter
427 return _table.getSelectedRows(); in getSelectedRows()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/
H A DAccessibleTableListener.java258 public void getSelectedRows(AccessibleTableEvent e); in getSelectedRows() method

12345678910>>...12