Doxygen
|
#include "plantuml.h"
#include "util.h"
#include "portable.h"
#include "config.h"
#include "doxygen.h"
#include "message.h"
#include "debug.h"
#include "fileinfo.h"
#include "dir.h"
#include "indexlist.h"
Go to the source code of this file.
Functions | |
static void | runPlantumlContent (const PlantumlManager::FilesMap &plantumlFiles, const PlantumlManager::ContentMap &plantumlContent, PlantumlManager::OutputFormat format) |
static void | print (const PlantumlManager::FilesMap &plantumlFiles) |
static void | print (const PlantumlManager::ContentMap &plantumlContent) |
static void | addPlantumlFiles (PlantumlManager::FilesMap &plantumlFiles, const std::string &key, const std::string &value) |
static void | addPlantumlContent (PlantumlManager::ContentMap &plantumlContent, const std::string &key, const QCString &outDir, const QCString &puContent, const QCString &srcFile, int srcLine) |
|
static |
Definition at line 360 of file plantuml.cpp.
Referenced by PlantumlManager::insert().
|
static |
Definition at line 349 of file plantuml.cpp.
Referenced by PlantumlManager::insert().
|
static |
Definition at line 337 of file plantuml.cpp.
References Debug::isFlagSet(), Debug::Plantuml, and Debug::print().
|
static |
Definition at line 322 of file plantuml.cpp.
References Debug::isFlagSet(), Debug::Plantuml, and Debug::print().
Referenced by PlantumlManager::insert().
|
static |
Definition at line 166 of file plantuml.cpp.
References Config_getBool, Config_getList, Config_getString, QCString::data(), err_full, FileInfo::exists(), QCString::ExplicitSize, fileToString(), QCString::isEmpty(), FileInfo::isFile(), maxCmdLine, msg(), Portable::openOutputStream(), Portable::pathListSeparator(), Debug::Plantuml, Debug::print(), PlantumlManager::PUML_BITMAP, PlantumlManager::PUML_EPS, PlantumlManager::PUML_SVG, qPrint(), Dir::remove(), QCString::sprintf(), QCString::str(), Portable::system(), and TRUE.
Referenced by PlantumlManager::run().