|
Graphviz 14.0.3~dev.20251029.0425
|
#include "mainwindow.h"#include "config.h"#include "csettings.h"#include "mdichild.h"#include <QStringList>#include <QtWidgets>#include <optional>#include <qframe.h>#include <string_view>Go to the source code of this file.
Functions | |
| int | errorPipe (char *errMsg) |
| static void | freeList (char **lp, int count) |
| static int | LoadPlugins (QComboBox &cb, GVC_t *gvc, const char *kind, const QStringList &more, std::string_view prefer) |
Variables | |
| QTextEdit * | globTextEdit |
| static const QStringList | xtra = {QStringLiteral("NONE")} |
| int errorPipe | ( | char * | errMsg | ) |
Definition at line 23 of file mainwindow.cpp.
References globTextEdit.
|
static |
Definition at line 29 of file mainwindow.cpp.
References free().
Referenced by LoadPlugins().
|
static |
Definition at line 35 of file mainwindow.cpp.
References freeList(), gvc, gvPluginList(), and id.
Referenced by CMainWindow::CMainWindow().
| QTextEdit* globTextEdit |
Definition at line 21 of file mainwindow.cpp.
Referenced by errorPipe().
|
static |
Definition at line 97 of file mainwindow.cpp.
Referenced by CMainWindow::CMainWindow().