add image viewer dialog for write_dump image output, help can open link to manual

This commit is contained in:
Axel Kohlmeyer
2023-07-30 19:23:42 -04:00
parent 1c8b9e9467
commit c95bf2c14b
11 changed files with 373 additions and 25 deletions

View File

@ -34,6 +34,7 @@ class QTimer;
class Highlighter;
class StdCapture;
class Preferences;
class ImageViewer;
class LammpsGui : public QMainWindow {
Q_OBJECT
@ -64,8 +65,10 @@ private slots:
void clear();
void run_buffer();
void stop_run();
void view_image();
void about();
void help();
void manual();
void logupdate();
void modified();
void preferences();
@ -76,12 +79,14 @@ private:
StdCapture *capturer;
QLabel *status;
QPlainTextEdit *logwindow;
ImageViewer *imagewindow;
QTimer *logupdater;
QProgressBar *progress;
Preferences *prefdialog;
QString current_file;
QString current_dir;
QString temp_dir;
void *lammps_handle;
void *plugin_handle;
const char *plugin_path;