|
|
| |
public: | public: |
| |
App(int *argv, char ***argv); |
App(int *argc, char ***argv); |
virtual ~App(void); | virtual ~App(void); |
| |
| |
|
|
#define ZRO ((value_t) 0.0) | #define ZRO ((value_t) 0.0) |
#define ABSVAL(x) (((x) > 0)? (x) : (-(x))) | #define ABSVAL(x) (((x) > 0)? (x) : (-(x))) |
| |
|
#include <cstring> |
|
|
| |
| |
Graph::Graph(MainWindow *mainWindow_in): | Graph::Graph(MainWindow *mainWindow_in): |
|
|
| |
#include "quickplot_icon.xpm" | #include "quickplot_icon.xpm" |
| |
|
#include <cstring> |
|
|
| |
// from file: help_html.cpp which was generated from help.html.in | // from file: help_html.cpp which was generated from help.html.in |
extern const char *help_html; | extern const char *help_html; |
|
|
#include "Graph.h" | #include "Graph.h" |
#include "Globel.h" | #include "Globel.h" |
| |
|
#include <cstring> |
|
|
| |
// SPACE is the fraction of blank space on graphing area for the first | // SPACE is the fraction of blank space on graphing area for the first |
// auto zoom level. The blank space is split evenly between the top | // auto zoom level. The blank space is split evenly between the top |