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_multiplier.html | 265 ++++---------------------------- 1 file changed, 30 insertions(+), 235 deletions(-) (limited to 'docs/doxygen/html/class_multiplier.html') diff --git a/docs/doxygen/html/class_multiplier.html b/docs/doxygen/html/class_multiplier.html index 08a681b..82f29ec 100644 --- a/docs/doxygen/html/class_multiplier.html +++ b/docs/doxygen/html/class_multiplier.html @@ -102,6 +102,7 @@ Inheritance diagram for Multiplier:
+MathOperation ControlElement Element @@ -112,30 +113,37 @@ Public Member Functions  Multiplier (int id)   -virtual void Draw (wxPoint2DDouble translation, double scale) const - Draw the element. More...
-  -virtual bool Contains (wxPoint2DDouble position) const - Checks if the element contains a position. More...
-  -virtual bool Intersects (wxRect2DDouble rect) const - Check if the element's rect intersects other rect. More...
-  -virtual bool ShowForm (wxWindow *parent, Element *element) - Show element data form. More...
-  -virtual void Rotate (bool clockwise=true) - Rotate the element. More...
-  - -virtual void UpdatePoints () -  + +virtual void DrawSymbol () const +  virtual bool Solve (double input, double timeStep)   virtual ElementGetCopy ()  Get a the element copy. More...
  +- Public Member Functions inherited from MathOperation +MathOperation (int id) +  +virtual void Draw (wxPoint2DDouble translation, double scale) const + Draw the element. More...
+  +virtual bool Contains (wxPoint2DDouble position) const + Checks if the element contains a position. More...
+  +virtual bool Intersects (wxRect2DDouble rect) const + Check if the element's rect intersects other rect. More...
+  +virtual bool ShowForm (wxWindow *parent, Element *element) + Show element data form. More...
+  +virtual void Rotate (bool clockwise=true) + Rotate the element. More...
+  + +virtual void UpdatePoints () +  - Public Member Functions inherited from ControlElement  ControlElement (int id) @@ -158,9 +166,9 @@ virtual void DrawNodes virtual void ReplaceNode (Node *oldNode, Node *newNode)   - -virtual void UpdateText () -  +virtual bool UpdateText () + Update the OpenGL text in the element (if present). More...
virtual bool IsSolved () const   @@ -466,93 +474,6 @@ bool m_online = trueDefinition at line 32 of file Multiplier.h.

Member Function Documentation

- -

◆ Contains()

- -
-
- - - - - -
- - - - - - - - -
virtual bool Multiplier::Contains (wxPoint2DDouble position) const
-
-inlinevirtual
-
- -

Checks if the element contains a position.

-
Parameters
- - -
positionPosition to be checked.
-
-
- -

Implements Element.

- -

Definition at line 39 of file Multiplier.h.

- -
-
- -

◆ Draw()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void Multiplier::Draw (wxPoint2DDouble translation,
double scale 
) const
-
-virtual
-
- -

Draw the element.

-
Parameters
- - - -
translationTranslation of the system.
scaleScale of the system.
-
-
- -

Reimplemented from Element.

- -

Definition at line 37 of file Multiplier.cpp.

- -
-

◆ GetCopy()

@@ -581,133 +502,7 @@ bool m_online = trueReimplemented from Element.

-

Definition at line 136 of file Multiplier.cpp.

- - - - -

◆ Intersects()

- -
-
- - - - - -
- - - - - - - - -
virtual bool Multiplier::Intersects (wxRect2DDouble rect) const
-
-inlinevirtual
-
- -

Check if the element's rect intersects other rect.

-
Parameters
- - -
rectRect to check intersection.
-
-
- -

Implements Element.

- -

Definition at line 40 of file Multiplier.h.

- -
-
- -

◆ Rotate()

- -
-
- - - - - -
- - - - - - - - -
void Multiplier::Rotate (bool clockwise = true)
-
-virtual
-
- -

Rotate the element.

-
Parameters
- - -
clockwiseTrue to rotate clockwise, false to rotate counter-clockwise.
-
-
- -

Reimplemented from Element.

- -

Definition at line 64 of file Multiplier.cpp.

- -
-
- -

◆ ShowForm()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
virtual bool Multiplier::ShowForm (wxWindow * parent,
Elementelement 
)
-
-inlinevirtual
-
- -

Show element data form.

-
Parameters
- - - -
parentForm parent
elementElement that will be edited.
-
-
-
Returns
True if the form is shown, false otherwise.
- -

Reimplemented from Element.

- -

Definition at line 41 of file Multiplier.h.

+

Definition at line 68 of file Multiplier.cpp.

-- cgit