From 7e2a19c5bf730a8fc9c868be95b25cbfed61851c Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Nov 2017 19:43:57 -0200 Subject: Documentation and translation updated --- docs/doxygen/html/class_constant.html | 55 ++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 13 deletions(-) (limited to 'docs/doxygen/html/class_constant.html') diff --git a/docs/doxygen/html/class_constant.html b/docs/doxygen/html/class_constant.html index 433d2d7..0e3e8f7 100644 --- a/docs/doxygen/html/class_constant.html +++ b/docs/doxygen/html/class_constant.html @@ -128,9 +128,9 @@ Public Member Functions virtual void Rotate (bool clockwise=true)  Rotate the element. More...
  - -virtual void UpdateText () -  +virtual bool UpdateText () + Update the OpenGL text in the element (if present). More...
virtual void SetValue (double value)   @@ -378,12 +378,9 @@ Protected Attributes double m_value = 1.0   - -wxGLStringm_glStringValue = NULL -  - -int m_fontSize = 10 -  + +OpenGLTextm_glText = NULL +  - Protected Attributes inherited from ControlElement std::vector< Node * > m_nodeList @@ -568,7 +565,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 32 of file Constant.cpp.

+

Definition at line 35 of file Constant.cpp.

@@ -600,7 +597,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 123 of file Constant.cpp.

+

Definition at line 116 of file Constant.cpp.

@@ -676,7 +673,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 67 of file Constant.cpp.

+

Definition at line 66 of file Constant.cpp.

@@ -726,7 +723,39 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 56 of file Constant.cpp.

+

Definition at line 55 of file Constant.cpp.

+ + + + +

◆ UpdateText()

+ +
+
+ + + + + +
+ + + + + + + +
bool Constant::UpdateText ()
+
+virtual
+
+ +

Update the OpenGL text in the element (if present).

+
Returns
true if OpenGLText is ok, false otherwise.
+ +

Reimplemented from ControlElement.

+ +

Definition at line 124 of file Constant.cpp.

-- cgit