wxMaxima
Public Member Functions | List of all members
XmlInspector Class Reference

#include <XmlInspector.h>

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

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?
 

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

Constructor & Destructor Documentation

◆ ~XmlInspector()

XmlInspector::~XmlInspector ( )

The destructor


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