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_gain.html | 59 +++++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 15 deletions(-) (limited to 'docs/doxygen/html/class_gain.html') diff --git a/docs/doxygen/html/class_gain.html b/docs/doxygen/html/class_gain.html index 65c0902..497cc70 100644 --- a/docs/doxygen/html/class_gain.html +++ b/docs/doxygen/html/class_gain.html @@ -131,9 +131,9 @@ Public Member Functions virtual void Move (wxPoint2DDouble position)  Move the element other position. 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 +  std::vector< wxPoint2DDouble > m_triPts   @@ -571,7 +568,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 35 of file Gain.cpp.

+

Definition at line 38 of file Gain.cpp.

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

Reimplemented from Element.

-

Definition at line 194 of file Gain.cpp.

+

Definition at line 184 of file Gain.cpp.

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

Reimplemented from ControlElement.

-

Definition at line 182 of file Gain.cpp.

+

Definition at line 172 of file Gain.cpp.

@@ -717,7 +714,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 99 of file Gain.cpp.

+

Definition at line 95 of file Gain.cpp.

@@ -767,7 +764,7 @@ Additional Inherited Members

Reimplemented from Element.

-

Definition at line 88 of file Gain.cpp.

+

Definition at line 84 of file Gain.cpp.

@@ -817,7 +814,39 @@ Additional Inherited Members

Reimplemented from ControlElement.

-

Definition at line 188 of file Gain.cpp.

+

Definition at line 178 of file Gain.cpp.

+ + + + +

◆ UpdateText()

+ +
+
+ + + + + +
+ + + + + + + +
bool Gain::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 192 of file Gain.cpp.

-- cgit