wxMaxima
Public Member Functions
History Class Referencefinal

This class generates a pane containing the last commands that were issued. More...

#include <History.h>

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

Public Member Functions

 History (wxWindow *parent, int id, Configuration *cfg)
 
 ~History ()
 The destructor.
 
void AddToHistory (const wxString &cmd)
 Add a file to the recently opened files list.
 
void OnRegExEvent (wxCommandEvent &ev)
 Called if the filter text or method changes.
 
void RebuildDisplay ()
 Apply all filters and refresh the display.
 
wxString GetCommand (bool next)
 Get the currently selected command and advance the selection. More...
 
void MaximaSessionStart ()
 Is called when a new maxima session starts.
 
bool UpdateDeferred ()
 Actually update the history sidebar. Called when no other work is to be done.
 
void SetSavePlace (const wxString &saveplace)
 Where to save thi history.
 

Detailed Description

This class generates a pane containing the last commands that were issued.

Member Function Documentation

◆ GetCommand()

wxString History::GetCommand ( bool  next)

Get the currently selected command and advance the selection.

Parameters
next
  • true: Advance the current selection by one
  • false: Advance the current selection by -1

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