| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include "phpimport.h"#include "artifact.h"#include "association.h"#include "attribute.h"#include "classifier.h"#include "debug_utils.h"#include "enum.h"#include "import_utils.h"#include "object_factory.h"#include "operation.h"#include "optionstate.h"#include "package.h"#include "template.h"#include "uml.h"#include "umldoc.h"#include "umlobject.h"#include <KLocalizedString>#include <QListWidget>#include <QMap>#include <parser/parsesession.h>#include <parser/phplexer.h>#include <parser/phpparser.h>#include <parser/phpdebugvisitor.h>#include <parser/phpast.h>#include <parser/tokenstream.h>#include <parser/phptokentext.h>#include <tests/autotestshell.h>#include <language/duchain/duchain.h>#include <language/duchain/problem.h>#include <language/codegen/coderepresentation.h>#include <language/editor/documentrange.h>#include <tests/testcore.h>| Namespaces | |
| namespace | Php | 
| Macros | |
| #define | DBG_SRC QStringLiteral("PHPImport") | 
| Typedefs | |
| typedef QMap< QString, QString > | Php::VariableMapping | 
| typedef QString(* | TokenTextFunc) (int) | 
| typedef DebugLanguageParserHelper< Php::ParseSession, Php::TokenStream, Php::Parser::Token, Php::Lexer, Php::StartAst, Php::DebugVisitor, Php::tokenText > | PhpParser | 
| Functions | |
| QTextStream | qout (stdout) | 
| QTextStream | qerr (stderr) | 
| QTextStream | qin (stdin) | 
| Variables | |
| const int | Php::NamespaceSize = 100 | 
| #define DBG_SRC QStringLiteral("PHPImport") | 
| typedef DebugLanguageParserHelper<Php::ParseSession, Php::TokenStream, Php::Parser::Token, Php::Lexer, Php::StartAst, Php::DebugVisitor, Php::tokenText> PhpParser | 
| typedef QString(* TokenTextFunc) (int) | 
Auxiliary type for template class DebugLanguageParserHelper
| QTextStream qerr | ( | stderr | ) | 
| QTextStream qin | ( | stdin | ) | 
| QTextStream qout | ( | stdout | ) |