#include "us_run_details2.h"
#include "us_settings.h"
#include "us_gui_settings.h"
#include "us_math2.h"
#include "us_constants.h"
#include "us_util.h"
#include "us_gui_util.h"
#include <qwt_legend.h>
Go to the source code of this file.
Macros | |
#define | round(x) floor( (x) + 0.5 ) |
Define a function especially for Windows. More... | |
#define round | ( | x | ) | floor( (x) + 0.5 ) |
Define a function especially for Windows.
Definition at line 14 of file us_run_details2.cpp.