Home
last modified time | relevance | path

Searched refs:DrawLabels (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkDendrogramItem.h135 vtkSetMacro(DrawLabels, bool);
136 vtkGetMacro(DrawLabels, bool);
137 vtkBooleanMacro(DrawLabels, bool);
415 bool DrawLabels; variable
H A DvtkDendrogramItem.cxx74 this->DrawLabels = true; in vtkDendrogramItem()
622 if (!this->DrawLabels) in PaintBuffers()
1458 if (!this->DrawLabels) in ComputeLabelWidth()
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkDendrogramItem.h118 vtkSetMacro(DrawLabels, bool);
119 vtkGetMacro(DrawLabels, bool);
120 vtkBooleanMacro(DrawLabels, bool);
353 bool DrawLabels; variable
H A DvtkDendrogramItem.cxx74 this->DrawLabels = true; in vtkDendrogramItem()
624 if (!this->DrawLabels) in PaintBuffers()
1460 if (!this->DrawLabels) in ComputeLabelWidth()
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkDendrogramItem.h135 vtkSetMacro(DrawLabels, bool);
136 vtkGetMacro(DrawLabels, bool);
137 vtkBooleanMacro(DrawLabels, bool);
415 bool DrawLabels; variable
H A DvtkDendrogramItem.cxx75 this->DrawLabels = true; in vtkDendrogramItem()
609 if (!this->DrawLabels) in PaintBuffers()
1415 if (!this->DrawLabels) in ComputeLabelWidth()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DMoleculeData.h78 …char DrawLabels; ///< Flag for label drawing (both #'s and atomic labels) bit3 deactivates lab… variable
248 inline bool DrawHLabels(void) const {return ((DrawLabels & 4) == 0);}; in DrawHLabels()
249 inline void SetHLabelMode(bool State) {DrawLabels = (DrawLabels & 0xFB) + (State ? 0: 4);}; in SetHLabelMode()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/Chart/
H A DPie.php67 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : false;
233 if ($DrawLabels && !$Shadow && !$SecondPass) {
323 if ($DrawLabels && !$Shadow) {
396 if ($DrawLabels && $LabelStacked) {
424 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : false;
923 if ($DrawLabels) {
968 if ($DrawLabels && $LabelStacked) {
1572 if ($DrawLabels && !$Shadow) {
1606 if ($DrawLabels && $LabelStacked) {
2183 if ($DrawLabels) {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpPie.class.php61 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : FALSE;
173 if ( $DrawLabels && !$Shadow && !$SecondPass )
236 if ( $DrawLabels && !$Shadow )
291 if ( $DrawLabels && $LabelStacked ) { $this->writeShiftedLabels(); }
311 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : FALSE;
661 if ( $DrawLabels )
692 if ( $DrawLabels && $LabelStacked ) { $this->writeShiftedLabels(); }
1026 if ( $DrawLabels && !$Shadow )
1048 if ( $DrawLabels && $LabelStacked ) { $this->writeShiftedLabels(); }
1415 if ( $DrawLabels )
[all …]
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/Chart/
H A DPie.php67 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : false;
233 if ($DrawLabels && !$Shadow && !$SecondPass) {
323 if ($DrawLabels && !$Shadow) {
396 if ($DrawLabels && $LabelStacked) {
424 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : false;
923 if ($DrawLabels) {
968 if ($DrawLabels && $LabelStacked) {
1572 if ($DrawLabels && !$Shadow) {
1606 if ($DrawLabels && $LabelStacked) {
2183 if ($DrawLabels) {
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpPie.class.php57 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : FALSE;
155 if ( $DrawLabels && !$Shadow && !$SecondPass )
218 if ( $DrawLabels && !$Shadow )
259 $DrawLabels = isset($Format["DrawLabels"]) ? $Format["DrawLabels"] : FALSE;
601 if ( $DrawLabels )
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Ddial.h129 virtual void DrawLabels(wxGCDC* dc);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/resources/doc/
H A D3d_ring.md71 $pieChart->draw3DRing(200, 200, ["DrawLabels" => true, "LabelStacked" => true, "Border" => true]);
H A D2d_pie.md74 $pieChart->draw2DPie(340, 125, ["DrawLabels" => true, "Border" => true]);
H A D2d_ring.md64 $pieChart->draw2DRing(160, 140, ["DrawLabels" => true, "LabelStacked" => true, "Border" => true]);
H A D3d_pie.md79 $pieChart->draw3DPie(340, 125, ["DrawLabels" => true, "Border" => true]);
/dports/www/limesurvey/limesurvey/application/third_party/pchart/
H A DpChart.class.php2387 if ( !($DrawLabels == PIE_NOLABEL) )
2390 if ($DrawLabels == PIE_PERCENTAGE)
2392 elseif ($DrawLabels == PIE_LABELS)
2394 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2396 elseif ($DrawLabels == PIE_PERCENTAGE_LABEL)
2515 if ( !($DrawLabels == PIE_NOLABEL) )
2518 if ($DrawLabels == PIE_PERCENTAGE)
2520 elseif ($DrawLabels == PIE_LABELS)
2641 if ( !($DrawLabels == PIE_NOLABEL) )
2644 if ($DrawLabels == PIE_PERCENTAGE)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/labeling/
H A Dqgslabelingengine.h61 DrawLabels = 1 << 1, //!< Whether the labels should be rendered enumerator
H A Dqgslabelingengine.cpp213 flags.testFlag( QgsAbstractLabelProvider::DrawLabels ), in processProvider()
620 , mFlags( DrawLabels ) in QgsAbstractLabelProvider()
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dchart.h209 void DrawLabels();
/dports/graphics/qgis/qgis-3.22.3/src/core/labeling/
H A Dqgslabelingengine.h62 DrawLabels = 1 << 1, //!< Whether the labels should be rendered enumerator
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dchart.cc269 DrawLabels(); in DrawChart()
345 void VDKChart::DrawLabels() in DrawLabels() function in VDKChart
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtamultiseries.pas551 for i := 0 to ny - 1 do DrawLabels(ADrawer, i)
553 DrawLabels(ADrawer);
1041 for i := 0 to ny-1 do DrawLabels(ADrawer, i)
1043 DrawLabels(ADrawer);
1484 for i := 0 to ny-1 do DrawLabels(ADrawer, i)
1486 DrawLabels(ADrawer);
1845 DrawLabels(ADrawer, 0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtamultiseries.pas551 for i := 0 to ny - 1 do DrawLabels(ADrawer, i)
553 DrawLabels(ADrawer);
1041 for i := 0 to ny-1 do DrawLabels(ADrawer, i)
1043 DrawLabels(ADrawer);
1484 for i := 0 to ny-1 do DrawLabels(ADrawer, i)
1486 DrawLabels(ADrawer);
1845 DrawLabels(ADrawer, 0);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DPointChart.cs525 DrawLabels( in ProcessChartType()
654 private void DrawLabels( in DrawLabels() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PointChart
1345 DrawLabels( in DrawAccumulated3DLabels()

123