NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
packagedialog.cpp File Reference
Include dependency graph for packagedialog.cpp:

Go to the source code of this file.

Macros

#define INCLUDEDOCS   "_doctemplate"
 
#define DOCFILE   "_docfile"
 

Functions

static void resolveIncludes (std::set< std::string > &fileSet)
 Static function to resolve the includes in the passed set and add them to the set afterwards. More...
 

Variables

Language _guilang
 

Macro Definition Documentation

◆ DOCFILE

#define DOCFILE   "_docfile"

Definition at line 37 of file packagedialog.cpp.

◆ INCLUDEDOCS

#define INCLUDEDOCS   "_doctemplate"

Definition at line 36 of file packagedialog.cpp.

Function Documentation

◆ resolveIncludes()

static void resolveIncludes ( std::set< std::string > &  fileSet)
static

Static function to resolve the includes in the passed set and add them to the set afterwards.

Parameters
fileSetstd::set<std::string>&
Returns
void

Definition at line 418 of file packagedialog.cpp.

References StyledTextFile::getFileName(), Includer::getIncludedFileName(), StyledTextFile::getLinesCount(), StyledTextFile::getStrippedLine(), and Includer::is_including_syntax().

Referenced by PackageDialog::autoDetect().

Here is the call graph for this function:

Variable Documentation

◆ _guilang