NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
calltipprovider.cpp File Reference
#include "calltipprovider.hpp"
#include "language.hpp"
#include "../utils/tools.hpp"
#include "../../kernel.hpp"
#include <fstream>
Include dependency graph for calltipprovider.cpp:

Go to the source code of this file.

Namespaces

namespace  NumeRe
 

Functions

static CallTip NumeRe::realignLangString (std::string sLine)
 Converts the language file documentation layout into something more fitting for the calltips in the graphical user interface. More...
 
static void NumeRe::AppendToDocumentation (CallTip &_cTip, const std::string &sNewDocLine)
 Appends the new documentation line to the already existing line. More...
 
static std::string NumeRe::CleanDocumentation (std::string sDocumentation, std::string &sReturns)
 Checks layout and finishes styling of the documentation string. More...
 
CallTip NumeRe::FindProcedureDefinition (const std::string &pathname, const std::string &procedurename)
 Search the procedure definition in a global file. More...
 
CallTip NumeRe::addLinebreaks (CallTip _cTip, size_t maxLineLength)
 Adds the necessary linebreaks to the documentation part of the CallTip to fit inside the desired maximal line length. More...
 

Variables

Language _lang
 

Variable Documentation

◆ _lang