Home
last modified time | relevance | path

Searched refs:setPerspectiveEnabled (Results 1 – 5 of 5) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWPieChart.h157 void setPerspectiveEnabled(bool enabled, double height = 1.0); in W_DECLARE_OPERATORS_FOR_FLAGS()
H A DWPieChart.C106 void WPieChart::setPerspectiveEnabled(bool enabled, double height) in setPerspectiveEnabled() function
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DPieChart.cpp116 chart->setPerspectiveEnabled(true, 0.2);
/dports/www/wt/wt-4.6.1/examples/charts/
H A DChartsExample.C426 chart->setPerspectiveEnabled(true, 0.2); in PieExample()
/dports/www/wt/wt-4.6.1/examples/treeview-dragdrop/
H A DTreeViewDragDrop.C465 chart->setPerspectiveEnabled(true, 0.2); in pieChart()