Graphviz 13.0.0~dev.20241222.1117
|
#include <mainwindow.h>
Public Member Functions | |
CMainWindow (const QStringList &files) | |
void | addFile (const QString &fileName) |
Data Fields | |
QMdiArea * | mdiArea |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Definition at line 35 of file mainwindow.h.
CMainWindow::CMainWindow | ( | const QStringList & | files | ) |
Definition at line 99 of file mainwindow.cpp.
References addFile(), CFrmSettings::gvc, LoadPlugins(), mdiArea, and xtra.
void CMainWindow::addFile | ( | const QString & | fileName | ) |
Definition at line 165 of file mainwindow.cpp.
References fileName(), MdiChild::loadFile(), and mdiArea.
Referenced by CMainWindow().
|
protected |
Definition at line 149 of file mainwindow.cpp.
References mdiArea.
QMdiArea* CMainWindow::mdiArea |
Definition at line 40 of file mainwindow.h.
Referenced by addFile(), closeEvent(), CMainWindow(), and MdiChild::loadPreview().