#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <qlabel.h>
#include <qhbox.h>
#include <qlayout.h>
#include <qcolordialog.h>
#include <qbuttongroup.h>
#include <klocale.h>
#include "PlotSettingsDialog.h"
#include "Plot2DSurface.h"
#include "PlotQWT3D.h"
#include "ColormapReader.h"
Defines | |
#define | NR_PLOTSTYLE 7 |
#define | NR_COORDINATESTYLE 3 |
#define | NR_FLOORSTYLE 3 |
Variables | |
const QString | plotStyle [] = {"NOPLOT","WIREFRAME","HIDDENLINE","FILLED","FILLEDMESH","POINTS","USER",0} |
const QString | coordinateStyle [] = {"NOCOORD","BOX","FRAME",0} |
const QString | floorStyle [] = {"NOFLOOR","FLOORISO","FLOORDATA",0} |
|
|
|
|
|
|
|
|
|
|
|
|