Home
last modified time | relevance | path

Searched refs:shouldDelete (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h52 : object (objectToHold), shouldDelete (takeOwnership) in OptionalScopedPointer()
66 shouldDelete (objectToTransferFrom.shouldDelete) in OptionalScopedPointer()
86 shouldDelete = objectToTransferFrom.shouldDelete;
123 if (! shouldDelete) in reset()
147 shouldDelete = takeOwnership; in set()
165 bool willDeleteObject() const noexcept { return shouldDelete; } in willDeleteObject()
174 std::swap (shouldDelete, other.shouldDelete); in swapWith()
180 bool shouldDelete = false; variable
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h53 shouldDelete (takeOwnership) in OptionalScopedPointer()
67 shouldDelete (std::move (other.shouldDelete)) in OptionalScopedPointer()
131 if (! shouldDelete) in reset()
155 shouldDelete = takeOwnership; in set()
173 bool willDeleteObject() const noexcept { return shouldDelete; } in willDeleteObject()
182 std::swap (other.shouldDelete, shouldDelete); in swapWith()
188 bool shouldDelete = false; variable
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h53 shouldDelete (takeOwnership) in OptionalScopedPointer()
67 shouldDelete (std::move (other.shouldDelete)) in OptionalScopedPointer()
131 if (! shouldDelete) in reset()
155 shouldDelete = takeOwnership; in set()
173 bool willDeleteObject() const noexcept { return shouldDelete; } in willDeleteObject()
182 std::swap (other.shouldDelete, shouldDelete); in swapWith()
188 bool shouldDelete = false; variable
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dialogs/
H A Ddeletedialog.cpp66 void DeleteWidget::slotShouldDelete(bool shouldDelete) in slotShouldDelete() argument
68 if(shouldDelete) { in slotShouldDelete()
107 slotShouldDelete(shouldDelete()); in DeleteDialog()
130 messageGroup.writeEntry("deleteInsteadOfTrash", shouldDelete()); in accept()
136 void DeleteDialog::slotShouldDelete(bool shouldDelete) in slotShouldDelete() argument
138 setButtonGuiItem(Ok, shouldDelete ? KStandardGuiItem::del() : m_trashGuiItem); in slotShouldDelete()
149 bool shouldDelete = dialog.shouldDelete(); in showTrashDialog() local
150 if ( ( shouldDelete && (job = KIO::del( files )) ) || in showTrashDialog()
153 if(shouldDelete) //amarok::trashFiles already does the progress operation in showTrashDialog()
H A Ddeletedialog.h51 virtual void slotShouldDelete(bool shouldDelete);
64 bool shouldDelete() const { return m_widget->ddShouldDelete->isChecked(); } in shouldDelete() function
68 void slotShouldDelete(bool shouldDelete);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Ddeletedialog.cpp244 shouldDelete (nullptr), in Private()
258 QCheckBox* shouldDelete; member in Digikam::DeleteWidget::Private
308 d->shouldDelete->setGeometry(QRect(0, 0, 542, 32)); in DeleteWidget()
319 connect(d->shouldDelete, SIGNAL(toggled(bool)), in DeleteWidget()
334 d->checkBoxStack->addWidget(d->shouldDelete); in DeleteWidget()
340 d->shouldDelete->setChecked(deleteInstead); in DeleteWidget()
360 void DeleteWidget::slotShouldDelete(bool shouldDelete) in slotShouldDelete() argument
513 slotShouldDelete(shouldDelete()); in DeleteDialog()
569 settings->setUseTrash(!shouldDelete()); in slotUser1Clicked()
589 bool DeleteDialog::shouldDelete() const in shouldDelete() function in Digikam::DeleteDialog
[all …]
/dports/audio/juk/juk-21.12.3/
H A Ddeletedialog.cpp65 bool DeleteWidget::shouldDelete() const in shouldDelete() function in DeleteWidget
70 void DeleteWidget::slotShouldDelete(bool shouldDelete) in slotShouldDelete() argument
74 if(shouldDelete) { in slotShouldDelete()
110 slotShouldDelete(shouldDelete()); in DeleteDialog()
135 messageGroup.writeEntry("deleteInsteadOfTrash", shouldDelete()); in accept()
141 void DeleteDialog::slotShouldDelete(bool shouldDelete) in slotShouldDelete() argument
144 shouldDelete ? KStandardGuiItem::del() : m_trashGuiItem); in slotShouldDelete()
H A Ddeletedialog.h42 bool shouldDelete() const;
50 virtual void slotShouldDelete(bool shouldDelete);
66 bool shouldDelete() const { return m_widget->shouldDelete(); } in shouldDelete() function
70 void slotShouldDelete(bool shouldDelete);
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/commands/
H A Ddelete.go40 var shouldDelete bool
42 shouldDelete = true
44 shouldDelete = ConfirmDelete(frame)
46 if shouldDelete {
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didltype.h103 virtual IDL_Boolean shouldDelete() = 0;
124 IDL_Boolean shouldDelete() { return 0; } in shouldDelete() function
166 IDL_Boolean shouldDelete() { return bound_ ? 1 : 0; } in shouldDelete() function
183 IDL_Boolean shouldDelete() { return bound_ ? 1 : 0; } in shouldDelete() function
213 IDL_Boolean shouldDelete() { return 1; } in shouldDelete() function
235 IDL_Boolean shouldDelete() { return 1; } in shouldDelete() function
263 IDL_Boolean shouldDelete() { return 0; } in shouldDelete() function
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_delete.go79 shouldDelete := key.Value == childPath
81 log.Debugf("shouldDelete %v ? %v", childCandidate.GetKey(), shouldDelete)
83 if !shouldDelete {
99 shouldDelete := fmt.Sprintf("%v", index) == fmt.Sprintf("%v", childPath)
101 if !shouldDelete {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/
H A Dstreams_map_incoming_uni.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_bidi.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_generic.go15 shouldDelete bool member
86 if entry.shouldDelete {
111 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
155 if ok && entry.shouldDelete {
161 entry.shouldDelete = true
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/
H A Dstreams_map_incoming_uni.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_bidi.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/
H A Dstreams_map_incoming_bidi.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_uni.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_generic.go15 shouldDelete bool member
86 if entry.shouldDelete {
111 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
155 if ok && entry.shouldDelete {
161 entry.shouldDelete = true
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/
H A Dstreams_map_incoming_bidi.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_generic.go15 shouldDelete bool member
86 if entry.shouldDelete {
111 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
155 if ok && entry.shouldDelete {
161 entry.shouldDelete = true
H A Dstreams_map_incoming_uni.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/
H A Dstreams_map_incoming_bidi.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true
H A Dstreams_map_incoming_generic.go15 shouldDelete bool member
86 if entry.shouldDelete {
111 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
155 if ok && entry.shouldDelete {
161 entry.shouldDelete = true
H A Dstreams_map_incoming_uni.go19 shouldDelete bool member
88 if entry.shouldDelete {
113 if entry, ok := m.streams[num]; ok && !entry.shouldDelete {
157 if ok && entry.shouldDelete {
163 entry.shouldDelete = true

123456789