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

mgCaret Class Reference

#include <MathBox.h>

List of all members.


Detailed Description

A little class used to bypass some wxWidget's caret features which are not useful to mgMathBox.

Definition at line 92 of file MathBox.h.

Public Member Functions

 mgCaret (wxWindow *window, int w, int h)
void ForceShow ()
 Shows the caret bypassing standard wxCaret behaviour which is: if the caret was hidden N times, it must be shown N times as well to reappear on the screen.
void ForceHide ()
 Like ForceShow() but this function hides the caret.


Member Function Documentation

void mgCaret::ForceShow  )  [inline]
 

Shows the caret bypassing standard wxCaret behaviour which is: if the caret was hidden N times, it must be shown N times as well to reappear on the screen.

This function always shows the caret, even if Hide() or ForceHide() have been called one million times before.

Definition at line 103 of file MathBox.h.

Referenced by mgMathBox::UpdateCaret().


The documentation for this class was generated from the following file:

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

[ Top ]