app_profile.C File Reference

#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 []


Define Documentation

#define LAB_EMPTY   11
 

Definition at line 859 of file app_profile.C.

#define LOG_RESCUE_RATIO   100.
 

Definition at line 61 of file app_profile.C.

#define TIC_BOTTOM   2
 

Definition at line 853 of file app_profile.C.

#define TIC_EMPTY   10
 

Definition at line 858 of file app_profile.C.

#define TIC_GRID_H   5
 

Definition at line 856 of file app_profile.C.

#define TIC_GRID_V   6
 

Definition at line 857 of file app_profile.C.

#define TIC_LEFT   3
 

Definition at line 854 of file app_profile.C.

#define TIC_RIGHT   4
 

Definition at line 855 of file app_profile.C.

#define TIC_TOP   1
 

Definition at line 852 of file app_profile.C.

#define TICLABSEP   1
 


Variable Documentation

menuoptionlist profile_modes[]
 

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.

menuoptionlist profile_scale[]
 

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.


Generated on Sat Apr 1 09:04:29 2006 for GXSM by  doxygen 1.4.6