NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "wx/wxprec.h"
#include <wx/wx.h>
#include <wx/treectrl.h>
#include <wx/aui/auibook.h>
#include <wx/snglinst.h>
#include <vector>
#include <utility>
#include "NumeReStatusbar.hpp"
#include "globals.hpp"
#include "wx/dnd.h"
#include "../common/datastructures.h"
#include "../common/filewatcher.hpp"
#include "../kernel/windowmanager.hpp"
#include "../kernel/core/ui/language.hpp"
#include "../kernel/core/utils/tools.hpp"
#include "../kernel/core/plotting/graph_helper.hpp"
#include "../kernel/core/datamanagement/container.hpp"
#include "../kernel/core/datamanagement/table.hpp"
#include "dialogs/tipdialog.hpp"
#include "compositions/treepanel.hpp"
#include "compositions/viewerframe.hpp"
#include "compositions/viewerbook.hpp"
#include "compositions/filetree.hpp"
#include "compositions/variableviewer.hpp"
#include "compositions/procedureviewer.hpp"
Go to the source code of this file.
Classes | |
class | MyApp |
This class represents the application controller, which will create the main frame of the actual application. It will also include the single instance checking and the necessary DDE command interface handling. More... | |
class | NumeReWindow |
This class is the actual NumeRe main frame. The application's logic is implemented here. More... | |
Namespaces | |
namespace | DDE |
Macros | |
#define | OPENFILE_NOTHING 0 |
#define | OPENFILE_BLACKLIST_ADD 1 |
#define | OPENFILE_BLACKLIST_REMOVE 2 |
#define | OPENFILE_FORCE 4 |
Variables | |
Language | _guilang |
#define OPENFILE_BLACKLIST_ADD 1 |
Definition at line 43 of file NumeReWindow.h.
#define OPENFILE_BLACKLIST_REMOVE 2 |
Definition at line 44 of file NumeReWindow.h.
#define OPENFILE_FORCE 4 |
Definition at line 45 of file NumeReWindow.h.
#define OPENFILE_NOTHING 0 |
Definition at line 42 of file NumeReWindow.h.
|
extern |
AboutChameleonDialog type definition
AboutChameleonDialog event table definition
Definition at line 135 of file NumeReWindow.cpp.