Graphviz 13.1.2~dev.20250726.0945
|
#include "csettings.h"
#include "mainwindow.h"
#include "mdichild.h"
#include "qfiledialog.h"
#include "qmessagebox.h"
#include "string.h"
#include <QTemporaryFile>
#include <QtWidgets>
#include <cgraph/rdr.h>
#include <cstdlib>
#include <qfile.h>
#include <string>
#include <util/gv_find_me.h>
#include <util/path.h>
Go to the source code of this file.
Macros | |
#define | WIDGET(t, f) (findChild<t *>(QStringLiteral(#f))) |
Functions | |
int | errorPipe (char *errMsg) |
static std::string | find_me () |
wrapper around gv_find_me to convert to a C++ type | |
static std::string | find_share (void) |
find an absolute path to where Gvedit auxiliary files are stored | |
bool | loadAttrs (const QString &fileName, QComboBox *cbNameG, QComboBox *cbNameN, QComboBox *cbNameE) |
QString | stripFileExtension (const QString &fileName) |
static QString | buildTempFile () |
#define WIDGET | ( | t, | |
f | |||
) | (findChild<t *>(QStringLiteral(#f))) |
Definition at line 30 of file csettings.cpp.
|
static |
Definition at line 310 of file csettings.cpp.
|
extern |
Definition at line 23 of file mainwindow.cpp.
References globTextEdit.
|
static |
Definition at line 33 of file csettings.cpp.
References free(), gv_find_me(), and NULL.
Referenced by find_share().
|
static |
Definition at line 41 of file csettings.cpp.
References errout, find_me(), and PATH_SEPARATOR.
Referenced by CFrmSettings::CFrmSettings().
bool loadAttrs | ( | const QString & | fileName, |
QComboBox * | cbNameG, | ||
QComboBox * | cbNameN, | ||
QComboBox * | cbNameE | ||
) |
Definition at line 72 of file csettings.cpp.
References errout, fileName(), and id.
Referenced by CFrmSettings::CFrmSettings().
QString stripFileExtension | ( | const QString & | fileName | ) |
Definition at line 107 of file csettings.cpp.
References fileName().