#include <vector>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "plot.h"
#include "qtincludes.h"
#include <qpainter.h>
#include <qpaintdevicemetrics.h>
#include "definitions.h"
#include "error.hh"
#include "Pixmaps/filesave.xpm"
#include "Pixmaps/fileprint.xpm"
#include "Pixmaps/as.xpm"
Defines | |
#define | XSize 200 |
#define | YSize 150 |
Variables | |
const char* | fileSaveText |
const char* | filePrintText |
|
|
|
|
|
Initial value: "Click this button to print the data currently" "visible in the plot window " |
|
Initial value: "Click this button to save the data currently visible" " in this plot window." "You will be prompted for a file name.\n\n" "You can also select the Save command from the File menu in the MainWindow " "but that will save all data in memory" |