23#include "../ui/error.hpp"
25#include "../settings.hpp"
26#include "../version.h"
27#include "../utils/tools.hpp"
52 std::string
getDate(
bool bForFile);
58 Output(
bool bStatus, std::string sFile);
93 void format(std::string** _sMatrix,
long long int _nCol,
long long int _nLine,
const Settings& _option,
bool bDontAsk =
false,
int nHeadLineCount = 1);
94 void print(std::string sOutput);
This class implements the basic input/ output file system and provides functionalities to work with f...
void format(std::string **_sMatrix, long long int _nCol, long long int _nLine, const Settings &_option, bool bDontAsk=false, int nHeadLineCount=1)
std::string getFileName() const
std::string getPrefix() const
std::string replaceTeXControls(const std::string &_sText)
void print(std::string sOutput)
void setPrefix(std::string _sPrefix)
void setPluginName(std::string _sPluginName)
void setStatus(bool bStatus)
std::string getCommentLine() const
std::string getPluginName() const
void setCompact(bool _bCompact)
std::string getDate(bool bForFile)
void setCommentLine(std::string _sCommentLine)
std::string sPluginPrefix
void setFileName(std::string sFile)
This class manages the setting values of the internal (kernel) settings of this application.
const std::string sVersion