Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Drecordseldlg.cpp155 return ui->checkBoxVideo0->isEnabled(); in CheckBoxIsEnabled()
158 return ui->checkBoxVideo1->isEnabled(); in CheckBoxIsEnabled()
161 return ui->checkBoxVideo2->isEnabled(); in CheckBoxIsEnabled()
164 return ui->checkBoxVideo3->isEnabled(); in CheckBoxIsEnabled()
167 return ui->checkBoxVideo4->isEnabled(); in CheckBoxIsEnabled()
170 return ui->checkBoxVideo5->isEnabled(); in CheckBoxIsEnabled()
173 return ui->checkBoxVideo6->isEnabled(); in CheckBoxIsEnabled()
176 return ui->checkBoxVideo7->isEnabled(); in CheckBoxIsEnabled()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dswitchbutton.cpp48 if(isEnabled()){//switchbutton is enabled in paintEvent()
80 if (isEnabled()) { in mousePressEvent()
91 if (isEnabled()) { in mouseReleaseEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dswitchbutton.cpp48 if(isEnabled()){//switchbutton is enabled in paintEvent()
80 if (isEnabled()) { in mousePressEvent()
91 if (isEnabled()) { in mouseReleaseEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dswitchbutton.cpp48 if(isEnabled()){//switchbutton is enabled in paintEvent()
80 if (isEnabled()) { in mousePressEvent()
91 if (isEnabled()) { in mouseReleaseEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger()
131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger()
131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger()
131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger()
131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.hpp48 bool isEnabled() const;
H A Drender_source.cpp62 bool RenderSource::isEnabled() const { in isEnabled() function in mbgl::RenderSource
H A Drenderer_impl.cpp430 if (entry.second->isEnabled()) { in render()
600 if (entry.second->isEnabled()) { in render()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Ddownloadmanager.cpp179 if (!tryAgainButton->isEnabled()) in tryAgain()
365 if (m_downloads.at(i)->stopButton->isEnabled()) in activeDownloads()
562 || m_downloadManager->m_downloads.at(i)->tryAgainButton->isEnabled()) { in removeRows()
H A Dtabwidget.cpp804 m_root->setEnabled(source->isEnabled()); in childChanged()
825 m_root->setEnabled(source->isEnabled()); in updateCurrent()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js1202 isEnabled: function isEnabled() {
1217 } else if (!this.isEnabled() || this.eventBus.before("active")) {
1379 isEnabled: function isEnabled() {
1382 enabled = t.isEnabled();
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/
H A D0001-Drop-tr1-namespace-its-not-there-in-c-11-and-newer.patch33 @@ -118,10 +118,10 @@ bool MImOnScreenPlugins::isEnabled(const QString &plugin) const
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp129 … if (imageSource->isEnabled() && imageSource->isLoaded() && !imageSource->bucket->needsUpload()) { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp200 if (isEnabled() && isVisible()) { in childMouseEventFilter()
H A Dqdeclarativegeomap.cpp2563 if (!isVisible() || !isEnabled() || !isInteractive()) in childMouseEventFilter()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp506 && w->isEnabled() in hasInput()