Home
last modified time | relevance | path

Searched refs:toSvg (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/
H A DAxis.php215 $labelField = $labelField->toSvg($ctx);
223 $group->appendChild($bgLine->toSvg($ctx));
268 $group->appendChild($labelField->toSvg($ctx));
273 $group->appendChild($bgLine->toSvg($ctx));
293 $group->appendChild($axisLabel->toSvg($ctx));
450 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Axis
H A DLegend.php62 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Legend
99 $svg = $outer->toSvg($ctx);
H A DPieChart.php129 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\PieChart
147 return $outerBox->toSvg($ctx);
H A DGridChart.php341 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\GridChart
363 return $outerBox->toSvg($ctx);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/Graph/
H A DLineGraph.php143 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Graph\\LineGraph
163 $group = $path->toSvg($ctx);
169 $group->appendChild($dot->toSvg($ctx));
187 $invisibleRendered = $invisible->toSvg($ctx);
H A DBarGraph.php125 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Graph\\BarGraph
140 $bar = $this->drawSingleBar($point, 'white', $this->strokeWidth, $idx++)->toSvg($ctx);
144 $bar = $this->drawSingleBar($point, $this->fill, $this->strokeWidth)->toSvg($ctx);
H A DStackedGraph.php79 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Graph\\StackedGraph
84 $group->appendChild($stackElem->toSvg($ctx));
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/Render/
H A DRotator.php75 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Render\\Rotator
77 $el = $this->element->toSvg($ctx);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/Primitive/
H A DCanvas.php99 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Canvas
118 $innerContainer->appendChild($child->toSvg($ctx));
H A DPieSlice.php181 $group->appendChild($path->toSvg($ctx));
182 $group->appendChild($text->toSvg($ctx));
272 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\PieSlice
H A DDrawable.php21 public function toSvg(RenderContext $ctx); function
H A DRawElement.php39 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\RawElement
H A DAnimatable.php40 $dom->appendChild($this->animation->toSvg($ctx));
H A DCircle.php57 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Circle
H A DAnimation.php73 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Animation
H A DLine.php73 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Line
H A DRect.php81 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Rect
H A DText.php148 public function toSvg(RenderContext $ctx) function in Icinga\\Chart\\Primitive\\Text
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Deditor_scene.hpp39 void toSvg(QString fileName, QString title);
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/sip/krita/
H A DShape.sip17 QString toSvg();
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/Inline/
H A DPieChart.php24 public function toSvg($output = true) function in Icinga\\Chart\\Inline\\PieChart
/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DShape.h112 QString toSvg();
H A DShape.cpp82 QString Shape::toSvg() in toSvg() function in Shape
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Application/
H A Dwebrouter.php84 $pie->toSvg();
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkgesture_p.h110 QByteArray toSvg(const QString &attributes = QString()) const;

123