NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <map>
#include "../NumeReWindow.h"
#include "../../common/Options.h"
#include "gterm.hpp"
#include "../../kernel/kernel.hpp"
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 }, |
#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.
#define wxEVT_COMMAND_TERM_NEXT wxEVT_USER_FIRST + 1001 |
Definition at line 34 of file terminal.hpp.
#define wxEVT_COMMAND_TERM_RESIZE wxEVT_USER_FIRST + 1000 |
Definition at line 33 of file terminal.hpp.