Searched refs:setLabelBackgroundEnabled (Results 1 – 14 of 14) sorted by relevance
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/ |
H A D | thememanager.cpp | 164 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 203 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 242 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 281 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 320 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 359 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 398 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 437 setLabelBackgroundEnabled(theme, true); in setPredefinedPropertiesToTheme() 592 void ThemeManager::setLabelBackgroundEnabled(Q3DTheme *theme, bool enabled) in setLabelBackgroundEnabled() function in ThemeManager 595 theme->setLabelBackgroundEnabled(enabled); in setLabelBackgroundEnabled()
|
H A D | q3dtheme.h | 68 …bool labelBackgroundEnabled READ isLabelBackgroundEnabled WRITE setLabelBackgroundEnabled NOTIFY l… 155 void setLabelBackgroundEnabled(bool enabled);
|
H A D | thememanager_p.h | 86 static void setLabelBackgroundEnabled(Q3DTheme *theme, bool enabled);
|
H A D | q3dtheme.cpp | 973 void Q3DTheme::setLabelBackgroundEnabled(bool enabled) in setLabelBackgroundEnabled() function in Q3DTheme 1156 other.q_ptr->setLabelBackgroundEnabled(m_labelBackground); in sync()
|
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/doc/snippets/ |
H A D | doc_src_q3dtheme.cpp | 44 theme->setLabelBackgroundEnabled(false); in main() 59 theme->setLabelBackgroundEnabled(true); in main()
|
/dports/devel/boost_build/build-29baa79/test/qt5/ |
H A D | qtdatavisualization.cpp | 30 graph.activeTheme()->setLabelBackgroundEnabled(true); in BOOST_AUTO_TEST_CASE()
|
/dports/devel/boost-docs/boost_1_72_0/tools/build/test/qt5/ |
H A D | qtdatavisualization.cpp | 30 graph.activeTheme()->setLabelBackgroundEnabled(true); in BOOST_AUTO_TEST_CASE()
|
/dports/devel/boost-libs/boost_1_72_0/tools/build/test/qt5/ |
H A D | qtdatavisualization.cpp | 30 graph.activeTheme()->setLabelBackgroundEnabled(true); in BOOST_AUTO_TEST_CASE()
|
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/test/qt5/ |
H A D | qtdatavisualization.cpp | 30 graph.activeTheme()->setLabelBackgroundEnabled(true); in BOOST_AUTO_TEST_CASE()
|
/dports/devel/hyperscan/boost_1_75_0/tools/build/test/qt5/ |
H A D | qtdatavisualization.cpp | 30 graph.activeTheme()->setLabelBackgroundEnabled(true); in BOOST_AUTO_TEST_CASE()
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/customproxy/ |
H A D | rainfallgraph.cpp | 92 m_graph->activeTheme()->setLabelBackgroundEnabled(false); in RainfallGraph()
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/bars/ |
H A D | graphmodifier.cpp | 70 m_graph->activeTheme()->setLabelBackgroundEnabled(true); in GraphModifier() 265 …m_graph->activeTheme()->setLabelBackgroundEnabled(!m_graph->activeTheme()->isLabelBackgroundEnable… in changeLabelBackground()
|
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/scatter/ |
H A D | scatterdatamodifier.cpp | 163 …m_graph->activeTheme()->setLabelBackgroundEnabled(!m_graph->activeTheme()->isLabelBackgroundEnable… in changeLabelStyle()
|
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/ |
H A D | starprofileviewer.cpp | 43 m_graph->activeTheme()->setLabelBackgroundEnabled(false); in StarProfileViewer()
|