Home
last modified time | relevance | path

Searched refs:vtkUnicodeString (Results 51 – 75 of 244) sorted by relevance

12345678910

/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabelRenderStrategy.cxx53 this->ComputeLabelBounds(tprop, vtkUnicodeString::from_utf8(label.c_str()), bds); in ComputeLabelBounds()
59 this->RenderLabel(x, tprop, vtkUnicodeString::from_utf8(label)); in RenderLabel()
66 this->RenderLabel(x, tprop, vtkUnicodeString::from_utf8(label), maxWidth); in RenderLabel()
71 int x[2], vtkTextProperty* tprop, vtkUnicodeString label, int vtkNotUsed(maxWidth)) in RenderLabel()
H A DvtkLabelRenderStrategy.h82 vtkTextProperty* tprop, vtkUnicodeString label, double bds[4]) = 0;
97 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkUnicodeString label) = 0;
100 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkUnicodeString label, int maxWidth);
/dports/math/vtk8/VTK-8.2.0/Infovis/Boost/
H A DvtkVariantBoostSerialization.h65 void save(Archiver& ar, const vtkUnicodeString& str, in save()
73 void load(Archiver& ar, vtkUnicodeString& str, in load()
78 str = vtkUnicodeString::from_utf8(utf8); in load()
81 BOOST_SERIALIZATION_SPLIT_FREE(vtkUnicodeString) in BOOST_SERIALIZATION_SPLIT_FREE() argument
115 VTK_VARIANT_SAVE(VTK_UNICODE_STRING,vtkUnicodeString,ToUnicodeString); in BOOST_SERIALIZATION_SPLIT_FREE()
156 VTK_VARIANT_LOAD(VTK_UNICODE_STRING,vtkUnicodeString); in load()
/dports/math/vtk6/VTK-6.2.0/Infovis/Boost/
H A DvtkVariantBoostSerialization.h62 void save(Archiver& ar, const vtkUnicodeString& str, in save()
70 void load(Archiver& ar, vtkUnicodeString& str, in load()
75 str = vtkUnicodeString::from_utf8(utf8); in load()
78 BOOST_SERIALIZATION_SPLIT_FREE(vtkUnicodeString) in BOOST_SERIALIZATION_SPLIT_FREE() argument
112 VTK_VARIANT_SAVE(VTK_UNICODE_STRING,vtkUnicodeString,ToUnicodeString); in BOOST_SERIALIZATION_SPLIT_FREE()
159 VTK_VARIANT_LOAD(VTK_UNICODE_STRING,vtkUnicodeString); in load()
/dports/math/vtk9/VTK-9.1.0/Infovis/Boost/
H A DvtkVariantBoostSerialization.h72 void save(Archiver& ar, const vtkUnicodeString& str, const unsigned int vtkNotUsed(version)) in save()
89 void load(Archiver& ar, vtkUnicodeString& str, const unsigned int vtkNotUsed(version)) in load()
93 str = vtkUnicodeString::from_utf8(utf8); in load()
96 BOOST_SERIALIZATION_SPLIT_FREE(vtkUnicodeString) in BOOST_SERIALIZATION_SPLIT_FREE() argument
128 VTK_VARIANT_SAVE(VTK_UNICODE_STRING, vtkUnicodeString, ToUnicodeString); in BOOST_SERIALIZATION_SPLIT_FREE()
168 VTK_VARIANT_LOAD(VTK_UNICODE_STRING, vtkUnicodeString); in load()
/dports/math/vtk9/VTK-9.1.0/Rendering/Context2D/
H A DvtkContext2D.h38 class vtkUnicodeString; variable
368 void DrawStringRect(vtkPoints2D* rect, const vtkUnicodeString& string);
373 void DrawStringRect(const float rect[4], const vtkUnicodeString& string);
384 void DrawString(vtkPoints2D* point, const vtkUnicodeString& string);
386 void DrawString(float x, float y, const vtkUnicodeString& string);
405 void ComputeStringBounds(const vtkUnicodeString& string, vtkPoints2D* bounds);
408 void ComputeStringBounds(const vtkUnicodeString& string, float bounds[4]);
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkRenderedRepresentation.cxx107 vtkUnicodeString vtkRenderedRepresentation::GetHoverText( in GetHoverText()
110 return vtkUnicodeString::from_utf8(GetHoverString(view, prop, cell)); in GetHoverText()
119 vtkUnicodeString vtkRenderedRepresentation::GetHoverTextInternal(vtkSelection* selection) in GetHoverTextInternal()
121 return vtkUnicodeString::from_utf8(GetHoverStringInternal(selection)); in GetHoverTextInternal()
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkRenderedRepresentation.h71 vtkUnicodeString GetHoverText(vtkView* view, vtkProp* prop, vtkIdType cell);
75 virtual vtkUnicodeString GetHoverTextInternal(vtkSelection*) in GetHoverTextInternal()
76 { return vtkUnicodeString(); } in GetHoverTextInternal()
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkTextCodec.h68 virtual OutputIterator& operator=(const vtkUnicodeString::value_type value) = 0;
87 vtkUnicodeString ToUnicode(istream & inputStream);
93 virtual vtkUnicodeString::value_type NextUnicode(istream& inputStream) = 0;
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkRenderedRepresentation.h80 vtkUnicodeString GetHoverText(vtkView* view, vtkProp* prop, vtkIdType cell);
85 virtual vtkUnicodeString GetHoverTextInternal(vtkSelection*) in GetHoverTextInternal()
86 { return vtkUnicodeString(); } in GetHoverTextInternal()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestQtContextUnicode.cxx68 painter->DrawString(150, 20, vtkUnicodeString::from_utf8("\xe2\x84\xab")); in Paint()
70 vtkUnicodeString::from_utf8("a\xce\xb1\xe0\xb8\x81\xf0\x90\x80\x80")); in Paint()
72 vtkUnicodeString::from_utf8("\xce\xb1\xce\xb2\xce\xb3")); in Paint()
H A DTestContextUnicode.cxx89 painter->DrawString(150, 20, vtkUnicodeString::from_utf8("\xe2\x84\xab")); in Paint()
91 vtkUnicodeString::from_utf8("a\xce\xb1")); in Paint()
93 vtkUnicodeString::from_utf8("\xce\xb1\xce\xb2\xce\xb3")); in Paint()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestQtContextUnicode.cxx68 painter->DrawString(150, 20, vtkUnicodeString::from_utf8("\xe2\x84\xab")); in Paint()
70 100, 80, vtkUnicodeString::from_utf8("a\xce\xb1\xe0\xb8\x81\xf0\x90\x80\x80")); in Paint()
71 painter->DrawString(100, 50, vtkUnicodeString::from_utf8("\xce\xb1\xce\xb2\xce\xb3")); in Paint()
H A DTestContextUnicode.cxx92 painter->DrawString(150, 20, vtkUnicodeString::from_utf8("\xe2\x84\xab")); in Paint()
93 painter->DrawString(100, 80, vtkUnicodeString::from_utf8("a\xce\xb1")); in Paint()
94 painter->DrawString(100, 50, vtkUnicodeString::from_utf8("\xce\xb1\xce\xb2\xce\xb3")); in Paint()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestQtContextUnicode.cxx68 painter->DrawString(150, 20, vtkUnicodeString::from_utf8("\xe2\x84\xab")); in Paint()
70 vtkUnicodeString::from_utf8("a\xce\xb1\xe0\xb8\x81\xf0\x90\x80\x80")); in Paint()
72 vtkUnicodeString::from_utf8("\xce\xb1\xce\xb2\xce\xb3")); in Paint()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkStringToImage.h28 class vtkUnicodeString; variable
52 const vtkUnicodeString& string) = 0;
63 const vtkUnicodeString& string,
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkUnicodeStringArray.h78 vtkIdType InsertNextValue(const vtkUnicodeString&);
79 void InsertValue(vtkIdType idx, const vtkUnicodeString&); // Ranged checked
80 void SetValue(vtkIdType i, const vtkUnicodeString&); // Not ranged checked
81 vtkUnicodeString& GetValue(vtkIdType i);
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkTextCodec.h77 virtual OutputIterator& operator=(const vtkUnicodeString::value_type value) = 0;
99 vtkUnicodeString ToUnicode(istream & inputStream);
106 virtual vtkUnicodeString::value_type NextUnicode(istream& inputStream) = 0;
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkStringToImage.h32 class vtkUnicodeString; variable
58 const vtkUnicodeString& string, int dpi) = 0;
72 const vtkUnicodeString& string, int dpi,
/dports/math/vtk6/VTK-6.2.0/Rendering/Context2D/
H A DvtkContext2D.h34 class vtkUnicodeString; variable
285 void DrawStringRect(vtkPoints2D *rect, const vtkUnicodeString &string);
292 void DrawString(vtkPoints2D *point, const vtkUnicodeString &string);
293 void DrawString(float x, float y, const vtkUnicodeString &string);
304 void ComputeStringBounds(const vtkUnicodeString &string, vtkPoints2D *bounds);
305 void ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]);
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/
H A DvtkFreeTypeTools.h34 class vtkUnicodeString; variable
104 bool GetBoundingBox(vtkTextProperty *tprop, const vtkUnicodeString& str,
112 bool GetMetrics(vtkTextProperty *tprop, const vtkUnicodeString& str,
126 bool RenderString(vtkTextProperty *tprop, const vtkUnicodeString& str,
136 bool StringToPath(vtkTextProperty *tprop, const vtkUnicodeString& str,
145 int GetConstrainedFontSize(const vtkUnicodeString &str,
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkStringToImage.h33 class vtkUnicodeString; variable
61 vtkTextProperty* property, const vtkUnicodeString& string, int dpi) = 0;
75 virtual int RenderString(vtkTextProperty* property, const vtkUnicodeString& string, int dpi,
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkUnicodeStringArray.h87 vtkIdType InsertNextValue(const vtkUnicodeString&);
88 void InsertValue(vtkIdType idx, const vtkUnicodeString&); // Ranged checked
89 void SetValue(vtkIdType i, const vtkUnicodeString&); // Not ranged checked
90 vtkUnicodeString& GetValue(vtkIdType i);
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkUnicodeStringArray.h84 vtkIdType InsertNextValue(const vtkUnicodeString&);
85 void InsertValue(vtkIdType idx, const vtkUnicodeString&); // Ranged checked
86 void SetValue(vtkIdType i, const vtkUnicodeString&); // Not ranged checked
87 vtkUnicodeString& GetValue(vtkIdType i);
/dports/math/vtk8/VTK-8.2.0/Rendering/Context2D/
H A DvtkContext2D.h37 class vtkUnicodeString; variable
374 void DrawStringRect(vtkPoints2D *rect, const vtkUnicodeString &string);
384 void DrawString(vtkPoints2D *point, const vtkUnicodeString &string);
385 void DrawString(float x, float y, const vtkUnicodeString &string);
402 void ComputeStringBounds(const vtkUnicodeString &string, vtkPoints2D *bounds);
403 void ComputeStringBounds(const vtkUnicodeString &string, float bounds[4]);

12345678910