Home
last modified time | relevance | path

Searched refs:desel (Results 1 – 25 of 121) sorted by relevance

12345

/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dsound.c121 _direntry *destart, *de, *desel; in snd_load() local
152 desel = destart = s_getdir (fullname); in snd_load()
161 desel = de; in snd_load()
166 if (desel != NULL) { in snd_load()
167 sprintf (fullname, "%s/music/%s", bman.datapath, desel->name); in snd_load()
H A Dtileset.c33 *desel; in tileset_random() local
39 desel = destart = s_getdir (path); in tileset_random()
50 desel = de; in tileset_random()
53 d_printf (" %s\n", desel->name); in tileset_random()
55 if (desel != NULL) in tileset_random()
56 strncpy (map.tileset, desel->name, LEN_TILESETNAME); in tileset_random()
H A Dmap.c276 *desel; in map_random() local
282 desel = destart = s_getdir (path); in map_random()
291 desel = de; in map_random()
295 d_printf ("Random Map %s (%d on %d)\n", desel->name, sel, max); in map_random()
297 if (desel != NULL) in map_random()
298 sprintf (map.map, "%s/maps/%s", bman.datapath, desel->name); in map_random()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/syndication/
H A Dmanagefiltersdlg.cpp161 …id ManageFiltersDlg::activeSelectionChanged(const QItemSelection &sel, const QItemSelection &desel) in activeSelectionChanged() argument
164 Q_UNUSED(desel); in activeSelectionChanged()
168 …ManageFiltersDlg::availableSelectionChanged(const QItemSelection &sel, const QItemSelection &desel) in availableSelectionChanged() argument
171 Q_UNUSED(desel); in availableSelectionChanged()
H A Dmanagefiltersdlg.h34 void activeSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
35 void availableSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
H A Dfilterlistview.cpp32 void FilterListView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
34 Q_UNUSED(desel); in selectionChanged()
H A Dfeedlistview.cpp37 void FeedListView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
39 Q_UNUSED(desel) in selectionChanged()
H A Dfeedlistview.h31 void selectionChanged(const QItemSelection &sel, const QItemSelection &desel) override;
H A Dfilterlistview.h30 void selectionChanged(const QItemSelection &sel, const QItemSelection &desel) override;
/dports/audio/din/din-52/src/
H A Dcapturer.h43 desel _desel;
H A Dpoint_modulator.h68 desel _desel;
H A Dutils.h76 struct desel : item_op { struct
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.h69 void onSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.h69 void onSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.h69 void onSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.h69 void onSelectionChanged(const QItemSelection &sel, const QItemSelection &desel);
/dports/deskutils/akregator/akregator-21.12.3/src/subscription/
H A Dsubscriptionlistmodel.cpp124 QModelIndexList desel = mapSelectionToSource(deselected).indexes(); in selectionChanged() local
130 if (!desel.isEmpty()) { in selectionChanged()
131 if (m_selectedHierarchy.contains(desel.at(0))) { in selectionChanged()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkptcalendareditor.cpp104 void CalendarTreeView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
108 TreeViewBase::selectionChanged(sel, desel); in selectionChanged()
357 void CalendarDayView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
361 QTableView::selectionChanged(sel, desel); in selectionChanged()
H A Dkptscheduleeditor.cpp74 void ScheduleTreeView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
81 QTreeView::selectionChanged(sel, desel); in selectionChanged()
540 void ScheduleLogTreeView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
547 QTreeView::selectionChanged(sel, desel); in selectionChanged()
H A Dkptaccountseditor.cpp114 void AccountTreeView::selectionChanged(const QItemSelection &sel, const QItemSelection &desel) in selectionChanged() argument
120 QTreeView::selectionChanged(sel, desel); in selectionChanged()
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkselectionproxymodeltest.cpp297 QItemSelection desel; in deselection() local
301 desel << QItemSelectionRange(idxs.at(0), idxs.at(0)); in deselection()
303 selectionModel.select(desel, QItemSelectionModel::Deselect); in deselection()
/dports/deskutils/kalarm/kalarm-21.12.3/src/resources/
H A Dresourcemodel.cpp390 const QModelIndexList desel = deselected.indexes(); //clazy:exclude=inefficient-qlist in selectionChanged() local
391 for (const QModelIndex& ix : desel) in selectionChanged()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/gui/
H A Dgmapdlg.cpp359 void GMapDialog::selectionChangedX (const QItemSelection &sel, const QItemSelection &desel) in selectionChangedX() argument
364 if (desel.contains(idx)) in selectionChangedX()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/gui/
H A Dgmapdlg.cc371 void GMapDialog::selectionChangedX(const QItemSelection& sel, const QItemSelection& desel) in selectionChangedX() argument
376 if (desel.contains(idx)) { in selectionChangedX()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqtreeview.cpp3777 QModelIndex desel = deselected.indexes().value(0); in selectionChanged() local
3778 if (desel.isValid()) { in selectionChanged()
3780 … int entry = (visualIndex(desel) + (header()?1:0))*desel.model()->columnCount()+desel.column() + 1; in selectionChanged()
3784 int entry = visualIndex(desel) + 1; in selectionChanged()

12345