NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "tableviewer.hpp"
#include "gridtable.hpp"
#include "tableeditpanel.hpp"
#include "../../kernel/core/ui/language.hpp"
#include "../../kernel/core/utils/tools.hpp"
#include "../../kernel/core/datamanagement/tablecolumn.hpp"
#include "../../kernel/core/io/file.hpp"
#include <wx/clipbrd.h>
#include <wx/dataobj.h>
#include <wx/tokenzr.h>
#include <memory>
#include "cellattributes.hpp"
Go to the source code of this file.
Macros | |
#define | STATUSBAR_PRECISION 5 |
#define | MAXIMAL_RENDERING_SIZE 5000 |
Variables | |
Language | _guilang |
#define MAXIMAL_RENDERING_SIZE 5000 |
Definition at line 35 of file tableviewer.cpp.
#define STATUSBAR_PRECISION 5 |
Definition at line 34 of file tableviewer.cpp.
|
extern |
Definition at line 135 of file NumeReWindow.cpp.
Referenced by TableViewer::changeColType(), TableViewer::createMenuBar(), TableViewer::saveTable(), TableViewer::SetData(), TableViewer::SetTableReadOnly(), and TableViewer::TableViewer().