Home
last modified time | relevance | path

Searched refs:_notificationsEnabled (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/Widgets/
H A DZoomLevelSelector.cpp46 _notificationsEnabled = true; in ZoomLevelSelector()
76 _notificationsEnabled = false; in setZoomConstraint()
103 _notificationsEnabled = true; in setZoomConstraint()
142 _notificationsEnabled = false; in display()
146 _notificationsEnabled = true; in display()
180 if (_notificationsEnabled) { in onComboBoxEditingFinished()
188 if (_notificationsEnabled) { in onComboIndexChanged()
H A DZoomLevelSelector.h67 bool _notificationsEnabled; variable
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/Widgets/
H A DZoomLevelSelector.cpp49 _notificationsEnabled = true; in ZoomLevelSelector()
79 _notificationsEnabled = false; in setZoomConstraint()
106 _notificationsEnabled = true; in setZoomConstraint()
145 _notificationsEnabled = false; in display()
149 _notificationsEnabled = true; in display()
183 if (_notificationsEnabled) { in onComboBoxEditingFinished()
191 if (_notificationsEnabled) { in onComboIndexChanged()
H A DZoomLevelSelector.h69 bool _notificationsEnabled; variable
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/Widgets/
H A DZoomLevelSelector.cpp49 _notificationsEnabled = true; in ZoomLevelSelector()
79 _notificationsEnabled = false; in setZoomConstraint()
106 _notificationsEnabled = true; in setZoomConstraint()
145 _notificationsEnabled = false; in display()
149 _notificationsEnabled = true; in display()
183 if (_notificationsEnabled) { in onComboBoxEditingFinished()
191 if (_notificationsEnabled) { in onComboIndexChanged()
H A DZoomLevelSelector.h69 bool _notificationsEnabled; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DBasicDesignerLoader.cs55 private bool _notificationsEnabled; field in System.ComponentModel.Design.Serialization.BasicDesignerLoader
67 _notificationsEnabled = false; in BasicDesignerLoader()
186 if (service != null && _notificationsEnabled != enable) { in EnableComponentNotification()
205 return _notificationsEnabled == true ? true : false; in EnableComponentNotification()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBVideo.m50 _notificationsEnabled = YES;
476 copy->_notificationsEnabled = _notificationsEnabled;
545 _notificationsEnabled = YES;
H A DHBPicture.m88 _notificationsEnabled = YES;
1217 copy->_notificationsEnabled = _notificationsEnabled;
1351 _notificationsEnabled = YES;
H A DHBFilters.m54 _notificationsEnabled = YES;
1145 _notificationsEnabled = YES;
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h486 void setNotificationsEnabled(int _notificationsEnabled);
H A Dsettingscache.cpp440 void SettingsCache::setNotificationsEnabled(int _notificationsEnabled) in setNotificationsEnabled() argument
442 notificationsEnabled = static_cast<bool>(_notificationsEnabled); in setNotificationsEnabled()