NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
history.hpp File Reference
#include <wx/wx.h>
#include <wx/stc/stc.h>
#include <wx/menu.h>
#include <wx/dynarray.h>
#include "editor.h"
#include "../terminal/terminal.hpp"
#include "../../common/datastructures.h"
#include "../../kernel/syntax.hpp"
Include dependency graph for history.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NumeReHistory
 

Macros

#define RM_WS_BOTH   0
 
#define RM_WS_FRONT   1
 
#define RM_WS_BACK   2
 

Macro Definition Documentation

◆ RM_WS_BACK

#define RM_WS_BACK   2

Definition at line 34 of file history.hpp.

◆ RM_WS_BOTH

#define RM_WS_BOTH   0

Definition at line 32 of file history.hpp.

◆ RM_WS_FRONT

#define RM_WS_FRONT   1

Definition at line 33 of file history.hpp.