NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
terminal.hpp File Reference
#include <map>
#include "../NumeReWindow.h"
#include "../../common/Options.h"
#include "gterm.hpp"
#include "../../kernel/kernel.hpp"
Include dependency graph for terminal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NumeReTerminal
 The terminal class for the GUI. It's a specialisation of the GenericTerminal. More...
 

Macros

#define wxEVT_COMMAND_TERM_RESIZE   wxEVT_USER_FIRST + 1000
 
#define wxEVT_COMMAND_TERM_NEXT   wxEVT_USER_FIRST + 1001
 
#define EVT_TERM_RESIZE(id, fn)   { wxEVT_COMMAND_TERM_RESIZE, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) &fn, (wxObject *)NULL },
 

Macro Definition Documentation

◆ EVT_TERM_RESIZE

#define EVT_TERM_RESIZE (   id,
  fn 
)    { wxEVT_COMMAND_TERM_RESIZE, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) &fn, (wxObject *)NULL },

Definition at line 36 of file terminal.hpp.

◆ wxEVT_COMMAND_TERM_NEXT

#define wxEVT_COMMAND_TERM_NEXT   wxEVT_USER_FIRST + 1001

Definition at line 34 of file terminal.hpp.

◆ wxEVT_COMMAND_TERM_RESIZE

#define wxEVT_COMMAND_TERM_RESIZE   wxEVT_USER_FIRST + 1000

Definition at line 33 of file terminal.hpp.