Home
last modified time | relevance | path

Searched refs:get_selected_rows (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/tests/editors/
H A Dtest_tabular_editor.py93 def get_selected_rows(editor): function
169 currently_selected = get_selected_rows(editor)
255 self.assertEqual(get_selected_rows(editor), [])
260 self.assertEqual(get_selected_rows(editor), [1])
266 self.assertEqual(get_selected_rows(editor), [2])
273 self.assertEqual(get_selected_rows(editor), [2])
280 self.assertEqual(get_selected_rows(editor), [])
292 self.assertEqual(get_selected_rows(editor), [])
297 self.assertEqual(get_selected_rows(editor), [0, 1])
318 self.assertEqual(get_selected_rows(editor), [])
[all …]
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dformat.py31 rows = page.view.get_selected_rows()
40 rows = page.view.get_selected_rows()
49 rows = page.view.get_selected_rows()
58 rows = page.view.get_selected_rows()
67 rows = page.view.get_selected_rows()
76 rows = page.view.get_selected_rows()
H A Dedit.py41 rows = page.view.get_selected_rows()
50 rows = page.view.get_selected_rows()
60 rows = page.view.get_selected_rows()
95 row = page.view.get_selected_rows()[0]
113 row = page.view.get_selected_rows()[0]
131 row = page.view.get_selected_rows()[-1]
139 row = page.view.get_selected_rows()[0]
175 rows = page.view.get_selected_rows()
189 rows = page.view.get_selected_rows()
199 rows = page.view.get_selected_rows()
[all …]
H A Dutil.py77 return page.view.get_selected_rows()
80 rows = page.view.get_selected_rows()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtreeselection.hg105 * Use get_selected_rows() for multiple selections.
114 * Use get_selected_rows() for multiple selections.
124 std::vector<TreeModel::Path> get_selected_rows() const;
133 std::vector<TreeModel::Path> get_selected_rows(Glib::RefPtr<TreeModel>& model);
137 …//TODO: Consider deprecating these selected_foreach() methods, because get_selected_rows() should …
144 * As a result, get_selected_rows() might be more useful.
150 * As a result, get_selected_rows() might be more useful.
160 * As a result, get_selected_rows() might be more useful.
166 * As a result, get_selected_rows() might be more useful.
177 * As a result, get_selected_rows() might be more useful.
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtreeselection.hg106 * Use get_selected_rows() for multiple selections.
115 * Use get_selected_rows() for multiple selections.
127 ListHandle_Path get_selected_rows() const;
136 ListHandle_Path get_selected_rows(Glib::RefPtr<TreeModel>& model);
140 …//TODO: Consider deprecating these selected_foreach() methods, because get_selected_rows() should …
147 * As a result, get_selected_rows() might be more useful.
153 * As a result, get_selected_rows() might be more useful.
163 * As a result, get_selected_rows() might be more useful.
169 * As a result, get_selected_rows() might be more useful.
180 * As a result, get_selected_rows() might be more useful.
[all …]
/dports/print/pdfchain/pdfchain-0.4.4.2/src/
H A Dstore_attachment.cc66 std::vector<Gtk::TreeModel::Path> list_selections = ref_tree_selections->get_selected_rows(); in addRows()
106 std::vector<Gtk::TreeModel::Path> list_selections = ref_tree_selections->get_selected_rows(); in removeRows()
138 std::vector<Gtk::TreeModel::Path> list_selections = ref_tree_selections->get_selected_rows(); in moveRowsUp()
164 std::vector<Gtk::TreeModel::Path> list_selections = ref_tree_selections->get_selected_rows(); in moveRowsDown()
H A Dstore_cat.cc87 list_selections = ref_tree_selections->get_selected_rows(); in addRows()
129 list_selections = ref_tree_selections->get_selected_rows(); in removeRows()
165 list_selections = ref_tree_selections->get_selected_rows(); in copyRows()
191 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_Up()
221 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_Down()
251 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_ToTop()
258 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_ToTop()
272 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_ToBottom()
279 list_selections = ref_tree_selections->get_selected_rows(); in moveRows_ToBottom()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/test/
H A Dtest_edit.py78 rows = page.view.get_selected_rows()
85 rows = page.view.get_selected_rows()
98 rows = page.view.get_selected_rows()
101 rows = page.view.get_selected_rows()
138 rows = page.view.get_selected_rows()
/dports/www/castor/castor-0.8.16/cargo-crates/atk-0.8.0/src/
H A Dtable.rs12 fn get_selected_rows(&self) -> Vec<i32>; in get_selected_rows() method
31 fn get_selected_rows(&self) -> Vec<i32> { in get_selected_rows() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/atk-0.7.0/src/
H A Dtable.rs12 fn get_selected_rows(&self) -> Vec<i32>; in get_selected_rows() method
31 fn get_selected_rows(&self) -> Vec<i32> { in get_selected_rows() method
/dports/net-im/fractal/fractal-4.4.0/vendor/atk/src/
H A Dtable.rs12 fn get_selected_rows(&self) -> Vec<i32>; in get_selected_rows() method
31 fn get_selected_rows(&self) -> Vec<i32> { in get_selected_rows() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dtemplatedlglocalview.cxx260 std::vector<int> aSelRows = ListView::get_selected_rows(); in syncCursor()
287 for (auto nIndex : ListView::get_selected_rows()) in updateSelection()
314 if (ListView::get_selected_rows().empty()) in IMPL_LINK()
329 if (ListView::get_selected_rows().empty()) in IMPL_LINK()
396 && !ListView::get_selected_rows().empty()) in IMPL_LINK()
H A Dtemplatesearchview.cxx313 std::vector<int> aSelRows = ListView::get_selected_rows(); in syncCursor()
340 for(auto nIndex : ListView::get_selected_rows()) in updateSelection()
367 if(ListView::get_selected_rows().empty()) in IMPL_LINK()
382 if(ListView::get_selected_rows().empty()) in IMPL_LINK()
437 …if( aKeyCode == KEY_DELETE && !mFilteredItemList.empty() && !ListView::get_selected_rows().empty()) in IMPL_LINK()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dfilesel.py273 model, paths = selection.get_selected_rows()
343 model, paths = self.get_selection().get_selected_rows()
365 model, paths = self.get_selection().get_selected_rows()
393 model, paths = self.get_selection().get_selected_rows()
414 model, paths = selection.get_selected_rows()
433 model, rows = self.get_selection().get_selected_rows()
585 model, paths = selection.get_selected_rows()
606 fmodel, frows = fselect.get_selected_rows()
611 dmodel, rows = selection.get_selected_rows()
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/pysolgtk/
H A Dpysoltree.py66 model, path = selection.get_selected_rows()
96 model, path = selection.get_selected_rows()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dlistview.hxx71 std::vector<int> get_selected_rows() const { return mxTreeView->get_selected_rows(); } in get_selected_rows() function in ListView
/dports/science/gramps/gramps-5.1.4/gramps/gui/selectors/
H A Dselectperson.py111 store, paths = self.selection.get_selected_rows()
117 store, paths = self.selection.get_selected_rows()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/test/
H A Dtest_view.py77 assert self.view.get_selected_rows() == ()
79 assert self.view.get_selected_rows() == (1, 2)
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/quick/
H A D_quicktable.py92 store, paths = selection.get_selected_rows()
114 store, paths = selection.get_selected_rows()
184 store, paths = selection.get_selected_rows()
299 store, paths = selection.get_selected_rows()
324 model, paths = tree_selection.get_selected_rows()
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/
H A Dgdaui-data-selector.c145 if (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) in gdaui_data_selector_get_selected_rows()
146 return (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) (iface); in gdaui_data_selector_get_selected_rows()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda-ui/
H A Dgdaui-data-selector.c145 if (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) in gdaui_data_selector_get_selected_rows()
146 return (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) (iface); in gdaui_data_selector_get_selected_rows()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda-ui/
H A Dgdaui-data-selector.c145 if (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) in gdaui_data_selector_get_selected_rows()
146 return (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) (iface); in gdaui_data_selector_get_selected_rows()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda-ui/
H A Dgdaui-data-selector.c145 if (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) in gdaui_data_selector_get_selected_rows()
146 return (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) (iface); in gdaui_data_selector_get_selected_rows()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda-ui/
H A Dgdaui-data-selector.c145 if (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) in gdaui_data_selector_get_selected_rows()
146 return (GDAUI_DATA_SELECTOR_GET_IFACE (iface)->get_selected_rows) (iface); in gdaui_data_selector_get_selected_rows()

12345678910>>...20