Home
last modified time | relevance | path

Searched refs:TopAxis (Results 1 – 23 of 23) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkLegendScaleActor.cxx55 this->TopAxis = vtkAxisActor2D::New(); in vtkLegendScaleActor()
59 this->TopAxis->SetFontFactor(0.6); in vtkLegendScaleActor()
60 this->TopAxis->SetNumberOfLabels(5); in vtkLegendScaleActor()
61 this->TopAxis->AdjustLabelsOff(); in vtkLegendScaleActor()
171 this->TopAxis->Delete(); in ~vtkLegendScaleActor()
194 pc->AddItem(this->TopAxis); in GetActors2D()
203 this->TopAxis->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
338 this->TopAxis->SetRange(xL[0], xR[0]); in BuildRepresentation()
360 this->TopAxis->SetRange(d / 2.0, -d / 2.0); in BuildRepresentation()
554 if (this->TopAxis) in PrintSelf()
[all …]
H A DvtkLegendScaleActor.h197 vtkGetObjectMacro(TopAxis, vtkAxisActor2D);
226 vtkAxisActor2D* TopAxis; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkLegendScaleActor.cxx56 this->TopAxis = vtkAxisActor2D::New(); in vtkLegendScaleActor()
60 this->TopAxis->SetFontFactor(0.6); in vtkLegendScaleActor()
61 this->TopAxis->SetNumberOfLabels(5); in vtkLegendScaleActor()
62 this->TopAxis->AdjustLabelsOff(); in vtkLegendScaleActor()
160 this->TopAxis->Delete(); in ~vtkLegendScaleActor()
183 pc->AddItem(this->TopAxis); in GetActors2D()
192 this->TopAxis->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
292 this->TopAxis->GetPositionCoordinate()-> in BuildRepresentation()
339 this->TopAxis->SetRange(xL[0],xR[0]); in BuildRepresentation()
568 if ( this->TopAxis ) in PrintSelf()
[all …]
H A DvtkLegendScaleActor.h197 vtkGetObjectMacro(TopAxis,vtkAxisActor2D);
226 vtkAxisActor2D *TopAxis; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkLegendScaleActor.cxx56 this->TopAxis = vtkAxisActor2D::New(); in vtkLegendScaleActor()
60 this->TopAxis->SetFontFactor(0.6); in vtkLegendScaleActor()
61 this->TopAxis->SetNumberOfLabels(5); in vtkLegendScaleActor()
62 this->TopAxis->AdjustLabelsOff(); in vtkLegendScaleActor()
160 this->TopAxis->Delete(); in ~vtkLegendScaleActor()
183 pc->AddItem(this->TopAxis); in GetActors2D()
192 this->TopAxis->ReleaseGraphicsResources(w); in ReleaseGraphicsResources()
285 this->TopAxis->GetPositionCoordinate()-> in BuildRepresentation()
332 this->TopAxis->SetRange(xL[0],xR[0]); in BuildRepresentation()
560 if ( this->TopAxis ) in PrintSelf()
[all …]
H A DvtkLegendScaleActor.h157 vtkGetObjectMacro(TopAxis,vtkAxisActor2D);
182 vtkAxisActor2D *TopAxis; variable
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkContextArea.cxx42 this->Axes[vtkAxis::TOP] = this->TopAxis; in vtkContextArea()
85 this->TopAxis->SetPoint1(draw.GetTopLeft().Cast<float>()); in LayoutAxes()
86 this->TopAxis->SetPoint2(draw.GetTopRight().Cast<float>()); in LayoutAxes()
105 this->TopAxis->SetRange(data.GetLeft(), data.GetRight()); in SetAxisRange()
144 this->TopAxis->SetPoint1(draw.GetTopLeft().Cast<float>()); in ComputeExpandedDrawAreaGeometry()
145 this->TopAxis->SetPoint2(draw.GetTopRight().Cast<float>()); in ComputeExpandedDrawAreaGeometry()
266 vtkContextAreaPrintMemberObject(TopAxis); in PrintSelf()
H A DvtkContextArea.h292 vtkNew<vtkAxis> TopAxis; variable
H A DvtkInteractiveArea.cxx127 this->RecalculateTickSpacing(this->TopAxis, delta); in MouseWheelEvent()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkContextArea.cxx42 this->Axes[vtkAxis::TOP] = this->TopAxis; in vtkStandardNewMacro()
85 this->TopAxis->SetPoint1(draw.GetTopLeft().Cast<float>()); in LayoutAxes()
86 this->TopAxis->SetPoint2(draw.GetTopRight().Cast<float>()); in LayoutAxes()
105 this->TopAxis->SetRange(data.GetLeft(), data.GetRight()); in SetAxisRange()
145 this->TopAxis->SetPoint1(draw.GetTopLeft().Cast<float>()); in ComputeExpandedDrawAreaGeometry()
146 this->TopAxis->SetPoint2(draw.GetTopRight().Cast<float>()); in ComputeExpandedDrawAreaGeometry()
279 vtkContextAreaPrintMemberObject(TopAxis); in PrintSelf()
H A DvtkContextArea.h292 vtkNew<vtkAxis> TopAxis; variable
H A DvtkInteractiveArea.cxx127 this->RecalculateTickSpacing(this->TopAxis, delta); in MouseWheelEvent()
/dports/graphics/kf5-kplotting/kplotting-5.89.0/examples/
H A Dtestplot_widget.cpp73 plot->axis(KPlotWidget::TopAxis)->setTickLabelsShown(true); in slotSelectPlot()
75 plot->axis(KPlotWidget::TopAxis)->setLabel(QStringLiteral("Angle [degrees]")); in slotSelectPlot()
/dports/graphics/kf5-kplotting/kplotting-5.89.0/src/
H A Dkplotwidget.cpp51 axes.insert(TopAxis, topAxis); in Private()
167 q->axis(TopAxis)->setTickMarks(dataRect.x(), dataRect.width()); in calcDataRectLimits()
203 axis(TopAxis)->setTickMarks(d->secondDataRect.x(), d->secondDataRect.width()); in setSecondaryLimits()
212 axis(TopAxis)->setTickMarks(d->dataRect.x(), d->dataRect.width()); in clearSecondaryLimits()
295 a = axis(TopAxis); in resetPlot()
874 a = axis(TopAxis); in drawAxes()
987 const KPlotAxis *a = axis(TopAxis); in topPadding()
H A Dkplotwidget.h98 TopAxis, ///< the top axis enumerator
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtachartteechart.pas32 property TopAxis: TChartAxis index calTop read GetAxisByAlign1; property
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtachartteechart.pas32 property TopAxis: TChartAxis index calTop read GetAxisByAlign1; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtachartteechart.pas34 property TopAxis: TChartAxis index calTop read GetAxisByAlign1; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtachartteechart.pas34 property TopAxis: TChartAxis index calTop read GetAxisByAlign1; property
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/drawer/
H A DKPlotWgtDrawer.cc17 axis(TopAxis)->setVisible(false); in KPlotWgtDrawer()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dmodcalcvizequinox.cpp36 Plot->axis(KPlotWidget::TopAxis)->setVisible(false); in modCalcEquinox()
H A Dobservinglist.cpp122 ui->avt->axis(KPlotWidget::TopAxis)->setTickLabelFormat('t');
123 ui->avt->axis(KPlotWidget::TopAxis)->setTickLabelsShown(true);
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py8121 TopAxis = 0 variable in KPlotWidget