wxMaxima
Public Member Functions
XmlInspector Class Reference

This class generates a pane displaying the communication between maxima and wxMaxima. More...

#include <XmlInspector.h>

Inheritance diagram for XmlInspector:
[legend]
Collaboration diagram for XmlInspector:
[legend]

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?
 

Detailed Description

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().


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