NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
duplicatecodedialog.cpp File Reference
#include "duplicatecodedialog.hpp"
#include "../../kernel/core/ui/language.hpp"
#include "../../kernel/core/utils/stringtools.hpp"
#include "../editor/editor.h"
#include <wx/clipbrd.h>
#include <algorithm>
Include dependency graph for duplicatecodedialog.cpp:

Go to the source code of this file.

Classes

struct  compare_index
 

Macros

#define ID_DUPLICATECODE_START   12000
 
#define ID_DUPLICATECODE_COPY   12001
 
#define ID_DUPLICATECODE_REPORT   12002
 
#define SEMANTICS_VAR   1
 
#define SEMANTICS_STRING   2
 
#define SEMANTICS_NUM   4
 
#define SEMANTICS_FUNCTION   8
 

Variables

Language _guilang
 

Macro Definition Documentation

◆ ID_DUPLICATECODE_COPY

#define ID_DUPLICATECODE_COPY   12001

Definition at line 28 of file duplicatecodedialog.cpp.

◆ ID_DUPLICATECODE_REPORT

#define ID_DUPLICATECODE_REPORT   12002

Definition at line 29 of file duplicatecodedialog.cpp.

◆ ID_DUPLICATECODE_START

#define ID_DUPLICATECODE_START   12000

Definition at line 27 of file duplicatecodedialog.cpp.

◆ SEMANTICS_FUNCTION

#define SEMANTICS_FUNCTION   8

Definition at line 33 of file duplicatecodedialog.cpp.

◆ SEMANTICS_NUM

#define SEMANTICS_NUM   4

Definition at line 32 of file duplicatecodedialog.cpp.

◆ SEMANTICS_STRING

#define SEMANTICS_STRING   2

Definition at line 31 of file duplicatecodedialog.cpp.

◆ SEMANTICS_VAR

#define SEMANTICS_VAR   1

Definition at line 30 of file duplicatecodedialog.cpp.

Variable Documentation

◆ _guilang