Home
last modified time | relevance | path

Searched refs:wasAccepted (Results 1 – 25 of 84) sorted by relevance

1234

/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dstudentscomboboxesstyleform.cpp31 connect(okPushButton, SIGNAL(clicked()), this, SLOT(wasAccepted())); in StudentsComboBoxesStyleForm()
44 void StudentsComboBoxesStyleForm::wasAccepted() in wasAccepted() function in StudentsComboBoxesStyleForm
H A Dtimetablestowriteondiskform.cpp31 connect(okPushButton, SIGNAL(clicked()), this, SLOT(wasAccepted())); in TimetablesToWriteOnDiskForm()
59 void TimetablesToWriteOnDiskForm::wasAccepted() in wasAccepted() function in TimetablesToWriteOnDiskForm
H A Dtimetablestowriteondiskform.h32 void wasAccepted();
H A Dstudentscomboboxesstyleform.h32 void wasAccepted();
H A Dremoveredundantform.h32 void wasAccepted();
H A Dspreadmindaysconstraintsfivedaysform.h32 void wasAccepted();
H A Dremoveredundantform.cpp50 connect(okPushButton, SIGNAL(clicked()), this, SLOT(wasAccepted())); in RemoveRedundantForm()
59 void RemoveRedundantForm::wasAccepted() in wasAccepted() function in RemoveRedundantForm
H A Dspreadmindaysconstraintsfivedaysform.cpp52 connect(okPushButton, SIGNAL(clicked()), this, SLOT(wasAccepted())); in SpreadMinDaysConstraintsFiveDaysForm()
65 void SpreadMinDaysConstraintsFiveDaysForm::wasAccepted() in wasAccepted() function in SpreadMinDaysConstraintsFiveDaysForm
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DAuthenticationDialog.cpp95 void AuthenticationDialog::handleAuthenticated(QAuthenticator *authenticator, bool wasAccepted) in handleAuthenticated() argument
102 if (wasAccepted) in handleAuthenticated()
H A DAuthenticationDialog.h57 void handleAuthenticated(QAuthenticator *authenticator, bool wasAccepted);
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/
H A Dwebengineview.cpp155 …bool wasAccepted = event->isAccepted(); … in eventFilter()
159 …event->setAccepted(wasAccepted); … in eventFilter()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DNetworkManagerFactory.h198 static void notifyAuthenticated(QAuthenticator *authenticator, bool wasAccepted);
245 void authenticated(QAuthenticator *authenticator, bool wasAccepted);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/InputDialog/
H A DLineInputDialog.h87 bool wasAccepted() const;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Filter/src/main/java/com/sun/hotspot/igv/filter/
H A DCustomFilter.java89 boolean result = dialog.wasAccepted();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java92 return dialog.wasAccepted();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java92 return dialog.wasAccepted();
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/
H A DGenreView.cpp157 if(dialog.wasAccepted() && !new_name.isEmpty()) in newPressed()
199 if(dialog.wasAccepted() && !newName.isEmpty()) in renamePressed()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTextField.m555 BOOL wasAccepted;
558 wasAccepted = [formatter isPartialStringValid: partialString
562 if (wasAccepted == NO)
581 if (wasAccepted == NO)

1234