#include <locale.h>#include <libintl.h>#include "gxsm_app.h"#include "unit.h"#include "util.h"#include "pcs.h"#include "xsmtypes.h"#include "glbvars.h"#include "app_profile.h"#include "app_profilepopupdef.h"Go to the source code of this file.
Defines | |
| #define | LOG_RESCUE_RATIO 100. |
| #define | TIC_TOP 1 |
| #define | TIC_BOTTOM 2 |
| #define | TIC_LEFT 3 |
| #define | TIC_RIGHT 4 |
| #define | TIC_GRID_H 5 |
| #define | TIC_GRID_V 6 |
| #define | TIC_EMPTY 10 |
| #define | LAB_EMPTY 11 |
| #define | TICLABSEP 1 |
Variables | |
| menuoptionlist | profile_modes [] |
| menuoptionlist | profile_scale [] |
|
|
Definition at line 859 of file app_profile.C. |
|
|
Definition at line 61 of file app_profile.C. |
|
|
Definition at line 853 of file app_profile.C. |
|
|
Definition at line 858 of file app_profile.C. |
|
|
Definition at line 856 of file app_profile.C. |
|
|
Definition at line 857 of file app_profile.C. |
|
|
Definition at line 854 of file app_profile.C. |
|
|
Definition at line 855 of file app_profile.C. |
|
|
Definition at line 852 of file app_profile.C. |
|
|
|
|
|
Initial value: {
{ "Options/no Gridlines", PROFILE_MODE_XGRID, TRUE },
{ "Options/no Gridlines", PROFILE_MODE_YGRID, TRUE },
{ "Options/Ticmarks", PROFILE_MODE_NOTICS, FALSE },
{ "Options/Y linregression", PROFILE_MODE_YLINREG, FALSE },
{ "Options/Y logarithmic", PROFILE_MODE_YLOG, FALSE },
{ NULL, 0, 0 }
}
Definition at line 46 of file app_profile.C. |
|
|
Initial value: {
{ "Y hold", PROFILE_SCALE_YHOLD, FALSE },
{ "Y expand only", PROFILE_SCALE_YEXPAND, FALSE },
{ NULL, 0, 0 }
}
Definition at line 55 of file app_profile.C. |
1.4.6