|
wxMaxima
|
This class generates a pane displaying the communication between maxima and wxMaxima. More...
#include <XmlInspector.h>
Public Member Functions | |
| XmlInspector (wxWindow *parent, int id) | |
| ~XmlInspector () | |
| The destructor. | |
| virtual void | Clear () |
| Remove all text from the editor. | |
| void | Add_ToMaxima (const wxString &text) |
| Add some text we sent to maxima. | |
| void | Add_FromMaxima (const wxString &text) |
| Add some text we have received from maxima. | |
| void | UpdateContents () |
| Actually draw the updates. | |
| bool | UpdateNeeded () |
| Do we need to update the XmlInspector's display? | |
This class generates a pane displaying the communication between maxima and wxMaxima.
The display of this data is only actually updated on calling XmlInspector::Update().