Home
last modified time | relevance | path

Searched refs:PieGraph (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dpiegraph.cpp29 PieGraph::PieGraph(): in PieGraph() function in fcn::PieGraph
35 PieGraph::PieGraph(const Point& center): in PieGraph() function in fcn::PieGraph
41 void PieGraph::setCenterX(int x) { in setCenterX()
45 void PieGraph::setCenterY(int y) { in setCenterY()
54 int PieGraph::getCenterX() const { in getCenterX()
58 int PieGraph::getCenterY() const { in getCenterY()
70 void PieGraph::setRadius(int radius) { in setRadius()
74 int PieGraph::getRadius() const { in getRadius()
86 void PieGraph::clearSegments() { in clearSegments()
90 void PieGraph::setOpaque(bool opaque) { in setOpaque()
[all …]
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/widgets/
H A Dpiegraph.hpp33 class FCN_CORE_DECLSPEC PieGraph : public Widget { class
39 PieGraph();
40 PieGraph(const Point& center);
45 virtual ~PieGraph() { }; in ~PieGraph()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/
H A Dphpstan.neon.dist27 …t|BarPlot|ContourPlot|Graph|GroupBarPlot|GroupBarPlot|LinePlot|LinePlot|PieGraph|PiePlot|PiePlot3D…
28 …t|BarPlot|ContourPlot|Graph|GroupBarPlot|GroupBarPlot|LinePlot|LinePlot|PieGraph|PiePlot|PiePlot3D…
29 …t|BarPlot|ContourPlot|Graph|GroupBarPlot|GroupBarPlot|LinePlot|LinePlot|PieGraph|PiePlot|PiePlot3D…
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/widgets/
H A D__init__.py62 from .piegraph import PieGraph
96 "PieGraph" : PieGraph,
H A Dpiegraph.py67 class PieGraph(Widget): class
121 self.real_widget = fifechan.PieGraph()
126 super(PieGraph, self).__init__(parent=parent,
159 pieGraphClone = PieGraph(None,
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_general/
H A Dexample26.php7 $graph = new PieGraph(300, 200);
H A Dexample26.1.php7 $graph = new PieGraph(300, 200);
H A Dexample28.php7 $graph = new PieGraph(150, 150);
H A Dexample27.2.php8 $graph = new PieGraph(300, 200);
H A Dexample27.3.php8 $graph = new PieGraph(330, 200);
H A Dexample28.1.php7 $graph = new PieGraph(150, 150);
H A Dexample28.2.php7 $graph = new PieGraph(150, 150);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/Examples/
H A Dexample26.php7 $graph = new PieGraph(300,200,"auto");
H A Dpieex2.php9 $graph = new PieGraph(300,200,"auto");
H A Dexample26.1.php7 $graph = new PieGraph(300,200,"auto");
H A Dexample27.php8 $graph = new PieGraph(300,200,"auto");
H A Dexample28.php7 $graph = new PieGraph(150,150,"auto");
H A Dexample27.2.php8 $graph = new PieGraph(300,200,"auto");
H A Dexample28.2.php7 $graph = new PieGraph(150,150,"auto");
H A Dexample28.3.php7 $graph = new PieGraph(150,150,"auto");
H A Dexample27.3.php8 $graph = new PieGraph(330,200,"auto");
H A Dexample28.1.php7 $graph = new PieGraph(150,150,"auto");
/dports/www/matomo/piwik/plugins/ImageGraph/StaticGraph/
H A DPie3D.php15 class Pie3D extends PieGraph
H A DPie.php14 class Pie extends PieGraph
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_jpgraph_pie/
H A Dpieex2.php10 $graph = new \PieGraph(300, 200);

123456