![]() |
wxMaxima
|
#include <XmlInspector.h>
Public Member Functions | |
XmlInspector (wxWindow *parent, int id) | |
~XmlInspector () | |
virtual void | Clear () |
Remove all text from the editor. | |
void | Add_ToMaxima (wxString text) |
Add some text we sent to maxima. | |
void | Add_FromMaxima (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().
XmlInspector::~XmlInspector | ( | ) |
The destructor