 |
wxMaxima
|
Go to the documentation of this file.
29 #include <wx/richtext/richtextctrl.h>
32 #ifndef XMLINSPECTOR_H
33 #define XMLINSPECTOR_H
61 wxString m_fromMaxima;
66 XmlInspector_ctrl_id = 4,
80 wxString IndentString(
int level);
83 #endif // XMLINSPECTOR_H
bool UpdateNeeded()
Do we need to update the XmlInspector's display?
Definition: XmlInspector.h:58
~XmlInspector()
Definition: XmlInspector.cpp:51
void Add_ToMaxima(wxString text)
Add some text we sent to maxima.
Definition: XmlInspector.cpp:171
void Add_FromMaxima(wxString text)
Add some text we have received from maxima.
Definition: XmlInspector.cpp:183
virtual void Clear()
Remove all text from the editor.
Definition: XmlInspector.cpp:55
Definition: XmlInspector.h:39
void UpdateContents()
Actually draw the updates.
Definition: XmlInspector.cpp:63