Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Fraction.h File Reference


Detailed Description

Defines the mcFractionData, mcFractionGUI, mcFractionMath, mcFractionIO, mcFraction classes.

See Fraction.cpp for more info.

Definition in file Fraction.h.

#include "mc/Element.h"
#include "mc/Polynomial.h"

Include dependency graph for Fraction.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define mcFRACTION_LEFTMOST   1
 When cursor is at the left of entire fraction.
#define mcFRACTION_INSIDENUM   2
 When cursor is inside the numerator.
#define mcFRACTION_INSIDEDEN   3
 When cursor is inside the denominator.
#define mcFRACTION_RIGHTMOST   4
 When cursor is at the right of entire fraction.


Define Documentation

#define mcFRACTION_INSIDEDEN   3
 

When cursor is inside the denominator.

Definition at line 81 of file Fraction.h.

Referenced by mcFractionHelpers::gui_GetRelCursorPos(), mcFractionHelpers::gui_Input(), mcFractionHelpers::gui_Insert(), mcFractionHelpers::gui_isEndKey(), mcFractionHelpers::gui_MoveCursor(), mcFractionHelpers::gui_MoveCursorUsingPoint(), and mcFractionHelpers::gui_SetCursorOnDen().

#define mcFRACTION_INSIDENUM   2
 

When cursor is inside the numerator.

Definition at line 80 of file Fraction.h.

Referenced by mcFractionHelpers::gui_GetRelCursorPos(), mcFractionHelpers::gui_Init(), mcFractionHelpers::gui_Input(), mcFractionHelpers::gui_Insert(), mcFractionHelpers::gui_isEndKey(), mcFractionHelpers::gui_MoveCursor(), mcFractionHelpers::gui_MoveCursorUsingPoint(), and mcFractionHelpers::gui_SetCursorOnNum().

#define mcFRACTION_LEFTMOST   1
 

When cursor is at the left of entire fraction.

Definition at line 79 of file Fraction.h.

Referenced by mcFractionHelpers::gui_GetCursorPos(), mcFractionHelpers::gui_GetRelCursorPos(), mcFractionHelpers::gui_Input(), mcFractionHelpers::gui_isEndKey(), mcFractionHelpers::gui_MoveCursor(), and mcFractionHelpers::gui_SetCursorPos().

#define mcFRACTION_RIGHTMOST   4
 

When cursor is at the right of entire fraction.

Definition at line 82 of file Fraction.h.

Referenced by mcFractionHelpers::gui_GetCursorPos(), mcFractionHelpers::gui_GetRelCursorPos(), mcFractionHelpers::gui_Input(), mcFractionHelpers::gui_isEndKey(), mcFractionHelpers::gui_MoveCursor(), and mcFractionHelpers::gui_SetCursorPos().



Documentation generated with Doxygen on Sun Feb 6 17:11:14 2005
Visit MathStudio home page for more info

[ Top ]