NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
tableviewer.cpp File Reference
#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"
Include dependency graph for tableviewer.cpp:

Go to the source code of this file.

Macros

#define STATUSBAR_PRECISION   5
 
#define MAXIMAL_RENDERING_SIZE   5000
 

Variables

Language _guilang
 

Macro Definition Documentation

◆ MAXIMAL_RENDERING_SIZE

#define MAXIMAL_RENDERING_SIZE   5000

Definition at line 35 of file tableviewer.cpp.

◆ STATUSBAR_PRECISION

#define STATUSBAR_PRECISION   5

Definition at line 34 of file tableviewer.cpp.

Variable Documentation

◆ _guilang