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. |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
[ Top ] |