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

Go to the source code of this file.

Classes

class  NumeReEditor
 The class of the editor window. More...
 

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 38 of file editor.h.

◆ RM_WS_BOTH

#define RM_WS_BOTH   0

Definition at line 36 of file editor.h.

◆ RM_WS_FRONT

#define RM_WS_FRONT   1

Definition at line 37 of file editor.h.