|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "packagedialog.hpp"#include "../compositions/grouppanel.hpp"#include "../globals.hpp"#include "../../kernel/core/ui/language.hpp"#include "../../kernel/core/ui/winlayout.hpp"#include "../../kernel/core/utils/tools.hpp"#include "../../kernel/core/utils/tinyxml2.h"#include "../../kernel/core/procedure/dependency.hpp"#include "../../kernel/core/procedure/includer.hpp"#include "../../kernel/core/io/styledtextfile.hpp"#include "../../common/vcsmanager.hpp"#include "../../common/filerevisions.hpp"#include "../../common/datastructures.h"#include <set>#include <memory>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 |
| #define DOCFILE "_docfile" |
Definition at line 37 of file packagedialog.cpp.
| #define INCLUDEDOCS "_doctemplate" |
Definition at line 36 of file packagedialog.cpp.
|
static |
Static function to resolve the includes in the passed set and add them to the set afterwards.
| fileSet | std::set<std::string>& |
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().
|
extern |
AboutChameleonDialog type definition
AboutChameleonDialog event table definition
Definition at line 135 of file NumeReWindow.cpp.
Referenced by PackageDialog::loadProjectFile(), PackageDialog::OnAddItems(), PackageDialog::OnLoadProjectFile(), PackageDialog::OnSaveProjectFile(), PackageDialog::PackageDialog(), PackageDialog::SaveOnClose(), and PackageDialog::saveProjectFile().