DAS
3.1.6 - 18/09/2017
|
ViTESA-Visual Table Editor for Spectrometer Activity. More...
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <math.h>
#include <io.h>
#include "mgui.h"
#include "DAS_Spatram.h"
#include "vites_1.h"
Go to the source code of this file.
Macros | |
#define | IsEven(a) (!((a)&1)) |
Functions | |
void | FlushCR_EOF (FILE *f) |
MOBJECT | MDCreatesh_vitesa (void) |
void | MLCursorPositionCB (MOBJECT edit, EDIT_CURS *ec, void *lbl) |
void | MLNewValueCB (MOBJECT edit, char *new_value, void *label) |
void | SelKeywCB (MOBJECT edit, EDIT_CURS *pedc, void *ad) |
void | VIKeyCom_CB (MOBJECT p, void *od, void *ad) |
Variables | |
EDIT_CURS | edc |
const char * | hvitesa [] |
MOBJECT | lbl_cur |
MOBJECT | sh_vitesa |
struct vites | VITES |
ViTESA-Visual Table Editor for Spectrometer Activity.
Definition in file ViTES_1.c.
void FlushCR_EOF | ( | FILE * | f | ) |
MOBJECT MDCreatesh_vitesa | ( | void | ) |
Definition at line 295 of file ViTES_1.c.
References CENTER_ALIGN, palette::DB_BG, palette::DB_BG_Albl, palette::DB_BG_Plbl, palette::DB_FG_Albl, palette::DB_FG_Plbl, palette::DB_UnSel, palette::DB_UnSelFG, DPAL, vites::edit, False, FIXED_SMALL, HELV_SMALL, KeyCode, lbl, lbl_cur, LEFT_ALIGN, MCreateColForm(), MCreateEdit(), MCreateLabel(), MCreatePButton(), MCreateRowForm(), MCreateScrolledMLEdit(), MCreateShell(), MCreateSpinEdit(), MCreateTableForm(), MEditDisableEditing(), MEditEnableAutoControlColor(), MEditSetCursorPosCallback(), MEditSetFilter(), MEditSetNewValueCallback(), MFormSetSpacing(), MLCursorPositionCB(), MLNewValueCB(), MObjectAlign(), MObjectSetBackgroundRGB(), MObjectSetCompositeWidth(), MObjectSetFGColorFromParent(), MObjectSetForegroundRGB(), MObjectSetResize(), MPButtonSetCallback(), MTableFormShowGrid(), vites::pbkw, sh_vitesa, TOP_ALIGN, True, VIKeyCom_CB(), and VITES.
Referenced by VitesaCB().
Definition at line 70 of file ViTES_1.c.
References MObjectSetText(), EDIT_CURS::pos, EDIT_CURS::pos_x, and EDIT_CURS::pos_y.
Referenced by MDCreatesh_vitesa(), and SelKeywCB().
void MLNewValueCB | ( | MOBJECT | edit, |
char * | new_value, | ||
void * | label | ||
) |
Definition at line 86 of file ViTES_1.c.
References MObjectGetUserData(), MObjectSetUserData(), and True.
Referenced by MDCreatesh_vitesa().
Definition at line 96 of file ViTES_1.c.
References lbl_cur, MEditChangeText(), MLCursorPositionCB(), MSelectObject(), and EDIT_CURS::pos.
Referenced by VIKeyCom_CB().
void VIKeyCom_CB | ( | MOBJECT | p, |
void * | od, | ||
void * | ad | ||
) |
Definition at line 279 of file ViTES_1.c.
References vites::edit, SelKeywCB(), and VITES.
Referenced by MDCreatesh_vitesa().
const char* hvitesa[] |
MOBJECT lbl_cur |
Definition at line 20 of file ViTES_1.c.
Referenced by MDCreatesh_vitesa(), and SelKeywCB().
MOBJECT sh_vitesa |
Definition at line 21 of file ViTES_1.c.
Referenced by MDCreatesh_vitesa().
struct vites VITES |
Definition at line 22 of file ViTES_1.c.
Referenced by MDCreatesh_vitesa(), and VIKeyCom_CB().