Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
mainwindow.cpp File Reference
#include "mainwindow.h"
#include "config.h"
#include "csettings.h"
#include "mdichild.h"
#include <QStringList>
#include <QtWidgets>
#include <optional>
#include <qframe.h>
#include <string_view>
Include dependency graph for mainwindow.cpp:

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")}
 

Function Documentation

◆ errorPipe()

int errorPipe ( char *  errMsg)

Definition at line 23 of file mainwindow.cpp.

References globTextEdit.

◆ freeList()

static void freeList ( char **  lp,
int  count 
)
static

Definition at line 29 of file mainwindow.cpp.

References free().

Referenced by LoadPlugins().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ LoadPlugins()

static int LoadPlugins ( QComboBox &  cb,
GVC_t gvc,
const char *  kind,
const QStringList &  more,
std::string_view  prefer 
)
static

Definition at line 35 of file mainwindow.cpp.

References freeList(), gvc, gvPluginList(), id, and kind.

Referenced by CMainWindow::CMainWindow().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ globTextEdit

QTextEdit* globTextEdit

Definition at line 21 of file mainwindow.cpp.

Referenced by errorPipe().

◆ xtra

const QStringList xtra = {QStringLiteral("NONE")}
static

Definition at line 97 of file mainwindow.cpp.

Referenced by CMainWindow::CMainWindow().