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

ExpContainer.h File Reference


Detailed Description

Defines the mcExpContainerData, mcExpContainerGUI, mcExpContainerMath, mcExpContainerIO, mcExpContainer classes.

See ExpContainer.cpp for more info.

Definition in file ExpContainer.h.

#include "mc/ExpElement.h"

Include dependency graph for ExpContainer.h:

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

Go to the source code of this file.

Defines

#define mcEXPCONTAINER_LEFTMOST   1
 Cursor is at the left of the begin symbol.
#define mcEXPCONTAINER_INSIDEEXPR   2
 Cursor is inside the content.
#define mcEXPCONTAINER_RIGHTMOST   3
 Cursor is at the right of the end symbol.


Define Documentation

#define mcEXPCONTAINER_INSIDEEXPR   2
 

Cursor is inside the content.

Definition at line 75 of file ExpContainer.h.

Referenced by mcExpContainerHelpers::gui_BaseInput(), mcBracketHelpers::gui_BaseInput(), mcExpContainerHelpers::gui_BaseMoveCursor(), mcExpContainerHelpers::gui_BaseMoveCursorUsingPoint(), mcExpContainerHelpers::gui_EditBase(), mcExpContainerHelpers::gui_GetBaseRelCursorPos(), mcExpContainerHelpers::gui_Init(), mcExpContainerHelpers::gui_isBaseEndKey(), and mcExpContainerHelpers::gui_SetBaseCursorPos().

#define mcEXPCONTAINER_LEFTMOST   1
 

Cursor is at the left of the begin symbol.

Definition at line 72 of file ExpContainer.h.

Referenced by mcExpContainerHelpers::gui_BaseInput(), mcBracketHelpers::gui_BaseInput(), mcExpContainerHelpers::gui_BaseInsert(), mcExpContainerHelpers::gui_BaseMoveCursor(), mcExpContainerHelpers::gui_BaseMoveCursorUsingPoint(), mcExpContainerHelpers::gui_GetBaseCursorPos(), mcExpContainerHelpers::gui_GetBaseRelCursorPos(), mcExpContainerHelpers::gui_isBaseEndKey(), and mcExpContainerHelpers::gui_SetBaseCursorPos().

#define mcEXPCONTAINER_RIGHTMOST   3
 

Cursor is at the right of the end symbol.

Definition at line 78 of file ExpContainer.h.

Referenced by mcExpContainerHelpers::gui_BaseInput(), mcBracketHelpers::gui_BaseInput(), mcExpContainerHelpers::gui_BaseInsert(), mcExpContainerHelpers::gui_BaseMoveCursor(), mcExpContainerHelpers::gui_BaseMoveCursorUsingPoint(), mcExpContainerHelpers::gui_GetBaseCursorPos(), mcExpContainerHelpers::gui_GetBaseRelCursorPos(), mcExpContainerHelpers::gui_isBaseEndKey(), and mcExpContainerHelpers::gui_SetBaseCursorPos().



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

[ Top ]