|
DAS
3.1.6 - 18/09/2017
|
#include <stdarg.h>#include "mguidefs.h"
Include dependency graph for Mgui.h:Go to the source code of this file.
Macros | |
| #define | MStatusBarSetWidth(obj, w) MObjectSetWidth(obj, w) |
Functions | |
| void | MAddImagePath (const char *path) |
| void | MAddSocketHandler (int s, unsigned events, SOCKET_CB cb, void *data) |
| TIMEOUT_ID | MAddTimeout (CARD32 tmout, TIMEOUT_CB cb, void *ud) |
| MTColor | MAllocCell (int r, int g, int b) |
| MTColor | MAllocColor (int r, int g, int b) |
| MTColor | MAllocDefaultBackgroundColor (void) |
| MTColor | MAllocHighlightBGColor (MTColor bgc, MTColor fgc) |
| MIMAGE | MAllocImage (int img_w, int img_h, int nplanes) |
| MTColor | MAllocShiftColor (MTColor col, int percentage) |
| void | MBeep (void) |
| MTColor | MBlackColor (void) |
| void | MBottomAttach (MOBJECT child, int att_type, int off, MOBJECT obj) |
| void | MButtonChangeImageFiles (MOBJECT obj, const char *npf, const char *apf, const char *upf, const char *npfo, const char *apfo, const char *upfo) |
| void | MButtonSetAccelerator (MOBJECT button, int key) |
| void | MButtonSetImageMaskByCMapIndex (MOBJECT obj, int id) |
| void | MButtonSetImageMaskByPixel (MOBJECT obj, int x, int y) |
| void | MButtonSetImageMaskByRGB (MOBJECT obj, int r, int g, int b) |
| void | MButtonSetOnMouseOverForegroundColor (MOBJECT button, MTColor cc) |
| void | MButtonSetOnMouseOverForegroundRGB (MOBJECT button, int r, int g, int b) |
| void | MButtonSetShadowOnMouseOver (MOBJECT obj, int thick) |
| void | MButtonSetTextVsImageAlignment (MOBJECT button, CARD8 align) |
| void | MButtonUnsetOnMouseOverForeground (MOBJECT obj) |
| void | MButtonUnsetShadowOnMouseOver (MOBJECT obj) |
| void | MCallAllTimeoutCallbacks (void) |
| void | MCallExpiredTimeoutCallbacks (void) |
| int | MCharHeight (unsigned int car, MTFont font) |
| int | MCharWidth (unsigned int car, MTFont font) |
| void | MClear (MOBJECT o) |
| void | MClearDiskError (void) |
| void | MClearTimeout (TIMEOUT_ID *pid) |
| MOBJECT | MCreateClippedColForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateClippedEdit (MOBJECT parent, const char *text, int len, int clip_len, MTFont font) |
| MOBJECT | MCreateClippedHiddenEdit (MOBJECT parent, const char *text, int len, int clip_len, MTFont font, char shown_char) |
| MOBJECT | MCreateClippedMLEdit (MOBJECT parent, const char *text, int width, int height, MTFont font) |
| MOBJECT | MCreateClippedPosForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateClippedRowForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateColForm (MOBJECT parent) |
| MTCursor | MCreateCursor (MIMAGE bits, int xs, int ys) |
| MOBJECT | MCreateDirBrowser (MOBJECT parent, const char *dir, MTFont font, int width, int height, CARD16 flags) |
| MOBJECT | MCreateDrawArea (MOBJECT parent, int width, int height) |
| MOBJECT | MCreateDrawnPButton (MOBJECT parent, MIMAGE pn, MIMAGE pa, MIMAGE pu) |
| MOBJECT | MCreateDrawnPButtonExt (MOBJECT parent, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateDrawnRButton (MOBJECT parent, MIMAGE np, MIMAGE ap, MIMAGE up) |
| MOBJECT | MCreateDrawnRButtonExt (MOBJECT parent, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateDrawnTButton (MOBJECT parent, MIMAGE np, MIMAGE ap, MIMAGE up) |
| MOBJECT | MCreateDrawnTButtonExt (MOBJECT parent, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateDrawnTextPButton (MOBJECT parent, const char *text, MTFont font, MIMAGE pn, MIMAGE pa, MIMAGE pu) |
| MOBJECT | MCreateDrawnTextPButtonExt (MOBJECT parent, const char *text, MTFont font, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateDrawnTextRButton (MOBJECT parent, const char *text, MTFont font, MIMAGE np, MIMAGE ap, MIMAGE up) |
| MOBJECT | MCreateDrawnTextRButtonExt (MOBJECT parent, const char *text, MTFont font, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateDrawnTextTButton (MOBJECT parent, const char *text, MTFont font, MIMAGE np, MIMAGE ap, MIMAGE up) |
| MOBJECT | MCreateDrawnTextTButtonExt (MOBJECT parent, const char *text, MTFont font, MIMAGE pn, MIMAGE pa, MIMAGE pu, MIMAGE pn_on, MIMAGE pa_on, MIMAGE pu_on) |
| MOBJECT | MCreateEdit (MOBJECT parent, const char *text, int len, MTFont font) |
| MOBJECT | MCreateEditList (MOBJECT parent, MTFont font, EL_TEMPLATE *elt, int ne, int nrow, int ncol) |
| MOBJECT | MCreateFormattedText (MOBJECT par, const char *text, int clip_w, MTFont f) |
| MOBJECT | MCreateHiddenEdit (MOBJECT parent, const char *text, int len, MTFont font, char shown_char) |
| MIMAGE | MCreateImageMaskByCMapIndex (MIMAGE img, int index) |
| MIMAGE | MCreateImageMaskByPixel (MIMAGE img, int x, int y) |
| MIMAGE | MCreateImageMaskByRGB (MIMAGE img, int r, int g, int b) |
| MOBJECT | MCreateImagePButton (MOBJECT parent, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImagePButtonExt (MOBJECT parent, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateImageRButton (MOBJECT parent, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImageRButtonExt (MOBJECT parent, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateImageTButton (MOBJECT parent, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImageTButtonExt (MOBJECT parent, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateImageTextPButton (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImageTextPButtonExt (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateImageTextRButton (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImageTextRButtonExt (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateImageTextTButton (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf) |
| MOBJECT | MCreateImageTextTButtonExt (MOBJECT parent, const char *text, MTFont font, const char *npf, const char *apf, const char *upf, const char *non, const char *aon, const char *uon) |
| MOBJECT | MCreateLabel (MOBJECT parent, const char *text, MTFont font) |
| MOBJECT | MCreateMenu (MOBJECT menu, const char *text) |
| MOBJECT | MCreateMenuBar (MOBJECT parent, MTFont font) |
| MOBJECT | MCreateOptionEdit (MOBJECT parent, const char *text, int len, int clip_len, int nrow, MTFont font) |
| MOBJECT | MCreatePagedColForm (MOBJECT parent, int npage) |
| MOBJECT | MCreatePagedColFormExt (MOBJECT parent, int npage) |
| MOBJECT | MCreatePagedPosForm (MOBJECT parent, int npage) |
| MOBJECT | MCreatePagedPosFormExt (MOBJECT parent, int npage) |
| MOBJECT | MCreatePagedRowForm (MOBJECT parent, int npage) |
| MOBJECT | MCreatePagedRowFormExt (MOBJECT parent, int npage) |
| MOBJECT | MCreatePButton (MOBJECT parent, const char *text, MTFont font) |
| MOBJECT | MCreatePixmapFromData (MOBJECT parent, MIMAGE data) |
| MOBJECT | MCreatePixmapFromFile (MOBJECT parent, const char *fname) |
| MOBJECT | MCreatePopupMenu (MTFont font) |
| MOBJECT | MCreatePosForm (MOBJECT parent) |
| MOBJECT | MCreateRButton (MOBJECT parent, const char *text, MTFont font) |
| MOBJECT | MCreateRowForm (MOBJECT parent) |
| MOBJECT | MCreateScrollBar (MOBJECT parent, int type, long n, long max) |
| MOBJECT | MCreateScrolledColForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateScrolledFormattedText (MOBJECT par, const char *text, int clip_w, int clip_h, MTFont f) |
| MOBJECT | MCreateScrolledMLEdit (MOBJECT parent, const char *text, int width, int height, MTFont font) |
| MOBJECT | MCreateScrolledPosForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateScrolledRowForm (MOBJECT parent, int clip_w, int clip_h) |
| MOBJECT | MCreateScrolledTableForm (MOBJECT parent, int n_cols, int clip_w, int clip_h, int head_rows, int head_cols) |
| MOBJECT | MCreateSFile (MOBJECT parent, const char *fname, MTFont font, int nrow, int ncol) |
| MOBJECT | MCreateShell (const char *title, int flags) |
| MOBJECT | MCreateSList (MOBJECT parent, MTFont font, int row_len, int nrow, int ncol) |
| MOBJECT | MCreateSListClip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, ITEM_SEEK_CB is, void *isd, MTFont font, int nrow, int ncol, int xc, long xn) |
| MOBJECT | MCreateSListMultiSel (MOBJECT parent, MTFont font, int row_len, int nrow, int ncol) |
| MOBJECT | MCreateSListSkip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, ITEM_SEEK_CB is, void *isd, MTFont font, int nrow, int ncol, int xc) |
| MOBJECT | MCreateSpinEdit (MOBJECT parent, const char *text, int len, int clip_len, MTFont font, OBJ_VALUE_CB cb, void *cd) |
| MOBJECT | MCreateSplitter (MOBJECT sf) |
| MOBJECT | MCreateStatusBar (MOBJECT parent, const char *text, int max, MTFont font) |
| MOBJECT | MCreateSText (MOBJECT parent, const char *text, MTFont font, int nrow, int ncol) |
| MOBJECT | MCreateSTextClip (MOBJECT parent, NEW_BLOCK_CB nb, void *nbd, MTFont font, int nrow, int ncol, int xc, long xn) |
| MOBJECT | MCreateSubMenu (MENU_ITEM item) |
| MOBJECT | MCreateTabbedColForm (MOBJECT parent, int npage, MTFont f) |
| MOBJECT | MCreateTabbedPosForm (MOBJECT parent, int npage, MTFont f) |
| MOBJECT | MCreateTabbedRowForm (MOBJECT parent, int npage, MTFont f) |
| MOBJECT | MCreateTableForm (MOBJECT parent, int n_cols) |
| MOBJECT | MCreateTButton (MOBJECT parent, const char *text, MTFont font) |
| MOBJECT | MCreateTree (MOBJECT parent, MTFont font, int width, int height, int n_types) |
| void | MDeleteObject (MOBJECT obj, int resize) |
| void | MDestroyMenu (MOBJECT menu) |
| int | MDirBrowse (const char *title, const char *filter, char *dname, int change_cur_dir) |
| int | MDirBrowseExt (const char *t, const char *ext, char *dname, FB_PREFS *prefs) |
| const char * | MDirBrowserGetDirectory (MOBJECT db) |
| void | MDirBrowserSetDirChangeCallback (MOBJECT obj, DB_DIR_CHANGE_CB cb, void *ud) |
| void | MDirBrowserSetDirectory (MOBJECT db, const char *dir, int notify) |
| int | MDirSelection (const char *title, const char *filter, char *dname, int change_cur_dir) |
| void | MDispatchObjEvent (MOBJECT p, MEvent *pe) |
| void | MDrawArc (MOBJECT p, int x, int y, int r, int a1, int a2, MTColor col) |
| void | MDrawAreaSetExposeCallback (MOBJECT obj, OBJ_EVENT_CB cb, void *ad) |
| void | MDrawAreaSetInputCallback (MOBJECT obj, OBJ_EVENT_CB cb, void *ad) |
| void | MDrawAreaSetResizeCallback (MOBJECT obj, DRAWAREA_PREF_CB cb, void *ad) |
| void | MDrawBGNText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, MTColor bgc, MTColor fgc, int align, int n) |
| void | MDrawBGText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, MTColor bgc, MTColor fgc, int align) |
| void | MDrawBorder (MOBJECT o, int x, int y, int w, int h, MTColor col, int thick) |
| void | MDrawBox (MOBJECT p, int x, int y, int w, int h, MTColor bgc) |
| void | MDrawCircle (MOBJECT p, int x, int y, int r, MTColor col) |
| void | MDrawFilledArc (MOBJECT p, int x, int y, int r, int a1, int a2, MTColor c) |
| void | MDrawFilledBox (MOBJECT p, int x, int y, int w, int h, MTColor bgc) |
| void | MDrawFilledCircle (MOBJECT p, int x, int y, int r, MTColor col) |
| void | MDrawFilledPolyline (MOBJECT p, MPOINT *points, int n, MTColor col) |
| void | MDrawImage (MOBJECT p, MIMAGE gi, int pm_x, int pm_y, int w, int h, int x, int y) |
| void | MDrawLine (MOBJECT p, int x1, int y1, int x2, int y2, MTColor col) |
| MIMAGE | MDrawnButtonChangeArmedImage (MOBJECT button, MIMAGE new_img) |
| MIMAGE | MDrawnButtonChangeArmedOnImage (MOBJECT button, MIMAGE new_img) |
| MIMAGE | MDrawnButtonChangeNormalImage (MOBJECT button, MIMAGE new_img) |
| MIMAGE | MDrawnButtonChangeNormalOnImage (MOBJECT button, MIMAGE new_img) |
| MIMAGE | MDrawnButtonChangeUnsensitiveImage (MOBJECT button, MIMAGE new_img) |
| MIMAGE | MDrawnButtonChangeUnsensitiveOnImage (MOBJECT button, MIMAGE new_img) |
| void | MDrawNText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, MTColor fgc, int align, int n) |
| void | MDrawPoint (MOBJECT p, int x, int y, MTColor col) |
| void | MDrawPolyline (MOBJECT p, MPOINT *points, int n, MTColor col) |
| void | MDrawShadow (MOBJECT o) |
| void | MDrawShadowedNText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, int sh, MTColor fgc1, MTColor fgc2, int align, int n) |
| void | MDrawShadowedText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, int sh, MTColor fgc1, MTColor fgc2, int align) |
| void | MDrawSubShadow (MOBJECT o, int x, int y, int w, int h, MTColor tsc, MTColor bsc, int thick) |
| void | MDrawText (MOBJECT p, int x, int y, int w, int h, const char *text, MTFont font, MTColor fgc, int align) |
| void | MDrawWindow (MOBJECT o) |
| void | MDrawXorBox (MOBJECT p, int x, int y, int w, int h) |
| void | MDrawXorLine (MOBJECT p, int x1, int y1, int x2, int y2) |
| void | MEditChangeText (MOBJECT edit, int off, int len, const char *new_t, int chg_len) |
| void | MEditDisableAutoControlColor (MOBJECT edit) |
| void | MEditDisableEditing (MOBJECT edit) |
| void | MEditEnableAutoControlColor (MOBJECT edit) |
| void | MEditEnableEditing (MOBJECT edit) |
| int | MEditFindSubStringBackward (MOBJECT edit, int off, const char *str, int icase) |
| int | MEditFindSubStringForward (MOBJECT edit, int off, const char *str, int icase) |
| int | MEditGetCursorPos (MOBJECT edit) |
| void | MEditGetCursorXY (MOBJECT edit, int *px, int *py) |
| int | MEditGetFilter (MOBJECT p) |
| void | MEditGetSelection (MOBJECT edit, int *pstart, int *pend) |
| void | MEditGetSubString (MOBJECT edit, int start, int end, char *str) |
| void | MEditHide (MOBJECT edit, char shown_char) |
| int | MEditListAddItem (MOBJECT p, char **argv, void *u_data) |
| int | MEditListAddItemFromEdits (MOBJECT p, void *u_data) |
| void | MEditListChangeElement (MOBJECT p, long n, char **new_ele, void *data) |
| void | MEditListDelElement (MOBJECT p, long n) |
| void | MEditListGetEditText (MOBJECT p, int n, char *buff) |
| void | MEditListGetItemField (MOBJECT el, const char *item, int ii, char *buff) |
| void | MEditListSeekItem (MOBJECT p, char **argv, long *pos, void **u_data) |
| void | MEditListSetEditText (MOBJECT p, int n, const char *buff) |
| void | MEditSetActCallback (MOBJECT edit, OBJ_STRING_CB cb, void *data) |
| void | MEditSetAutoIndent (MOBJECT edit, int on_off) |
| void | MEditSetBufferSize (MOBJECT edit, int clip_size, int size) |
| void | MEditSetClipWindow (MOBJECT edit, int clip_w, int clip_h) |
| void | MEditSetCursorPos (MOBJECT edit, int pos) |
| void | MEditSetCursorPosCallback (MOBJECT edit, EDIT_CURS_CB cb, void *data) |
| void | MEditSetCursorXY (MOBJECT edit, int x, int y) |
| void | MEditSetFilter (MOBJECT edit, int filter, const char *extra_chars) |
| void | MEditSetHotKeyCallback (MOBJECT edit, int key, MGUI_CB cb, void *data) |
| void | MEditSetMargin (MOBJECT edit, int w_margin, int h_margin) |
| void | MEditSetNewValueCallback (MOBJECT edit, OBJ_STRING_CB cb, void *data) |
| void | MEditSetNotValidatedColors (MOBJECT edit, MTColor bgc, MTColor fgc) |
| void | MEditSetReplace (MOBJECT edit) |
| void | MEditSetSelection (MOBJECT edit, int start, int end) |
| void | MEditSetTabSize (MOBJECT edit, int size) |
| void | MEditSetTextExt (MOBJECT edit, const char *text, int validated, int notify) |
| void | MEditSetValCallback (MOBJECT edit, EDIT_VAL_CB cb, void *data) |
| void | MEditSetValidatedColors (MOBJECT edit, MTColor bg_color, MTColor fg_color) |
| void | MEditSetValidationStatus (MOBJECT edit, int validated) |
| void | MEditSetValueChangeCallback (MOBJECT edit, EDIT_CHANGE_CB cb, void *data) |
| void | MEditUnhide (MOBJECT edit) |
| const char * | MEditValue (MOBJECT edit) |
| void | MEnableCharBrowser (void) |
| void | MEnableCustomizing (void) |
| void | MErase (MOBJECT o) |
| void | MEraseArea (MOBJECT o, int x, int y, int w, int h) |
| void | MEraseBorder (MOBJECT o, int x, int y, int w, int h, int thick) |
| int | MFileBrowse (const char *title, const char *filter, char *fname, char *dname, int change_cur_dir) |
| int | MFileBrowseExt (const char *t, const char *ext, char *fname, char *dname, FB_PREFS *prefs) |
| int | MFileSelection (const char *title, const char *filter, char *fname, char *dname, int change_cur_dir) |
| const char * | MFindImagePath (const char *image_name) |
| void | MFormAddKeyCallback (MOBJECT shell, int key, OBJ_VALUE_CB cb, void *ad) |
| void | MFormattedTextSetHSpacing (MOBJECT obj, int h_s) |
| void | MFormattedTextSetMargin (MOBJECT obj, int w_m, int h_m) |
| void | MFormattedTextSetTabSize (MOBJECT obj, int ts) |
| void | MFormDisableSmartDrawing (MOBJECT form) |
| void | MFormEnableSmartDrawing (MOBJECT form) |
| void | MFormFocusLink (MOBJECT obj1, MOBJECT obj2) |
| int | MFormGetClipX (MOBJECT obj) |
| int | MFormGetClipY (MOBJECT obj) |
| MOBJECT | MFormGetFirstChild (MOBJECT form) |
| int | MFormGetNChildren (MOBJECT form) |
| MOBJECT | MFormGetNextChild (MOBJECT form) |
| void | MFormSetChildSelectCallback (MOBJECT p, OBJ_VALUE_CB cb, void *data) |
| void | MFormSetClipX (MOBJECT obj, int clip_x) |
| void | MFormSetClipY (MOBJECT obj, int clip_y) |
| void | MFormSetFocusHighlight (MOBJECT f, int true_false) |
| void | MFormSetFocusWrap (MOBJECT f, int true_false) |
| void | MFormSetPrefAtt (MOBJECT p, int pref_att) |
| void | MFormSetSpacing (MOBJECT p, int offset) |
| void | MFreeCell (MTColor c) |
| void | MFreeColor (MTColor col) |
| void | MFreeImage (MIMAGE data) |
| const char * | MGetApplicationName (void) |
| int | MGetBGColorOption (const char *obj_name, int *pr, int *pg, int *pb) |
| char * | MGetBGImageOption (const char *obj_name, int *mode) |
| const char * | MGetCurrentDirectory (void) |
| void | MGetDefaultBackgroundRGB (int *pr, int *pg, int *pb) |
| void | MGetDefaultForegroundRGB (int *pr, int *pg, int *pb) |
| int | MGetDiskError (int *disk, int *code) |
| int | MGetFGColorOption (const char *obj_name, int *pr, int *pg, int *pb) |
| void | MGetFileSelectionRGB (int *pr, int *pg, int *pb) |
| const char * | MGetFirstFontFamily (void) |
| int | MGetFontOption (const char *obj_name, MTFont *ret) |
| void | MGetInputPromptFgRGB (int *pr, int *pg, int *pb) |
| void | MGetInputPromptFonts (MTFont *text_font, MTFont *edit_font, MTFont *buttons_font) |
| void | MGetInputPromptRGB (int *pr, int *pg, int *pb) |
| int | MGetIntOption (const char *obj_name, const char *opt_name, int *ret) |
| int | MGetKeyboardState (void) |
| void | MGetMessageDialogFgRGB (int *pr, int *pg, int *pb) |
| void | MGetMessageDialogFonts (MTFont *text_font, MTFont *buttons_font) |
| void | MGetMessageDialogRGB (int *pr, int *pg, int *pb) |
| long | MGetNColors (void) |
| const char * | MGetNextFontFamily (void) |
| int | MGetNPlanes (void) |
| int | MGetScreenHeight (void) |
| int | MGetScreenWidth (void) |
| MOBJECT | MGetSelectedObject (MOBJECT f) |
| int | MGetShadowOption (const char *obj_name, int *shadow, int *i_t, int *o_t) |
| char * | MGetStringOption (const char *obj_name, const char *opt_name) |
| const char * | MGetSysDir (void) |
| char * | MGetTextOption (const char *obj_name) |
| void | MGUIMain (int argc, char **argv) |
| MAIN PROGRAM starting point Actions: . More... | |
| void | MGUITerm (void) |
| void | MImageAddAlphaChannel (MIMAGE img) |
| void | MImageAddDefaultTypeGIF (void) |
| void | MImageAddDefaultTypeJPEG (void) |
| void | MImageAddDefaultTypePNG (void) |
| void | MImageAddDefaultTypeTIFF (void) |
| MIMAGE | MImageClone (MIMAGE img) |
| MIMAGE | MImageCloneShifted (MIMAGE img, int sx, int sy, int dw, int dh, int bg_rr, int bg_gg, int bg_bb, int transp) |
| void | MImageComputeBackgroundRGB (MIMAGE img, int *pr, int *pg, int *pb) |
| void | MImageGetCMapEntry (MIMAGE pmi, int i, int *pr, int *pg, int *pb) |
| void | MImageGetInfo (MIMAGE pmi, int *pw, int *ph, int *pnplanes) |
| int | MImageGetPixelAlpha (MIMAGE img, int x, int y) |
| int | MImageGetPixelIndex (MIMAGE pmi, int x, int y) |
| void | MImageGetPixelRGB (MIMAGE pmi, int x, int y, int *pr, int *pg, int *pb) |
| void | MImageMerge (MIMAGE dst, MIMAGE src, int xo, int yo, int transparent) |
| void | MImageSetCMapEntry (MIMAGE pmi, int i, int r, int g, int b) |
| void | MImageSetMask (MIMAGE dst, MIMAGE mask) |
| void | MImageSetMaskByCMapIndex (MIMAGE img, int id) |
| void | MImageSetMaskByPixel (MIMAGE img, int x, int y) |
| void | MImageSetMaskByRGB (MIMAGE img, int r, int g, int b) |
| void | MImageSetPixelAlpha (MIMAGE img, int x, int y, CARD8 alpha) |
| void | MImageSetPixelIndex (MIMAGE pmi, int x, int y, int i) |
| void | MImageSetPixelRGB (MIMAGE pmi, int x, int y, int r, int g, int b) |
| int | MInputPrompt (const char *t, const char *msg, char *text, int len, const char *ok_btn, const char *canc_btn) |
| void | MInsertObject (MOBJECT parent, MOBJECT obj, MOBJECT where, int resize) |
| void | MInstallImage (MIMAGE data) |
| int | MIsEditValidated (MOBJECT p) |
| void | MLabelSetAlignment (MOBJECT p, int align) |
| void | MLabelSetHSpacing (MOBJECT p, int hs) |
| void | MLabelSetMargin (MOBJECT p, int wm, int hm) |
| const char * | MLabelValue (MOBJECT label) |
| void | MLeftAttach (MOBJECT child, int att_type, int off, MOBJECT obj) |
| MTFont | MLoadFont (const char *family, int h, int bold, int italic) |
| void | MLog (int level, const char *fmt,...) |
| CARD32 | MLogGetMask (void) |
| void | MLogInit (int level, int nr, int nvr, int nc, int nvc, const char *fname) |
| void | MLogResetMaskBits (CARD32 a) |
| void | MLogSetLevel (int level) |
| void | MLogSetMask (CARD32 a) |
| void | MLogSetMaskBits (CARD32 a) |
| void | MLogSetTimeFormat (const char *strftime_format) |
| void | MLoopWhileEvents (int discard) |
| void | MLoopWhileFlag (int *pflag, int value) |
| void | MMainLoop (void) |
| void | MMaskedLog (int level, CARD32 mask, const char *fmt,...) |
| MENU_ITEM | MMenuAddItem (MOBJECT pd, const char *item, MENU_ITEM_CB cb, void *ad) |
| MENU_ITEM | MMenuAddItemObsolete (MOBJECT pd, const char *item, MGUI_CB cb, void *ad) |
| MENU_ITEM | MMenuAddRadioItem (MOBJECT pd, const char *item, MENU_ITEM_CB cb, void *ad) |
| MENU_ITEM | MMenuAddSeparator (MOBJECT pd) |
| MENU_ITEM | MMenuAddToggleItem (MOBJECT pd, const char *item, MENU_ITEM_CB cb, void *ad) |
| void | MMenuBarSetAcc (MOBJECT menu, int acc) |
| void | MMenuBarSetHighLightColors (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MMenuBarSetHighLightFGColor (MOBJECT obj, MTColor fgc) |
| const char * | MMenuGetTitleText (MOBJECT obj) |
| int | MMenuItemGetCheckStatus (MENU_ITEM item) |
| MOBJECT | MMenuItemGetMenu (MENU_ITEM item) |
| const char * | MMenuItemGetText (MENU_ITEM item) |
| void | MMenuItemSetAccel (MENU_ITEM item, int acc, const char *at) |
| int | MMenuItemSetCheckStatus (MENU_ITEM item, int TrueFalse) |
| void | MMenuItemSetSelectCB (MOBJECT p, MGUI_CB cb, void *ad) |
| void | MMenuItemSetSensitive (MENU_ITEM item) |
| void | MMenuItemSetText (MENU_ITEM item, const char *text) |
| void | MMenuItemSetUnsensitive (MENU_ITEM item) |
| int | MMenuItemToggleCheckStatus (MENU_ITEM item) |
| void | MMenuSetHighLightColors (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MMenuSetHighLightFGColor (MOBJECT obj, MTColor fgc) |
| void | MMenuSetTitleText (MOBJECT pd, const char *text) |
| int | MMessageDialog (const char *t, const char *msg, const char *btn1, const char *btn2,...) |
| void | MNextEvent (MEvent *pe, int wait) |
| void | MObjectAddDestroyCallback (MOBJECT obj, MGUI_CB cb, void *a_data) |
| void | MObjectAddEventNotifyCallback (MOBJECT obj, OBJ_EVENT_CB cb, CARD32 event_mask, void *a_data) |
| void | MObjectAlign (MOBJECT obj, int h_align, int v_align) |
| MTColor | MObjectBackgroundColor (MOBJECT obj) |
| void | MObjectChangeLabelHelpText (MOBJECT obj, const char *str) |
| void | MObjectChangePopupHelpText (MOBJECT obj, const char *str) |
| void | MObjectDestroy (MOBJECT obj) |
| void | MObjectEnableOptions (MOBJECT obj, const char *name, CARD32 mask) |
| MTColor | MObjectForegroundColor (MOBJECT obj) |
| MIMAGE | MObjectGetBackgroundImage (MOBJECT obj) |
| int | MObjectGetBackgroundImageMode (MOBJECT obj) |
| int | MObjectGetCompositeHeight (MOBJECT obj) |
| int | MObjectGetCompositeWidth (MOBJECT obj) |
| CARD32 | MObjectGetEnabledOptions (MOBJECT obj) |
| MTFont | MObjectGetFont (MOBJECT obj) |
| int | MObjectGetHeight (MOBJECT obj) |
| MOBJECT | MObjectGetHScrollBar (MOBJECT obj) |
| char * | MObjectGetName (MOBJECT obj) |
| int | MObjectGetSensitivity (MOBJECT obj) |
| void | MObjectGetShadow (MOBJECT obj, int *type, int *in, int *out) |
| char * | MObjectGetText (MOBJECT obj, char *text) |
| CARD8 | MObjectGetTransparency (MOBJECT obj) |
| void * | MObjectGetUserData (MOBJECT obj) |
| MOBJECT | MObjectGetVScrollBar (MOBJECT obj) |
| int | MObjectGetWidth (MOBJECT obj) |
| int | MObjectGetX (MOBJECT obj) |
| int | MObjectGetY (MOBJECT obj) |
| void | MObjectMakeVisible (MOBJECT obj) |
| void | MObjectMap (MOBJECT obj) |
| MOBJECT | MObjectParent (MOBJECT obj) |
| void | MObjectRedraw (MOBJECT obj) |
| void | MObjectRefreshTransparentImage (MOBJECT p, MIMAGE img, int ox, int oy) |
| void | MObjectRemoveDestroyCallback (MOBJECT obj, MGUI_CB cb, void *a_data) |
| void | MObjectRemoveEventNotifyCallback (MOBJECT obj, OBJ_EVENT_CB cb, void *a_data) |
| void | MObjectResize (MOBJECT obj, int w, int h) |
| void | MObjectSaveOptions (MOBJECT obj) |
| void | MObjectSetAttachment (MOBJECT obj, int top, int bot, int left, int rig) |
| void | MObjectSetAutoScrollWhenSelected (MOBJECT obj, int TrueFalse) |
| void | MObjectSetBackgroundColor (MOBJECT obj, MTColor bgc) |
| void | MObjectSetBackgroundImage (MOBJECT obj, MIMAGE img, int mode) |
| void | MObjectSetBackgroundImageFile (MOBJECT obj, const char *fname, int mode) |
| void | MObjectSetBackgroundRGB (MOBJECT obj, int r, int g, int b) |
| void | MObjectSetBGColorFromParent (MOBJECT obj, int true_false, int percentage) |
| void | MObjectSetBGImageMaskByCMapIndex (MOBJECT obj, int id) |
| void | MObjectSetBGImageMaskByPixel (MOBJECT obj, int x, int y) |
| void | MObjectSetBGImageMaskByRGB (MOBJECT obj, int r, int g, int b) |
| void | MObjectSetColor (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MObjectSetColorFromBackgroundImage (MOBJECT obj) |
| void | MObjectSetCompositeHeight (MOBJECT obj, int h) |
| void | MObjectSetCompositeSize (MOBJECT obj, int w, int h) |
| void | MObjectSetCompositeWidth (MOBJECT obj, int w) |
| void | MObjectSetCursor (MOBJECT obj, MTCursor cursor) |
| void | MObjectSetFGColorFromParent (MOBJECT obj, int true_false) |
| void | MObjectSetFont (MOBJECT obj, MTFont font, int resize) |
| void | MObjectSetForegroundColor (MOBJECT obj, MTColor fgc) |
| void | MObjectSetForegroundRGB (MOBJECT obj, int r, int g, int b) |
| void | MObjectSetHeight (MOBJECT obj, int h) |
| void | MObjectSetLabelHelp (MOBJECT obj, const char *str, MOBJECT label) |
| void | MObjectSetMinSize (MOBJECT obj, int w, int h) |
| void | MObjectSetName (MOBJECT obj, const char *name) |
| void | MObjectSetOffset (MOBJECT obj, int t_o, int b_o, int l_o, int r_o) |
| void | MObjectSetPopupHelp (MOBJECT obj, const char *str, int delay, int duration) |
| void | MObjectSetPosition (MOBJECT obj, int x, int y) |
| void | MObjectSetResize (MOBJECT obj, int resize_w, int resize_h) |
| void | MObjectSetSelectable (MOBJECT obj) |
| void | MObjectSetSensitive (MOBJECT obj) |
| void | MObjectSetSensitivity (MOBJECT obj, int status) |
| void | MObjectSetShadow (MOBJECT obj, int type, int in, int out) |
| void | MObjectSetSize (MOBJECT obj, int w, int h) |
| void | MObjectSetSolid (MOBJECT obj) |
| void | MObjectSetText (MOBJECT obj, const char *text) |
| void | MObjectSetTransparency (MOBJECT obj, CARD8 level) |
| void | MObjectSetTransparent (MOBJECT obj) |
| void | MObjectSetUnselectable (MOBJECT obj) |
| void | MObjectSetUnsensitive (MOBJECT obj) |
| void | MObjectSetUserData (MOBJECT obj, void *ud) |
| void | MObjectSetWidth (MOBJECT obj, int w) |
| void | MObjectSetX (MOBJECT obj, int x) |
| void | MObjectSetY (MOBJECT obj, int y) |
| MOBJECT | MObjectShell (MOBJECT obj) |
| int | MObjectType (MOBJECT obj) |
| void | MObjectUnmap (MOBJECT obj) |
| int | MObjectUsesBGColorFromBGImage (MOBJECT obj) |
| int | MObjectUsesBGColorFromParent (MOBJECT obj, int *pret) |
| int | MObjectUsesFGColorFromParent (MOBJECT obj) |
| MOBJECT | MOptionEditGetList (MOBJECT ce) |
| void | MOptionEditSetListCallback (MOBJECT obj, LIST_ACT_CB cb, void *data) |
| void | MPagedFormDisablePageKeys (MOBJECT form) |
| void | MPagedFormEnablePageKeys (MOBJECT form) |
| int | MPagedFormGetActivePage (MOBJECT form) |
| void | MPagedFormSetActivePage (MOBJECT form, int page) |
| void | MPagedFormSetActivePageCallback (MOBJECT p, OBJ_VALUE_CB cb, void *data) |
| void | MPagedFormSetNPages (MOBJECT form, int n_pages) |
| int | MPaletteMode (void) |
| void | MPButtonSetAlignment (MOBJECT p, int align) |
| void | MPButtonSetCallback (MOBJECT button, MGUI_CB cb, void *data) |
| void | MPButtonSetHSpacing (MOBJECT p, int hs) |
| void | MPButtonSetImage (MOBJECT obj, const char *npf, const char *apf, const char *upf) |
| void | MPButtonSetMargin (MOBJECT p, int wm, int hm) |
| void | MPButtonSetRepeatDelay (MOBJECT button, int first, int repeat) |
| MIMAGE | MPixmapGetImage (MOBJECT pixmap) |
| void | MPixmapSetImage (MOBJECT pixmap, MIMAGE gi) |
| void | MPixmapSetImageFile (MOBJECT pixmap, const char *fname) |
| void | MPopupMenu (MOBJECT pm, int x, int y) |
| void | MProcessEvent (MEvent *pe) |
| void | MQueryColor (MTColor col, int *pr, int *pg, int *pb) |
| void | MRButtonActivate (MOBJECT o) |
| void | MRButtonDeactivate (MOBJECT o) |
| int | MRButtonGetActivationStatus (MOBJECT o) |
| void | MRButtonSetCallback (MOBJECT button, OBJ_VALUE_CB cb, void *data) |
| void | MRButtonSetImage (MOBJECT obj, const char *npf, const char *apf, const char *upf) |
| MIMAGE | MReadBMPFile (const char *fname) |
| CARD16 | MReadCARD16 (FILE *fp) |
| CARD32 | MReadCARD32 (FILE *fp) |
| CARD8 | MReadCARD8 (FILE *fp) |
| MIMAGE | MReadGIFFile (const char *fname) |
| MIMAGE | MReadImageFile (const char *fname) |
| MIMAGE | MReadJPEGFile (const char *fname) |
| MIMAGE | MReadPNGFile (const char *fname) |
| MIMAGE | MReadTIFFFile (const char *fname) |
| MTColor | MReAllocColor (MTColor color) |
| void | MRefreshTimeout (TIMEOUT_ID *pid, CARD32 msec, TIMEOUT_CB cb, void *ud) |
| void | MRemoveImagePath (const char *path) |
| void | MRemoveSocketHandler (int s) |
| void | MRemoveTimeout (TIMEOUT_ID id) |
| void | MReparentObject (MOBJECT parent, MOBJECT obj, MOBJECT where) |
| void | MRightAttach (MOBJECT child, int att_type, int off, MOBJECT obj) |
| void | MSaveOptions (void) |
| void | MSBLDisableAutoSliderColor (MOBJECT obj) |
| void | MSBLEnableAutoSliderColor (MOBJECT obj) |
| void | MSBLGetHead (MOBJECT obj, char *buff) |
| void | MSBLHeadSetBackgroundImage (MOBJECT obj, MIMAGE img, int mode) |
| void | MSBLHeadSetColor (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MSBLSetHead (MOBJECT obj, const char *text) |
| void | MSBLSetHMargin (MOBJECT p, int hm) |
| long | MScrollBarGetMax (MOBJECT p) |
| long | MScrollBarGetN (MOBJECT p) |
| long | MScrollBarGetPos (MOBJECT p) |
| void | MScrollBarSetIncr (MOBJECT p, int incr) |
| void | MScrollBarSetMax (MOBJECT p, long max) |
| void | MScrollBarSetN (MOBJECT p, long n) |
| void | MScrollBarSetPos (MOBJECT p, long pos) |
| void | MScrollBarSetPosCallback (MOBJECT p, OBJ_VALUE_CB cb, void *data) |
| void | MScrollBarSetSliderColor (MOBJECT p, MTColor color) |
| void | MScrollBarSetSliderColorShift (MOBJECT p, int percentage) |
| void | MScrollBarSetValues (MOBJECT p, long max, long n, long pos) |
| MOBJECT | MScrolledEditGetHScrollBar (MOBJECT p) |
| MOBJECT | MScrolledEditGetVScrollBar (MOBJECT p) |
| void | MScrolledEditSetSliderColor (MOBJECT p, MTColor color) |
| void | MScrolledEditSetSliderColorShift (MOBJECT p, int percentage) |
| void | MScrolledFormDisableAutoSliderColor (MOBJECT obj) |
| void | MScrolledFormEnableAutoSliderColor (MOBJECT obj) |
| MOBJECT | MScrolledFormGetHScrollBar (MOBJECT obj) |
| MOBJECT | MScrolledFormGetVScrollBar (MOBJECT obj) |
| void | MScrolledFormSetIncr (MOBJECT obj, int h_inc, int v_inc) |
| void | MScrolledFormSetSliderColor (MOBJECT p, MTColor color) |
| void | MScrolledFormSetSliderColorShift (MOBJECT p, int percentage) |
| int | MSelectFirstChild (MOBJECT f) |
| int | MSelectLastChild (MOBJECT f) |
| void | MSelectNextBrother (MOBJECT f) |
| void | MSelectNextCousin (MOBJECT p) |
| void | MSelectObject (MOBJECT f) |
| void | MSelectPreviousBrother (MOBJECT f) |
| void | MSelectPreviousCousin (MOBJECT p) |
| void | MSetBGColorOption (const char *obj_name, int r, int g, int b) |
| void | MSetBGImageOption (const char *obj_name, const char *bgimage, int mode) |
| void | MSetCellColor (MTColor c, int r, int g, int b) |
| void | MSetDefaultBackgroundRGB (int r, int g, int b) |
| void | MSetDefaultForegroundRGB (int r, int g, int b) |
| void | MSetDiskErrorTextStrings (const char *write_protect, const char *not_ready, const char *unformatted, const char *not_responding) |
| void | MSetFGColorOption (const char *obj_name, int r, int g, int b) |
| void | MSetFileSelectionRGB (int r, int g, int b) |
| void | MSetFileSelectionTextStrings (const char *file_list, const char *dir_list, const char *drive_list, const char *filter, const char *filename, const char *curr_dir, const char *ok_button, const char *close_button) |
| void | MSetFontOption (const char *obj_name, MTFont font) |
| void | MSetInputPromptFgRGB (int r, int g, int b) |
| void | MSetInputPromptFonts (MTFont text, MTFont edit, MTFont btn) |
| void | MSetInputPromptRGB (int r, int g, int b) |
| void | MSetIntOption (const char *obj_name, const char *rname, int val) |
| void | MSetMessageDialogFgRGB (int r, int g, int b) |
| void | MSetMessageDialogFonts (MTFont text_font, MTFont buttons_font) |
| void | MSetMessageDialogRGB (int r, int g, int b) |
| void | MSetShadowOption (const char *obj_name, int shadow, int in_t, int out_t) |
| void | MSetStringOption (const char *obj_name, const char *opt_name, const char *value) |
| void | MSetTextOption (const char *obj_name, const char *text) |
| void | MSetTraceFileName (const char *filename) |
| void | MSFileSetFile (MOBJECT obj, const char *fname) |
| void | MShellConfigure (MOBJECT obj, int x, int y, int w, int h) |
| void | MShellDestroy (MOBJECT obj) |
| void | MShellGetTitle (MOBJECT obj, char *title) |
| Window | MShellGetWindow (MOBJECT s) |
| void | MShellRaise (MOBJECT obj) |
| void | MShellRealize (MOBJECT obj) |
| void | MShellRealizeXY (MOBJECT obj, int x, int y) |
| void | MShellRealizeXYWH (MOBJECT obj, int x, int y, int w, int h) |
| void | MShellSetTitle (MOBJECT obj, const char *title) |
| void | MShellSetWMCloseCallback (MOBJECT p, WM_CLOSE_CB cb, void *a_data) |
| void | MShellUnrealize (MOBJECT obj) |
| int | MShouldRetryDueToDiskError (void) |
| int | MSListAddElement (MOBJECT p, long n, const char *item, void *data) |
| int | MSListAddItem (MOBJECT p, const char *item, void *data) |
| void | MSListChangeElement (MOBJECT p, long n, const char *new_item, void *u_data) |
| void | MSListChangeItem (MOBJECT p, const char *old, const char *new_item, void *u_data) |
| void | MSListClear (MOBJECT p) |
| int | MSListDelElement (MOBJECT p, long n) |
| int | MSListDelItem (MOBJECT p, const char *item) |
| void | MSListDeselectElement (MOBJECT p, long n) |
| void | MSListDeselectItem (MOBJECT p, const char *item) |
| void | MSListDisableItemMotion (MOBJECT obj) |
| void | MSListDisableMultiSel (MOBJECT obj) |
| void | MSListEnableItemMotion (MOBJECT p) |
| void | MSListEnableMultiSel (MOBJECT obj) |
| void | MSListFreeze (MOBJECT obj) |
| LIST_ACT * | MSListGetElement (MOBJECT p, long n) |
| LIST_ACT * | MSListGetFirstItem (MOBJECT p) |
| LIST_ACT * | MSListGetFirstSelectedItem (MOBJECT p) |
| LIST_ACT * | MSListGetFirstUnselectedItem (MOBJECT p) |
| MOBJECT | MSListGetHScrollBar (MOBJECT p) |
| LIST_ACT * | MSListGetItem (MOBJECT p, const char *item) |
| int | MSListGetItemCheckStatus (MOBJECT p, const char *item) |
| LIST_ACT * | MSListGetNextItem (MOBJECT p) |
| LIST_ACT * | MSListGetNextSelectedItem (MOBJECT p) |
| LIST_ACT * | MSListGetNextUnselectedItem (MOBJECT p) |
| long | MSListGetNItem (MOBJECT p) |
| LIST_ACT * | MSListGetSelected (MOBJECT p) |
| MOBJECT | MSListGetVScrollBar (MOBJECT p) |
| void | MSListReset (MOBJECT p) |
| void | MSListSelectElement (MOBJECT p, long n) |
| void | MSListSelectItem (MOBJECT p, const char *item) |
| void | MSListSetCallback (MOBJECT obj, LIST_ACT_CB cb, void *data) |
| void | MSListSetHighLightColors (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MSListSetHighLightFGColor (MOBJECT obj, MTColor fgc) |
| void | MSListSetItemCheckStatus (MOBJECT p, const char *item, int status) |
| void | MSListSetPickCallback (MOBJECT obj, LIST_ACT_CB cb, void *value) |
| void | MSListSetSelectionCallback (MOBJECT obj, LIST_SEL_CB cb, void *data) |
| void | MSListSetSliderColor (MOBJECT p, MTColor color) |
| void | MSListSetSliderColorShift (MOBJECT p, int percentage) |
| void | MSListSetSortCallback (MOBJECT obj, STRCMP_CB cb) |
| void | MSListThaw (MOBJECT obj) |
| unsigned int | MSocketGetEventsMask (int s) |
| void | MSocketSetEventsMask (int s, unsigned events) |
| void | MSpinEditSetCallback (MOBJECT spinedit, OBJ_VALUE_CB cb, void *data) |
| int | MSpoolFile (const char *fname) |
| int | MSpoolTempFile (const char *fname) |
| void | MStatusBarSetMax (MOBJECT p, int max) |
| void | MStatusBarSetPos (MOBJECT p, int pos) |
| void | MStatusBarSetSliderColor (MOBJECT p, MTColor col) |
| void | MStatusBarSetSliderRGB (MOBJECT p, int r, int g, int b) |
| void | MSTextSetString (MOBJECT p, const char *text) |
| void | MTabbedFormGetTabText (MOBJECT form, int page, char *buff) |
| void | MTabbedFormSetTabText (MOBJECT form, int page, const char *buff) |
| void | MTableFormDeleteDataRows (MOBJECT form) |
| void | MTableFormDeleteRow (MOBJECT form, int row) |
| MOBJECT | MTableFormGetCellObject (MOBJECT form, int x, int y) |
| void | MTableFormGetCellText (MOBJECT form, int x, int y, char *text) |
| int | MTableFormGetNCol (MOBJECT form) |
| void | MTableFormHideGrid (MOBJECT form) |
| void | MTableFormSetCellAlign (MOBJECT form, int x, int y, int h_al, int v_al) |
| void | MTableFormSetCellBackgroundRGB (MOBJECT form, int x, int y, int r, int g, int b) |
| void | MTableFormSetCellFont (MOBJECT form, int x, int y, MTFont f) |
| void | MTableFormSetCellForegroundRGB (MOBJECT form, int x, int y, int r, int g, int b) |
| void | MTableFormSetCellText (MOBJECT form, int x, int y, const char *text) |
| void | MTableFormSetColAlign (MOBJECT form, int col, int al) |
| void | MTableFormSetColBackgroundRGB (MOBJECT form, int col, int r, int g, int b) |
| void | MTableFormSetColFont (MOBJECT form, int col, MTFont f) |
| void | MTableFormSetColForegroundRGB (MOBJECT form, int col, int r, int g, int b) |
| void | MTableFormSetColWidth (MOBJECT form, int col, int w) |
| void | MTableFormSetNCol (MOBJECT form, int nc) |
| void | MTableFormSetRowAlign (MOBJECT form, int row, int al) |
| void | MTableFormSetRowHeight (MOBJECT form, int row, int h) |
| void | MTableFormShowGrid (MOBJECT form) |
| void | MTButtonActivate (MOBJECT o) |
| void | MTButtonDeactivate (MOBJECT o) |
| int | MTButtonGetActivationStatus (MOBJECT o) |
| void | MTButtonSetActivationStatus (MOBJECT o, int status) |
| void | MTButtonSetCallback (MOBJECT button, OBJ_VALUE_CB cb, void *data) |
| void | MTButtonSetImage (MOBJECT obj, const char *npf, const char *apf, const char *upf) |
| int | MTextCharX (const char *text, MTFont font, int x) |
| int | MTextHeight (const char *text, MTFont font) |
| int | MTextNWidth (const char *text, MTFont font, int len) |
| char * | MTextPrompt (const char *t, const char *msg, const char *text, int w, int h, const char *ok, const char *cancel) |
| int | MTextWidth (const char *text, MTFont font) |
| void | MTopAttach (MOBJECT child, int att_type, int off, MOBJECT obj) |
| void | MTraceSetTimeFormat (const char *strftime_format) |
| void | MTreeCloseNode (MTNODE node, int notify) |
| MTNODE | MTreeCreateNode (MOBJECT tree, MTNODE parent, CARD16 type, CARD16 flags, const char *text) |
| void | MTreeDestroyNode (MTNODE node, int notify) |
| void | MTreeDestroyNodeContainee (MTNODE node, int notify) |
| void | MTreeDisableAutoSliderColor (MOBJECT obj) |
| void | MTreeEnableAutoSliderColor (MOBJECT obj) |
| MTNODE | MTreeGetFirstNode (MOBJECT tree) |
| MOBJECT | MTreeGetHScrollBar (MOBJECT p) |
| MTNODE | MTreeGetSelectedNode (MOBJECT tree) |
| MOBJECT | MTreeGetVScrollBar (MOBJECT p) |
| void | MTreeNodeEdit (MTNODE node) |
| MTNODE | MTreeNodeGetFirstChild (MTNODE node) |
| MOBJECT | MTreeNodeGetMTree (MTNODE node) |
| MTNODE | MTreeNodeGetNext (MTNODE node) |
| MTNODE | MTreeNodeGetParent (MTNODE node) |
| char * | MTreeNodeGetPath (MTNODE node, char separator, char *buff) |
| char * | MTreeNodeGetText (MTNODE node, char *text) |
| CARD16 | MTreeNodeGetType (MTNODE node) |
| void * | MTreeNodeGetUserData (MTNODE node) |
| void | MTreeNodeSetCloseCallback (MTNODE node, MTREE_NODE_CB cb, void *ud) |
| void | MTreeNodeSetDeleteCallback (MTNODE node, MTREE_NODE_DELETE_CB cb, void *ud) |
| void | MTreeNodeSetDestroyCallback (MTNODE node, MTREE_NODE_CB cb, void *ud) |
| void | MTreeNodeSetImages (MTNODE node, MIMAGE norm, MIMAGE open, MIMAGE sel) |
| void | MTreeNodeSetOpenCallback (MTNODE node, MTREE_NODE_CB cb, void *ud) |
| void | MTreeNodeSetPopupCallback (MTNODE node, MTREE_POPUP_CB cb, void *ud) |
| void | MTreeNodeSetRenameCallback (MTNODE node, MTREE_NODE_RENAME_CB cb, void *ud) |
| void | MTreeNodeSetSelectCallback (MTNODE node, MTREE_NODE_CB cb, void *ud) |
| void | MTreeNodeSetText (MTNODE node, const char *text) |
| void | MTreeNodeSetUserData (MTNODE node, void *ud) |
| void | MTreeOpenNode (MTNODE node, int notify) |
| void | MTreeSelectNode (MTNODE node, int notify) |
| void | MTreeSetCloseCallback (MOBJECT tree, MTREE_NODE_CB cb, void *ud) |
| void | MTreeSetDeleteCallback (MOBJECT tree, MTREE_NODE_DELETE_CB cb, void *ud) |
| void | MTreeSetDestroyCallback (MOBJECT tree, MTREE_NODE_CB cb, void *ud) |
| void | MTreeSetHighLightColors (MOBJECT obj, MTColor bgc, MTColor fgc) |
| void | MTreeSetHighLightFGColor (MOBJECT obj, MTColor fgc) |
| void | MTreeSetImagesByData (MOBJECT tree, int type, MIMAGE norm, MIMAGE open, MIMAGE sel) |
| void | MTreeSetImagesByName (MOBJECT tree, int type, const char *norm, const char *open, const char *sel) |
| void | MTreeSetLineColor (MOBJECT obj, MTColor col) |
| void | MTreeSetOpenCallback (MOBJECT tree, MTREE_NODE_CB cb, void *ud) |
| void | MTreeSetPopupCallback (MOBJECT tree, MTREE_POPUP_CB cb, void *ud) |
| void | MTreeSetRenameCallback (MOBJECT tree, MTREE_NODE_RENAME_CB cb, void *ud) |
| void | MTreeSetSelectCallback (MOBJECT tree, MTREE_NODE_CB cb, void *ud) |
| void | MTreeSetSliderColor (MOBJECT p, MTColor color) |
| void | MTreeSetSliderColorShift (MOBJECT p, int percentage) |
| void | MUninstallImage (MIMAGE data) |
| void | MUnloadFont (MTFont font) |
| MTColor | MWhiteColor (void) |
| int | MWriteBMPFile (MIMAGE img, const char *fname) |
| void | MWriteCARD16 (FILE *fp, CARD16 val) |
| void | MWriteCARD32 (FILE *fp, CARD32 val) |
| void | MWriteCARD8 (FILE *fp, CARD8 val) |
| int | MWriteJPEGFile (MIMAGE img, const char *name, int quality) |
| int | MWriteTIFFFile (MIMAGE img, const char *name, int compression) |
| void | Trace (const char *fmt,...) |
| void | vMLog (int level, const char *fmt, va_list vl) |
| void | vMMaskedLog (int level, CARD32 mask, const char *fmt, va_list vl) |
| int | vMMessageDialog (const char *t, const char *msg, const char *btn1, const char *btn2, va_list vl) |
| void | vTrace (const char *fmt, va_list vl) |
| #define MStatusBarSetWidth | ( | obj, | |
| w | |||
| ) | MObjectSetWidth(obj, w) |
| void MAddImagePath | ( | const char * | path | ) |
| void MAddSocketHandler | ( | int | s, |
| unsigned | events, | ||
| SOCKET_CB | cb, | ||
| void * | data | ||
| ) |
| TIMEOUT_ID MAddTimeout | ( | CARD32 | tmout, |
| TIMEOUT_CB | cb, | ||
| void * | ud | ||
| ) |
Referenced by Task_AMSH(), Task_AutoEx(), Task_CCD_Temp(), Task_LIS_Temp(), Task_LOG(), Task_REFRESH_Temp(), and Task_Timer().
Here is the caller graph for this function:| MTColor MAllocCell | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| MTColor MAllocColor | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
Referenced by InitColors(), LoadTestPalette(), LoadTruePalette(), and MDCreateDASConfig().
Here is the caller graph for this function:| MTColor MAllocDefaultBackgroundColor | ( | void | ) |
| MIMAGE MAllocImage | ( | int | img_w, |
| int | img_h, | ||
| int | nplanes | ||
| ) |
Referenced by D_Lens(), D_LensResizeCB(), DrawAreaPlotCB(), LoadIo(), and ViewPlot().
Here is the caller graph for this function:| void MBeep | ( | void | ) |
| MTColor MBlackColor | ( | void | ) |
Referenced by CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), DB_Ask(), MDCreate_CP(), MDCreateHorMeas(), and StepperPagForm().
Here is the caller graph for this function:| void MButtonChangeImageFiles | ( | MOBJECT | obj, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | npfo, | ||
| const char * | apfo, | ||
| const char * | upfo | ||
| ) |
| void MButtonSetAccelerator | ( | MOBJECT | button, |
| int | key | ||
| ) |
| void MButtonSetImageMaskByCMapIndex | ( | MOBJECT | obj, |
| int | id | ||
| ) |
| void MButtonSetImageMaskByPixel | ( | MOBJECT | obj, |
| int | x, | ||
| int | y | ||
| ) |
Referenced by CONFP_AMS(), CONFP_AMS_IOPort(), and CONFP_param_page1().
Here is the caller graph for this function:| void MButtonSetImageMaskByRGB | ( | MOBJECT | obj, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MButtonSetOnMouseOverForegroundRGB | ( | MOBJECT | button, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by DB_Tools(), MDCreate_CP(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDiff_Sh(), MDCreateFixed_Sh(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreateSh_Wl(), ShutDOWN(), and ViewPlot().
Here is the caller graph for this function:| void MButtonSetShadowOnMouseOver | ( | MOBJECT | obj, |
| int | thick | ||
| ) |
| void MButtonSetTextVsImageAlignment | ( | MOBJECT | button, |
| CARD8 | align | ||
| ) |
| void MButtonUnsetOnMouseOverForeground | ( | MOBJECT | obj | ) |
| void MButtonUnsetShadowOnMouseOver | ( | MOBJECT | obj | ) |
| void MCallAllTimeoutCallbacks | ( | void | ) |
| void MCallExpiredTimeoutCallbacks | ( | void | ) |
| int MCharHeight | ( | unsigned int | car, |
| MTFont | font | ||
| ) |
| int MCharWidth | ( | unsigned int | car, |
| MTFont | font | ||
| ) |
| void MClear | ( | MOBJECT | o | ) |
| void MClearDiskError | ( | void | ) |
| void MClearTimeout | ( | TIMEOUT_ID * | pid | ) |
| MOBJECT MCreateClippedEdit | ( | MOBJECT | parent, |
| const char * | text, | ||
| int | len, | ||
| int | clip_len, | ||
| MTFont | font | ||
| ) |
Referenced by CONFP_AMS_SM_OFFSET(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_param_page1(), D_PlotTools(), DB_Ask(), MAPDefPix(), MDCreateColFor_Sh(), and MDCreateFM_Shell().
Here is the caller graph for this function:| MOBJECT MCreateClippedHiddenEdit | ( | MOBJECT | parent, |
| const char * | text, | ||
| int | len, | ||
| int | clip_len, | ||
| MTFont | font, | ||
| char | shown_char | ||
| ) |
| MOBJECT MCreateClippedMLEdit | ( | MOBJECT | parent, |
| const char * | text, | ||
| int | width, | ||
| int | height, | ||
| MTFont | font | ||
| ) |
Referenced by AboutCB(), CONFP_AMS_IOPort(), CONFP_opt_page1(), CONFP_opt_ScheMeas(), CONFP_param_page2(), D_Lens(), DB_Ask(), DB_Tools(), MDCreate_2DPlot(), MDCreate_CP(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateExpo(), MDCreateFM_Shell(), MDCreateHorMeas(), MDCreateMoveGrat(), MDCreatesh_vitesa(), MDCreateSplashExe(), MDCreateWaitShell(), and ViewPlot().
Here is the caller graph for this function:| MOBJECT MCreateDirBrowser | ( | MOBJECT | parent, |
| const char * | dir, | ||
| MTFont | font, | ||
| int | width, | ||
| int | height, | ||
| CARD16 | flags | ||
| ) |
Referenced by D_Lens(), DOAS_Plot(), MDCreate_2DPlot(), MDCreateDASConfig(), and ViewPlot().
Here is the caller graph for this function:| MOBJECT MCreateDrawnPButtonExt | ( | MOBJECT | parent, |
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
| MOBJECT MCreateDrawnRButtonExt | ( | MOBJECT | parent, |
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
| MOBJECT MCreateDrawnTButtonExt | ( | MOBJECT | parent, |
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
| MOBJECT MCreateDrawnTextPButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu | ||
| ) |
| MOBJECT MCreateDrawnTextPButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
| MOBJECT MCreateDrawnTextRButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | np, | ||
| MIMAGE | ap, | ||
| MIMAGE | up | ||
| ) |
| MOBJECT MCreateDrawnTextRButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
| MOBJECT MCreateDrawnTextTButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | np, | ||
| MIMAGE | ap, | ||
| MIMAGE | up | ||
| ) |
| MOBJECT MCreateDrawnTextTButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| MIMAGE | pn, | ||
| MIMAGE | pa, | ||
| MIMAGE | pu, | ||
| MIMAGE | pn_on, | ||
| MIMAGE | pa_on, | ||
| MIMAGE | pu_on | ||
| ) |
Referenced by CONFP_AMS_NOVA(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), DB_Ask(), MDCreateBuildList_Sh(), MDCreateDiff_Sh(), MDCreateFixed_Sh(), MDCreateFormat_Sh(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), and MDCreatesh_vitesa().
Here is the caller graph for this function:| MOBJECT MCreateEditList | ( | MOBJECT | parent, |
| MTFont | font, | ||
| EL_TEMPLATE * | elt, | ||
| int | ne, | ||
| int | nrow, | ||
| int | ncol | ||
| ) |
| MOBJECT MCreateImagePButtonExt | ( | MOBJECT | parent, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | non, | ||
| const char * | aon, | ||
| const char * | uon | ||
| ) |
Referenced by CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_param_page1(), and MDCreateExpo().
Here is the caller graph for this function:| MOBJECT MCreateImageRButton | ( | MOBJECT | parent, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MOBJECT MCreateImageRButtonExt | ( | MOBJECT | parent, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | non, | ||
| const char * | aon, | ||
| const char * | uon | ||
| ) |
| MOBJECT MCreateImageTButton | ( | MOBJECT | parent, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MOBJECT MCreateImageTextPButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MOBJECT MCreateImageTextPButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | non, | ||
| const char * | aon, | ||
| const char * | uon | ||
| ) |
| MOBJECT MCreateImageTextRButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MOBJECT MCreateImageTextRButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | non, | ||
| const char * | aon, | ||
| const char * | uon | ||
| ) |
| MOBJECT MCreateImageTextTButton | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MOBJECT MCreateImageTextTButtonExt | ( | MOBJECT | parent, |
| const char * | text, | ||
| MTFont | font, | ||
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf, | ||
| const char * | non, | ||
| const char * | aon, | ||
| const char * | uon | ||
| ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ComErrors(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_Lens(), D_PlotTools(), DAS_Message(), DB_Ask(), DB_Tools(), DDMessage(), DOAS_Plot(), DOAS_SetupPagedForm(), DSCAD_Error(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), Master_Error(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSplashExe(), MDCreateWaitShell(), Message(), ShutDOWN(), StepperPagForm(), and ViewPlot().
Referenced by MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), and ViewPlot().
Here is the caller graph for this function:Referenced by MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), and ViewPlot().
Here is the caller graph for this function:| MOBJECT MCreateOptionEdit | ( | MOBJECT | parent, |
| const char * | text, | ||
| int | len, | ||
| int | clip_len, | ||
| int | nrow, | ||
| MTFont | font | ||
| ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page4(), DOAS_Plot(), MDCreateColFor_Sh(), MDCreateDASConfig(), and MDCreateSh_SimPos().
Here is the caller graph for this function:Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page4(), CONFP_Options(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DB_Ask(), DB_Tools(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_SetupSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveZenAzimDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), ShutDOWN(), and ViewPlot().
Referenced by AboutCB(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), DB_Ask(), DB_Tools(), MDCreate_CP(), MDCreateExpo(), MDCreateHorMeas(), MDCreateSplashExe(), and MDCreateWaitShell().
Here is the caller graph for this function:Referenced by CONFP_AMS_NOVA(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page3(), CONFP_param_page4(), D_PlotTools(), DOAS_SetupPagedForm(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateMoveAzim(), MDCreateMoveGrat(), MDCreateMoveZen(), Rebuildrb(), and ViewPlot().
Here is the caller graph for this function:Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_Utility(), CONFP_opt_page6(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), D_Lens(), D_PlotTools(), DB_Ask(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSplashExe(), MDCreateWaitShell(), ShutDOWN(), and ViewPlot().
Referenced by D_Lens(), MDCreate_2DPlot(), and MDCreateDASConfig().
Here is the caller graph for this function:| MOBJECT MCreateScrolledFormattedText | ( | MOBJECT | par, |
| const char * | text, | ||
| int | clip_w, | ||
| int | clip_h, | ||
| MTFont | f | ||
| ) |
| MOBJECT MCreateScrolledTableForm | ( | MOBJECT | parent, |
| int | n_cols, | ||
| int | clip_w, | ||
| int | clip_h, | ||
| int | head_rows, | ||
| int | head_cols | ||
| ) |
| MOBJECT MCreateShell | ( | const char * | title, |
| int | flags | ||
| ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ComErrors(), D_Lens(), D_PlotTools(), D_VRange(), D_VRangeSim(), DAS_Message(), DB_Ask(), DB_Tools(), DD_VRange(), DDMessage(), DSCAD_Error(), MAPDefPix(), Master_Error(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateExpo(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), Message(), ShutDOWN(), and ViewPlot().
| MOBJECT MCreateSListClip | ( | MOBJECT | parent, |
| NEW_BLOCK_CB | nb, | ||
| void * | nbd, | ||
| ITEM_SEEK_CB | is, | ||
| void * | isd, | ||
| MTFont | font, | ||
| int | nrow, | ||
| int | ncol, | ||
| int | xc, | ||
| long | xn | ||
| ) |
| MOBJECT MCreateSListSkip | ( | MOBJECT | parent, |
| NEW_BLOCK_CB | nb, | ||
| void * | nbd, | ||
| ITEM_SEEK_CB | is, | ||
| void * | isd, | ||
| MTFont | font, | ||
| int | nrow, | ||
| int | ncol, | ||
| int | xc | ||
| ) |
| MOBJECT MCreateSpinEdit | ( | MOBJECT | parent, |
| const char * | text, | ||
| int | len, | ||
| int | clip_len, | ||
| MTFont | font, | ||
| OBJ_VALUE_CB | cb, | ||
| void * | cd | ||
| ) |
Referenced by D_VRange(), D_VRangeSim(), and DD_VRange().
Here is the caller graph for this function:| MOBJECT MCreateSTextClip | ( | MOBJECT | parent, |
| NEW_BLOCK_CB | nb, | ||
| void * | nbd, | ||
| MTFont | font, | ||
| int | nrow, | ||
| int | ncol, | ||
| int | xc, | ||
| long | xn | ||
| ) |
Referenced by CONFP_Options(), CONFP_Param(), MDCreate_CP(), MDCreateColFor_Sh(), MDCreateDASConfig(), and MDCreateDOAS_ProcSh().
Here is the caller graph for this function:Referenced by CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_Options(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DB_Ask(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), ShutDOWN(), StepperPagForm(), and ViewPlot().
Referenced by DOAS_SetupPagedForm(), MDCreate_2DPlot(), MDCreateDASConfig(), and MDCreateDOAS_SetupSh().
Here is the caller graph for this function:| void MDeleteObject | ( | MOBJECT | obj, |
| int | resize | ||
| ) |
| void MDestroyMenu | ( | MOBJECT | menu | ) |
| int MDirBrowse | ( | const char * | title, |
| const char * | filter, | ||
| char * | dname, | ||
| int | change_cur_dir | ||
| ) |
| int MDirBrowseExt | ( | const char * | t, |
| const char * | ext, | ||
| char * | dname, | ||
| FB_PREFS * | prefs | ||
| ) |
Referenced by BrowseCB(), ChangeFormatCB(), and CreateList().
Here is the caller graph for this function:| const char* MDirBrowserGetDirectory | ( | MOBJECT | db | ) |
| void MDirBrowserSetDirChangeCallback | ( | MOBJECT | obj, |
| DB_DIR_CHANGE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MDirBrowserSetDirectory | ( | MOBJECT | db, |
| const char * | dir, | ||
| int | notify | ||
| ) |
| int MDirSelection | ( | const char * | title, |
| const char * | filter, | ||
| char * | dname, | ||
| int | change_cur_dir | ||
| ) |
| void MDrawAreaSetExposeCallback | ( | MOBJECT | obj, |
| OBJ_EVENT_CB | cb, | ||
| void * | ad | ||
| ) |
Referenced by D_Lens(), GrafoIMG(), MDCreate_2DPlot(), MDCreateDASConfig(), and ViewPlot().
Here is the caller graph for this function:| void MDrawAreaSetInputCallback | ( | MOBJECT | obj, |
| OBJ_EVENT_CB | cb, | ||
| void * | ad | ||
| ) |
| void MDrawAreaSetResizeCallback | ( | MOBJECT | obj, |
| DRAWAREA_PREF_CB | cb, | ||
| void * | ad | ||
| ) |
| void MDrawBGNText | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | text, | ||
| MTFont | font, | ||
| MTColor | bgc, | ||
| MTColor | fgc, | ||
| int | align, | ||
| int | n | ||
| ) |
| void MDrawBGText | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | text, | ||
| MTFont | font, | ||
| MTColor | bgc, | ||
| MTColor | fgc, | ||
| int | align | ||
| ) |
Referenced by ColorMapExposeCB(), ColorMapInputCB(), and D_DoLens().
Here is the caller graph for this function:Referenced by ColorMapExposeCB(), and DB_CellExposeCB().
Here is the caller graph for this function:Referenced by D2D_PlotAxis(), D2D_PlotGrid(), D2D_PlotSpectrum(), D_DoLens(), D_PlotAxis(), D_PlotGrid(), D_PlotOneLine(), and PlotSpectrum().
Here is the caller graph for this function:| void MDrawNText | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | text, | ||
| MTFont | font, | ||
| MTColor | fgc, | ||
| int | align, | ||
| int | n | ||
| ) |
| void MDrawShadow | ( | MOBJECT | o | ) |
| void MDrawShadowedNText | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | text, | ||
| MTFont | font, | ||
| int | sh, | ||
| MTColor | fgc1, | ||
| MTColor | fgc2, | ||
| int | align, | ||
| int | n | ||
| ) |
| void MDrawShadowedText | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | text, | ||
| MTFont | font, | ||
| int | sh, | ||
| MTColor | fgc1, | ||
| MTColor | fgc2, | ||
| int | align | ||
| ) |
| void MDrawWindow | ( | MOBJECT | o | ) |
| void MDrawXorBox | ( | MOBJECT | p, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void MDrawXorLine | ( | MOBJECT | p, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) |
| void MEditChangeText | ( | MOBJECT | edit, |
| int | off, | ||
| int | len, | ||
| const char * | new_t, | ||
| int | chg_len | ||
| ) |
| void MEditDisableAutoControlColor | ( | MOBJECT | edit | ) |
| void MEditDisableEditing | ( | MOBJECT | edit | ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page4(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateSh_SimPos(), and MDCreatesh_vitesa().
Here is the caller graph for this function:| void MEditEnableAutoControlColor | ( | MOBJECT | edit | ) |
Referenced by MDCreateColFor_Sh(), and MDCreatesh_vitesa().
Here is the caller graph for this function:| void MEditEnableEditing | ( | MOBJECT | edit | ) |
| int MEditFindSubStringBackward | ( | MOBJECT | edit, |
| int | off, | ||
| const char * | str, | ||
| int | icase | ||
| ) |
| int MEditFindSubStringForward | ( | MOBJECT | edit, |
| int | off, | ||
| const char * | str, | ||
| int | icase | ||
| ) |
| int MEditGetCursorPos | ( | MOBJECT | edit | ) |
| void MEditGetCursorXY | ( | MOBJECT | edit, |
| int * | px, | ||
| int * | py | ||
| ) |
| int MEditGetFilter | ( | MOBJECT | p | ) |
| void MEditGetSelection | ( | MOBJECT | edit, |
| int * | pstart, | ||
| int * | pend | ||
| ) |
| void MEditGetSubString | ( | MOBJECT | edit, |
| int | start, | ||
| int | end, | ||
| char * | str | ||
| ) |
| void MEditHide | ( | MOBJECT | edit, |
| char | shown_char | ||
| ) |
| int MEditListAddItem | ( | MOBJECT | p, |
| char ** | argv, | ||
| void * | u_data | ||
| ) |
| int MEditListAddItemFromEdits | ( | MOBJECT | p, |
| void * | u_data | ||
| ) |
| void MEditListChangeElement | ( | MOBJECT | p, |
| long | n, | ||
| char ** | new_ele, | ||
| void * | data | ||
| ) |
| void MEditListDelElement | ( | MOBJECT | p, |
| long | n | ||
| ) |
| void MEditListGetEditText | ( | MOBJECT | p, |
| int | n, | ||
| char * | buff | ||
| ) |
| void MEditListGetItemField | ( | MOBJECT | el, |
| const char * | item, | ||
| int | ii, | ||
| char * | buff | ||
| ) |
| void MEditListSeekItem | ( | MOBJECT | p, |
| char ** | argv, | ||
| long * | pos, | ||
| void ** | u_data | ||
| ) |
| void MEditListSetEditText | ( | MOBJECT | p, |
| int | n, | ||
| const char * | buff | ||
| ) |
| void MEditSetActCallback | ( | MOBJECT | edit, |
| OBJ_STRING_CB | cb, | ||
| void * | data | ||
| ) |
Referenced by CONFP_AMS_SM_OFFSET(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_param_page1(), D_PlotTools(), DB_Ask(), MAPDefPix(), MDCreateColFor_Sh(), MDCreateFM_Shell(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenDeg(), and MDCreateSh_PWD().
Here is the caller graph for this function:| void MEditSetAutoIndent | ( | MOBJECT | edit, |
| int | on_off | ||
| ) |
| void MEditSetBufferSize | ( | MOBJECT | edit, |
| int | clip_size, | ||
| int | size | ||
| ) |
| void MEditSetClipWindow | ( | MOBJECT | edit, |
| int | clip_w, | ||
| int | clip_h | ||
| ) |
| void MEditSetCursorPos | ( | MOBJECT | edit, |
| int | pos | ||
| ) |
| void MEditSetCursorPosCallback | ( | MOBJECT | edit, |
| EDIT_CURS_CB | cb, | ||
| void * | data | ||
| ) |
| void MEditSetCursorXY | ( | MOBJECT | edit, |
| int | x, | ||
| int | y | ||
| ) |
| void MEditSetFilter | ( | MOBJECT | edit, |
| int | filter, | ||
| const char * | extra_chars | ||
| ) |
Referenced by CONFP_AMS_TabSingMotor(), MDCreateColFor_Sh(), MDCreateDiff_Sh(), MDCreateFixed_Sh(), MDCreateFormat_Sh(), MDCreateSh_PWD(), and MDCreatesh_vitesa().
Here is the caller graph for this function:| void MEditSetMargin | ( | MOBJECT | edit, |
| int | w_margin, | ||
| int | h_margin | ||
| ) |
| void MEditSetNewValueCallback | ( | MOBJECT | edit, |
| OBJ_STRING_CB | cb, | ||
| void * | data | ||
| ) |
| void MEditSetReplace | ( | MOBJECT | edit | ) |
| void MEditSetSelection | ( | MOBJECT | edit, |
| int | start, | ||
| int | end | ||
| ) |
| void MEditSetTabSize | ( | MOBJECT | edit, |
| int | size | ||
| ) |
| void MEditSetTextExt | ( | MOBJECT | edit, |
| const char * | text, | ||
| int | validated, | ||
| int | notify | ||
| ) |
Referenced by ActMvAzimCB(), ActMvAzimDegCB(), ActMvGratCB(), ActMvZenCB(), ActMvZenDegCB(), and ActPWDSysCB().
Here is the caller graph for this function:| void MEditSetValCallback | ( | MOBJECT | edit, |
| EDIT_VAL_CB | cb, | ||
| void * | data | ||
| ) |
Referenced by CONFP_AMS_SM_OFFSET(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), D_PlotTools(), MAPDefPix(), and MDCreateColFor_Sh().
Here is the caller graph for this function:| void MEditSetValidationStatus | ( | MOBJECT | edit, |
| int | validated | ||
| ) |
| void MEditSetValueChangeCallback | ( | MOBJECT | edit, |
| EDIT_CHANGE_CB | cb, | ||
| void * | data | ||
| ) |
| void MEditUnhide | ( | MOBJECT | edit | ) |
| const char* MEditValue | ( | MOBJECT | edit | ) |
| void MEnableCharBrowser | ( | void | ) |
| void MEnableCustomizing | ( | void | ) |
| void MErase | ( | MOBJECT | o | ) |
| void MEraseArea | ( | MOBJECT | o, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void MEraseBorder | ( | MOBJECT | o, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h, | ||
| int | thick | ||
| ) |
| int MFileBrowse | ( | const char * | title, |
| const char * | filter, | ||
| char * | fname, | ||
| char * | dname, | ||
| int | change_cur_dir | ||
| ) |
| int MFileBrowseExt | ( | const char * | t, |
| const char * | ext, | ||
| char * | fname, | ||
| char * | dname, | ||
| FB_PREFS * | prefs | ||
| ) |
Referenced by BrowseLog(), ChangeFormatCB(), CreateList(), D_PButt_CB(), DB_HorComm_CB(), DB_KeyB_CB(), DB_ToolsKeyB_CB(), DT_ColFormat(), FluxIndexCB(), LoadIoCB(), LoadPaletteCB(), MenuFileOLP_CB(), PlotToolsPBs(), and SelDefPixFileCB().
Here is the caller graph for this function:| int MFileSelection | ( | const char * | title, |
| const char * | filter, | ||
| char * | fname, | ||
| char * | dname, | ||
| int | change_cur_dir | ||
| ) |
| const char* MFindImagePath | ( | const char * | image_name | ) |
| void MFormAddKeyCallback | ( | MOBJECT | shell, |
| int | key, | ||
| OBJ_VALUE_CB | cb, | ||
| void * | ad | ||
| ) |
| void MFormattedTextSetHSpacing | ( | MOBJECT | obj, |
| int | h_s | ||
| ) |
| void MFormattedTextSetMargin | ( | MOBJECT | obj, |
| int | w_m, | ||
| int | h_m | ||
| ) |
| void MFormattedTextSetTabSize | ( | MOBJECT | obj, |
| int | ts | ||
| ) |
| void MFormDisableSmartDrawing | ( | MOBJECT | form | ) |
| void MFormEnableSmartDrawing | ( | MOBJECT | form | ) |
| int MFormGetClipX | ( | MOBJECT | obj | ) |
| int MFormGetClipY | ( | MOBJECT | obj | ) |
| int MFormGetNChildren | ( | MOBJECT | form | ) |
| void MFormSetChildSelectCallback | ( | MOBJECT | p, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
| void MFormSetClipX | ( | MOBJECT | obj, |
| int | clip_x | ||
| ) |
| void MFormSetClipY | ( | MOBJECT | obj, |
| int | clip_y | ||
| ) |
| void MFormSetFocusHighlight | ( | MOBJECT | f, |
| int | true_false | ||
| ) |
Referenced by CONFP_param_page1(), and MDCreateDASConfig().
Here is the caller graph for this function:| void MFormSetFocusWrap | ( | MOBJECT | f, |
| int | true_false | ||
| ) |
| void MFormSetPrefAtt | ( | MOBJECT | p, |
| int | pref_att | ||
| ) |
| void MFormSetSpacing | ( | MOBJECT | p, |
| int | offset | ||
| ) |
Referenced by CONFP_AMS_IOPort(), CONFP_opt_page6(), CONFP_opt_ScheMeas(), D_PlotTools(), DB_Tools(), DOAS_Plot(), MDCreate_2DPlot(), MDCreateDOAS_ProcSh(), MDCreateExpo(), MDCreateFM_Shell(), MDCreatesh_vitesa(), and ViewPlot().
Here is the caller graph for this function:| void MFreeCell | ( | MTColor | c | ) |
| void MFreeColor | ( | MTColor | col | ) |
| void MFreeImage | ( | MIMAGE | data | ) |
Referenced by ClosePlotCB(), D_LensCloseCB(), D_LensResizeCB(), DB_CloseImage(), DrawAreaPlotCB(), and LoadIo().
Here is the caller graph for this function:| const char* MGetApplicationName | ( | void | ) |
| int MGetBGColorOption | ( | const char * | obj_name, |
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
| char* MGetBGImageOption | ( | const char * | obj_name, |
| int * | mode | ||
| ) |
| const char* MGetCurrentDirectory | ( | void | ) |
Referenced by ChkExeMode(), DB_ToolsKeyB_CB(), LoadIoCB(), LoadPaletteCB(), MenuFileOLP_CB(), PlotToolsPBs(), and SelDefPixFileCB().
Here is the caller graph for this function:| void MGetDefaultBackgroundRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MGetDefaultForegroundRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| int MGetDiskError | ( | int * | disk, |
| int * | code | ||
| ) |
| int MGetFGColorOption | ( | const char * | obj_name, |
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MGetFileSelectionRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| const char* MGetFirstFontFamily | ( | void | ) |
| int MGetFontOption | ( | const char * | obj_name, |
| MTFont * | ret | ||
| ) |
| void MGetInputPromptFgRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MGetInputPromptRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| int MGetIntOption | ( | const char * | obj_name, |
| const char * | opt_name, | ||
| int * | ret | ||
| ) |
| int MGetKeyboardState | ( | void | ) |
| void MGetMessageDialogFgRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MGetMessageDialogRGB | ( | int * | pr, |
| int * | pg, | ||
| int * | pb | ||
| ) |
| long MGetNColors | ( | void | ) |
| const char* MGetNextFontFamily | ( | void | ) |
| int MGetNPlanes | ( | void | ) |
| int MGetScreenHeight | ( | void | ) |
| int MGetScreenWidth | ( | void | ) |
Referenced by BuildMainShell(), D_Lens(), ScreenInfoCB(), and ViewPlot().
Here is the caller graph for this function:| int MGetShadowOption | ( | const char * | obj_name, |
| int * | shadow, | ||
| int * | i_t, | ||
| int * | o_t | ||
| ) |
| char* MGetStringOption | ( | const char * | obj_name, |
| const char * | opt_name | ||
| ) |
| const char* MGetSysDir | ( | void | ) |
| char* MGetTextOption | ( | const char * | obj_name | ) |
| void MGUIMain | ( | int | argc, |
| char ** | argv | ||
| ) |
MAIN PROGRAM starting point
Actions:
.
Definition at line 3546 of file DAS_Spat.c.
References _MAX_PATH, BuildShell(), ChkExeMode(), d_fileman::CONFIGDIRCOMMON, d_fileman::CONFIGDIREQUIPMENT, D_WriteInitLog(), DAS_StartDOY, DAS_StartHour, bil::DFILEM, das::DGeo, DI_PathExist(), das::DOption, ERR_Option(), flag::exemode, das::Flag, optionini::ftpbackup, GetDateTime(), d_fileman::HOMEDIRECTORY, InitColors(), InitFlags(), LoadDasSysCol(), LoadDB_DispCoeff(), LoadDB_Options(), LoadDefaultDPAL(), LoadEquipment(), LoadFTPSetting(), LoadGeoCoord(), LoadGeoDB(), LoadHardware(), LoadSetDirs(), LoadTruePalette(), LoadWlstep(), MEnableCustomizing(), MMessageDialog(), dlog::odate, spectrumheader::olddate, dlog::otime, d_geo::s_name, SetWorkDirMGUIenv(), bil::SPH, and WriteInit().
Here is the call graph for this function:| void MGUITerm | ( | void | ) |
Referenced by ChkDASInstance(), ChkExeMode(), ClosePlotCB(), DAS_Error(), ExitCB(), ManualModeCB(), MDQuitCB(), MGUIQuitCB(), PRG_Check(), RunLogMode(), ShutCB(), and WinRes().
Here is the caller graph for this function:| void MImageAddAlphaChannel | ( | MIMAGE | img | ) |
| void MImageAddDefaultTypeGIF | ( | void | ) |
| void MImageAddDefaultTypeJPEG | ( | void | ) |
| void MImageAddDefaultTypePNG | ( | void | ) |
| void MImageAddDefaultTypeTIFF | ( | void | ) |
| MIMAGE MImageCloneShifted | ( | MIMAGE | img, |
| int | sx, | ||
| int | sy, | ||
| int | dw, | ||
| int | dh, | ||
| int | bg_rr, | ||
| int | bg_gg, | ||
| int | bg_bb, | ||
| int | transp | ||
| ) |
| void MImageComputeBackgroundRGB | ( | MIMAGE | img, |
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MImageGetCMapEntry | ( | MIMAGE | pmi, |
| int | i, | ||
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MImageGetInfo | ( | MIMAGE | pmi, |
| int * | pw, | ||
| int * | ph, | ||
| int * | pnplanes | ||
| ) |
| int MImageGetPixelAlpha | ( | MIMAGE | img, |
| int | x, | ||
| int | y | ||
| ) |
| int MImageGetPixelIndex | ( | MIMAGE | pmi, |
| int | x, | ||
| int | y | ||
| ) |
| void MImageGetPixelRGB | ( | MIMAGE | pmi, |
| int | x, | ||
| int | y, | ||
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
| void MImageSetCMapEntry | ( | MIMAGE | pmi, |
| int | i, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MImageSetMaskByCMapIndex | ( | MIMAGE | img, |
| int | id | ||
| ) |
| void MImageSetMaskByPixel | ( | MIMAGE | img, |
| int | x, | ||
| int | y | ||
| ) |
| void MImageSetMaskByRGB | ( | MIMAGE | img, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MImageSetPixelAlpha | ( | MIMAGE | img, |
| int | x, | ||
| int | y, | ||
| CARD8 | alpha | ||
| ) |
| void MImageSetPixelIndex | ( | MIMAGE | pmi, |
| int | x, | ||
| int | y, | ||
| int | i | ||
| ) |
| void MImageSetPixelRGB | ( | MIMAGE | pmi, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by D_DoLens(), DrawImg(), DrawXLine(), DrawYLine(), and InitImage().
Here is the caller graph for this function:| int MInputPrompt | ( | const char * | t, |
| const char * | msg, | ||
| char * | text, | ||
| int | len, | ||
| const char * | ok_btn, | ||
| const char * | canc_btn | ||
| ) |
| void MInstallImage | ( | MIMAGE | data | ) |
| int MIsEditValidated | ( | MOBJECT | p | ) |
| void MLabelSetAlignment | ( | MOBJECT | p, |
| int | align | ||
| ) |
Referenced by CONFP_AMS_IOPort(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page4(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), D_PlotTools(), DAS_Message(), DB_Ask(), DB_Tools(), DDMessage(), FrmBuildTemperature(), MAPDefPix(), MDCreate_CP(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateFM_Shell(), MDCreateHorMeas(), MDCreateSh_SimPos(), Message(), StepperPagForm(), and ViewPlot().
Here is the caller graph for this function:| void MLabelSetHSpacing | ( | MOBJECT | p, |
| int | hs | ||
| ) |
| void MLabelSetMargin | ( | MOBJECT | p, |
| int | wm, | ||
| int | hm | ||
| ) |
Referenced by CONFP_AMS_IOPort(), DB_Tools(), and ViewPlot().
Here is the caller graph for this function:| const char* MLabelValue | ( | MOBJECT | label | ) |
| MTFont MLoadFont | ( | const char * | family, |
| int | h, | ||
| int | bold, | ||
| int | italic | ||
| ) |
| void MLog | ( | int | level, |
| const char * | fmt, | ||
| ... | |||
| ) |
| CARD32 MLogGetMask | ( | void | ) |
| void MLogInit | ( | int | level, |
| int | nr, | ||
| int | nvr, | ||
| int | nc, | ||
| int | nvc, | ||
| const char * | fname | ||
| ) |
| void MLogResetMaskBits | ( | CARD32 | a | ) |
| void MLogSetLevel | ( | int | level | ) |
| void MLogSetMask | ( | CARD32 | a | ) |
| void MLogSetMaskBits | ( | CARD32 | a | ) |
| void MLogSetTimeFormat | ( | const char * | strftime_format | ) |
| void MLoopWhileEvents | ( | int | discard | ) |
Referenced by AMS_TestPos(), D_Average(), D_Homing(), D_Timing(), D_VRange(), D_VRangeSim(), DB_CalcFluxI(), DB_GetCCD(), DB_StsMotor(), DD_VRange(), DT_CorrFileEvora(), DT_CorrHeader(), E_WAIT(), EleDatOrBinFormat(), HomeAzimFast(), HomeFiltersFast(), HomeNDFiltersFast(), HomeTrack(), MDCreateSplashExe(), MDCreateWaitShell(), SD_PosAADev(), SD_Position(), SD_PosOMUDev(), and ShowDown().
Here is the caller graph for this function:| void MLoopWhileFlag | ( | int * | pflag, |
| int | value | ||
| ) |
Referenced by DB_Ask(), MDCreateFM_Shell(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), and MDCreateSh_Wl().
Here is the caller graph for this function:| void MMainLoop | ( | void | ) |
Referenced by MDCreateDOAS_MainSh(), RunLogMode(), RunOLP(), and SZA_FirstCalc().
Here is the caller graph for this function:| void MMaskedLog | ( | int | level, |
| CARD32 | mask, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
| MENU_ITEM MMenuAddItem | ( | MOBJECT | pd, |
| const char * | item, | ||
| MENU_ITEM_CB | cb, | ||
| void * | ad | ||
| ) |
Referenced by MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), and ViewPlot().
Here is the caller graph for this function:| MENU_ITEM MMenuAddRadioItem | ( | MOBJECT | pd, |
| const char * | item, | ||
| MENU_ITEM_CB | cb, | ||
| void * | ad | ||
| ) |
| MENU_ITEM MMenuAddToggleItem | ( | MOBJECT | pd, |
| const char * | item, | ||
| MENU_ITEM_CB | cb, | ||
| void * | ad | ||
| ) |
| void MMenuBarSetAcc | ( | MOBJECT | menu, |
| int | acc | ||
| ) |
Referenced by MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), and ViewPlot().
Here is the caller graph for this function:| const char* MMenuGetTitleText | ( | MOBJECT | obj | ) |
| int MMenuItemGetCheckStatus | ( | MENU_ITEM | item | ) |
| const char* MMenuItemGetText | ( | MENU_ITEM | item | ) |
| void MMenuItemSetAccel | ( | MENU_ITEM | item, |
| int | acc, | ||
| const char * | at | ||
| ) |
| int MMenuItemSetCheckStatus | ( | MENU_ITEM | item, |
| int | TrueFalse | ||
| ) |
| void MMenuItemSetSensitive | ( | MENU_ITEM | item | ) |
Referenced by CloseFile(), CloseFile_BIN(), MakeItemSensitiveCB(), ViewNext(), ViewNext_BIN(), and Visualizza().
Here is the caller graph for this function:| void MMenuItemSetText | ( | MENU_ITEM | item, |
| const char * | text | ||
| ) |
| void MMenuItemSetUnsensitive | ( | MENU_ITEM | item | ) |
Referenced by CloseFile(), CloseFile_BIN(), MakeItemUnsensitiveCB(), and Visualizza().
Here is the caller graph for this function:| int MMenuItemToggleCheckStatus | ( | MENU_ITEM | item | ) |
| void MMenuSetTitleText | ( | MOBJECT | pd, |
| const char * | text | ||
| ) |
| int MMessageDialog | ( | const char * | t, |
| const char * | msg, | ||
| const char * | btn1, | ||
| const char * | btn2, | ||
| ... | |||
| ) |
Referenced by ADTesterCB(), AMSINI_Err(), CCDSetupCB(), ChkConfigInstance(), ChkDASInstance(), ChkExeMode(), ColObjCB(), ColumnFormatCB(), D_AutoExecution(), D_Average(), D_Calibra(), D_PButt_CB(), DAS_Error(), DB_HorComm_CB(), DB_InitCamera(), DB_InitMotor(), DB_KeyB_CB(), DB_ToolsKeyB_CB(), DMessage(), DOASTogButCB(), DrawAreaPlotCB(), ExMaster(), ExtShutt(), FilterRawDataCB(), FixedStepCB(), FTP_Back_UP(), GetDefPix(), LinkSpectraCB(), LoadDB_DispCoeff(), MenuFileOLP_CB(), MenuToolsOLP_CB(), MGUIMain(), MGUIQuitCB(), NOVA_In(), NOVA_Out(), PB_H_CB(), PopUp_CB(), PopUpAdvCal_CB(), PRG_Check(), PrintObject(), ResumeCB(), RunLogMode(), RunOLP(), SaveSpectrum(), ScreenInfoCB(), SD_FilterW(), SD_NDFilterW(), SelDefPixFileCB(), SetAsIo(), SetupPrinter(), ShStCB(), ShutterOpening(), SmoothingF(), SZA_FirstCalc(), TestFTP(), ValidateCB(), ViewNext(), ViewNext_BIN(), ViewPre(), ViewPre_BIN(), Visualizza(), WriteAMSCB(), WriteColorsCB(), WriteDOASConfig(), WriteEquipini(), WriteFontCB(), WriteFTPINI(), WriteGeo(), WriteHardwareiniCB(), WriteOptioniniCB(), WriteParaminiCB(), and WritewlstepiniCB().
| void MNextEvent | ( | MEvent * | pe, |
| int | wait | ||
| ) |
| void MObjectAddEventNotifyCallback | ( | MOBJECT | obj, |
| OBJ_EVENT_CB | cb, | ||
| CARD32 | event_mask, | ||
| void * | a_data | ||
| ) |
Referenced by BuildMainShell(), CONFP_param_page3(), MDCreate_CP(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_Wl(), and ViewPlot().
Here is the caller graph for this function:| void MObjectAlign | ( | MOBJECT | obj, |
| int | h_align, | ||
| int | v_align | ||
| ) |
Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_AMS_Utility(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), D_PlotTools(), DB_Ask(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFM_Shell(), MDCreateHorMeas(), MDCreateMoveGrat(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSplashExe(), MDCreateWaitShell(), Rebuildrb(), StepperPagForm(), and ViewPlot().
Referenced by ColorPickCB(), DB_ColorPick(), PlotSpectrum(), and TextColorAssignCB().
Here is the caller graph for this function:| void MObjectChangeLabelHelpText | ( | MOBJECT | obj, |
| const char * | str | ||
| ) |
| void MObjectChangePopupHelpText | ( | MOBJECT | obj, |
| const char * | str | ||
| ) |
| void MObjectDestroy | ( | MOBJECT | obj | ) |
| void MObjectEnableOptions | ( | MOBJECT | obj, |
| const char * | name, | ||
| CARD32 | mask | ||
| ) |
| int MObjectGetBackgroundImageMode | ( | MOBJECT | obj | ) |
| int MObjectGetCompositeHeight | ( | MOBJECT | obj | ) |
| int MObjectGetCompositeWidth | ( | MOBJECT | obj | ) |
| CARD32 MObjectGetEnabledOptions | ( | MOBJECT | obj | ) |
| int MObjectGetHeight | ( | MOBJECT | obj | ) |
Referenced by BuildMainShell(), ColorMapExposeCB(), ColorMapInputCB(), D2D_AreaInputTemp(), D2D_AssignOrigin(), D_AssignOrigin(), DB_AreaInput(), DB_CellExposeCB(), DB_CloseImage(), DrawAreaExpFontCB(), DrawAreaPlotCB(), LoadIo(), PrintObject(), RefreshDrArea(), and ViewPlot().
Here is the caller graph for this function:| char* MObjectGetName | ( | MOBJECT | obj | ) |
| int MObjectGetSensitivity | ( | MOBJECT | obj | ) |
| void MObjectGetShadow | ( | MOBJECT | obj, |
| int * | type, | ||
| int * | in, | ||
| int * | out | ||
| ) |
| char* MObjectGetText | ( | MOBJECT | obj, |
| char * | text | ||
| ) |
Referenced by ApplyChCB(), ChDriveCB(), CreateList(), D_FMDoneCB(), D_PButt_CB(), DB_AskCB(), DB_CloseAsk(), DB_TestF(), DFMSelListCB(), MDCreateHorMeas(), MIGEZenAzPos_CB(), ModifyConfFileCB(), PopupMenuCB(), Task_LOG(), Task_Timer(), txtfileEditCB(), WDT_CB(), WDT_Task_CB(), and WriteAMSCB().
Here is the caller graph for this function:| CARD8 MObjectGetTransparency | ( | MOBJECT | obj | ) |
| void* MObjectGetUserData | ( | MOBJECT | obj | ) |
| int MObjectGetWidth | ( | MOBJECT | obj | ) |
Referenced by BuildMainShell(), ColorMapExposeCB(), ColorMapInputCB(), D2D_AreaInputTemp(), D2D_AssignOrigin(), D_AssignOrigin(), DB_AreaInput(), DB_CellExposeCB(), DB_CloseImage(), DrawAreaExpFontCB(), DrawAreaPlotCB(), LoadIo(), PrintObject(), RefreshDrArea(), and ViewPlot().
Here is the caller graph for this function:| int MObjectGetX | ( | MOBJECT | obj | ) |
| int MObjectGetY | ( | MOBJECT | obj | ) |
| void MObjectMakeVisible | ( | MOBJECT | obj | ) |
| void MObjectMap | ( | MOBJECT | obj | ) |
Referenced by ColorAssignCB(), D2D_PoslblX(), DB_FilterColumnCB(), DrawButtons(), MDCreateColFor_Sh(), and PopUp_CB().
Here is the caller graph for this function:| void MObjectRedraw | ( | MOBJECT | obj | ) |
Referenced by ColorAssignCB(), DB_TestF(), GrafoIMG(), PlotDOAS(), PopUp_CB(), PrintObject(), and ToggleButtCB().
Here is the caller graph for this function:| void MObjectRemoveEventNotifyCallback | ( | MOBJECT | obj, |
| OBJ_EVENT_CB | cb, | ||
| void * | a_data | ||
| ) |
| void MObjectResize | ( | MOBJECT | obj, |
| int | w, | ||
| int | h | ||
| ) |
Referenced by D_VRange(), D_VRangeSim(), and DD_VRange().
Here is the caller graph for this function:| void MObjectSaveOptions | ( | MOBJECT | obj | ) |
| void MObjectSetAttachment | ( | MOBJECT | obj, |
| int | top, | ||
| int | bot, | ||
| int | left, | ||
| int | rig | ||
| ) |
| void MObjectSetAutoScrollWhenSelected | ( | MOBJECT | obj, |
| int | TrueFalse | ||
| ) |
| void MObjectSetBackgroundImageFile | ( | MOBJECT | obj, |
| const char * | fname, | ||
| int | mode | ||
| ) |
| void MObjectSetBackgroundRGB | ( | MOBJECT | obj, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ComErrors(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_AMS_Utility(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_Lens(), D_PButt_CB(), D_PlotTools(), D_VRange(), D_VRangeSim(), DAS_Message(), DB_Ask(), DB_ChangeColorCellCB(), DB_ColorAssign(), DB_FilSelButtKB_CB(), DB_FilSelButtMouse_CB(), DB_HomeSelButtKB_CB(), DB_HomeSelButtMouse_CB(), DB_KeyComSelButtKB_CB(), DB_KeyComSelButtMouse_CB(), DB_LampSelButtMouse_CB(), DB_MirSelButtKB_CB(), DB_MirSelButtMouse_CB(), DB_NDFilSelButtKB_CB(), DB_NDFilSelButtMouse_CB(), DB_PushButtonMouse(), DB_PushButtonMouse_CB(), DB_Redraw_CB(), DB_Tools(), DB_WlSelButtKB_CB(), DB_WlSelButtMouse_CB(), DD_VRange(), DDMessage(), DOAS_Plot(), DOAS_SetupPagedForm(), DSCAD_Error(), DSZArb_CB(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), ManualModeCB(), MAPDefPix(), Master_Error(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), MenuFileOLP_CB(), Message(), ShutDOWN(), StepperPagForm(), ViewNext(), ViewNext_BIN(), and ViewPlot().
| void MObjectSetBGColorFromParent | ( | MOBJECT | obj, |
| int | true_false, | ||
| int | percentage | ||
| ) |
Referenced by FrmBuildTemperature(), MDCreate_CP(), and StepperPagForm().
Here is the caller graph for this function:| void MObjectSetBGImageMaskByCMapIndex | ( | MOBJECT | obj, |
| int | id | ||
| ) |
| void MObjectSetBGImageMaskByPixel | ( | MOBJECT | obj, |
| int | x, | ||
| int | y | ||
| ) |
| void MObjectSetBGImageMaskByRGB | ( | MOBJECT | obj, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by D_PlotOneLine(), MD_CreateBRowShell(), PlotSpectrum(), TextColorAssignCB(), and ViewPlot().
Here is the caller graph for this function:| void MObjectSetColorFromBackgroundImage | ( | MOBJECT | obj | ) |
| void MObjectSetCompositeHeight | ( | MOBJECT | obj, |
| int | h | ||
| ) |
Referenced by AboutCB(), D_VRange(), D_VRangeSim(), DD_VRange(), MDCreateDASConfig(), MDCreateSplashExe(), and MDCreateWaitShell().
Here is the caller graph for this function:| void MObjectSetCompositeSize | ( | MOBJECT | obj, |
| int | w, | ||
| int | h | ||
| ) |
| void MObjectSetCompositeWidth | ( | MOBJECT | obj, |
| int | w | ||
| ) |
Referenced by AboutCB(), CONFP_AMS_SM_OFFSET(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DB_Ask(), DB_Tools(), MAPDefPix(), MDCreate_CP(), MDCreateDASConfig(), MDCreateDOAS_SetupSh(), MDCreateHorMeas(), MDCreateMoveGrat(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), Rebuildrb(), ShutDOWN(), and ViewPlot().
| void MObjectSetFGColorFromParent | ( | MOBJECT | obj, |
| int | true_false | ||
| ) |
Referenced by CONFP_AMS_IOPort(), MDCreate_2DPlot(), MDCreateDOAS_ProcSh(), and MDCreatesh_vitesa().
Here is the caller graph for this function:Referenced by DB_FontAssign(), MDCreate_shell000(), and ViewPlot().
Here is the caller graph for this function:| void MObjectSetForegroundRGB | ( | MOBJECT | obj, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ComErrors(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DAS_Message(), DB_Ask(), DB_ColorAssign(), DB_KeyComSelButtKB_CB(), DB_KeyComSelButtMouse_CB(), DB_MirSelButtMouse_CB(), DB_PushButtonMouse(), DB_PushButtonMouse_CB(), DB_Redraw_CB(), DB_Tools(), DDMessage(), DOAS_Plot(), DOAS_SetupPagedForm(), DSCAD_Error(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), Master_Error(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), Message(), Rebuildrb(), ShutDOWN(), StepperPagForm(), and ViewPlot().
| void MObjectSetHeight | ( | MOBJECT | obj, |
| int | h | ||
| ) |
| void MObjectSetMinSize | ( | MOBJECT | obj, |
| int | w, | ||
| int | h | ||
| ) |
| void MObjectSetName | ( | MOBJECT | obj, |
| const char * | name | ||
| ) |
| void MObjectSetOffset | ( | MOBJECT | obj, |
| int | t_o, | ||
| int | b_o, | ||
| int | l_o, | ||
| int | r_o | ||
| ) |
| void MObjectSetPopupHelp | ( | MOBJECT | obj, |
| const char * | str, | ||
| int | delay, | ||
| int | duration | ||
| ) |
Referenced by CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), and MDCreateDOAS_MainSh().
Here is the caller graph for this function:| void MObjectSetPosition | ( | MOBJECT | obj, |
| int | x, | ||
| int | y | ||
| ) |
| void MObjectSetResize | ( | MOBJECT | obj, |
| int | resize_w, | ||
| int | resize_h | ||
| ) |
Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_AMS_Utility(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_Lens(), D_PlotTools(), DB_Ask(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), FrmBuildTemperature(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), ShutDOWN(), StepperPagForm(), and ViewPlot().
| void MObjectSetSelectable | ( | MOBJECT | obj | ) |
| void MObjectSetSensitive | ( | MOBJECT | obj | ) |
Referenced by CloseFile(), CloseFile_BIN(), CONFP_opt_page2(), CONFP_opt_page5(), CONFP_opt_page7(), DB_GratPosMode_CB(), DB_KB_ButtonActive(), DB_MeasMode_CB(), DB_MIGE_CB(), DB_MIGEopmode_CB(), DB_Pause(), DB_RadioDarkCB(), DB_RadioPixCorrCB(), DB_ResetEnable_CB(), DB_Shutter_CB(), DB_StorePB(), DrawAreaPlotCB(), DSZArb_CB(), HeaderInPlot(), SD_Azimuth(), SD_FilterW(), SD_Grating(), SD_Mirror(), SD_NDFilterW(), SD_Zenith(), SD_Zenith_H(), SZA_FirstCalc(), ViewNext(), ViewNext_BIN(), ViewPlot(), and Visualizza().
| void MObjectSetSensitivity | ( | MOBJECT | obj, |
| int | status | ||
| ) |
| void MObjectSetShadow | ( | MOBJECT | obj, |
| int | type, | ||
| int | in, | ||
| int | out | ||
| ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ComErrors(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), D_Lens(), DB_Ask(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), DSCAD_Error(), FrmBuildTemperature(), Master_Error(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreateDASConfig(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateExpo(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), ShutDOWN(), StepperPagForm(), and ViewPlot().
| void MObjectSetSize | ( | MOBJECT | obj, |
| int | w, | ||
| int | h | ||
| ) |
| void MObjectSetSolid | ( | MOBJECT | obj | ) |
| void MObjectSetText | ( | MOBJECT | obj, |
| const char * | text | ||
| ) |
Referenced by ActMvAzimCB(), ActMvGratCB(), ActMvZenCB(), AddStCB(), ADTesterCB(), ApplyChCB(), AssignParam(), AutoR_TestMeas(), AutoRange(), BrowseCB(), ChDriveCB(), CloseConfigCB(), CloseFile(), CloseFile_BIN(), CONFP_AMS(), CONFP_AMS_NOVA(), CONFP_AMS_TabSingMotor(), CONFP_AMS_Utility(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_Options(), CONFP_Param(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D2D_AreaInputTemp(), D2D_PoslblX(), D2D_PoslblY(), D_AssignLabelPlot(), D_AutoExecution(), D_Calibra(), D_FInpFDCB(), D_Homing(), D_Positioning(), D_readtemp(), D_Saving(), D_Timing(), D_VRange(), D_VRangeSim(), D_XProfile(), D_YProfile(), DB_AreaInput(), DB_ChangeColorCellCB(), DB_GeocoordCB(), DB_GratPosMode_CB(), DB_HorComm_CB(), DB_InitCamera(), DB_KeyB_CB(), DB_Pause(), DB_RadioAvgModeCB(), DB_RadioPixCorrCB(), DB_ResetType_CB(), DB_StepMotor(), DB_ToolsKeyB_CB(), DD_VRange(), DE_StepMotor(), DemoInitMotor(), DFMSelListCB(), DrawAreaPlotCB(), DT_ShutterCB(), E_SetCCDPow(), E_SetCCDTemp(), FANECU(), FrmBuildTemperature(), HeaderInPlot(), HgLamp(), HomeAzimFast(), HomeFiltersFast(), HomeGratingFast(), HomeMirror(), HomeNDFiltersFast(), HomeZenithFast(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateFM_Shell(), MDCreateSh_SimPos(), MDCreateSplashExe(), MDCreateWaitShell(), MLCursorPositionCB(), OMU_AssignPow(), PoslblX(), PoslblY(), QjLamp(), SD_Azimuth(), SD_FilterW(), SD_FNTorqueM(), SD_Grating(), SD_Mirror(), SD_NDFilterW(), SD_PosAADev(), SD_Position(), SD_PosOMUDev(), SD_Zenith(), SD_Zenith_H(), SelDefPixFileCB(), SetScriptUseLabel(), ShutDOWN(), Status(), StepperPagForm(), SZA_FirstCalc(), Task_CCD_Temp(), Task_HomeGrat(), Task_LIS_Temp(), Task_Timer(), txtfileEditCB(), ViewNext_BIN(), Visualizza(), WDT_CB(), WDT_Task_CB(), WriteAMSCB(), and WriteParaminiCB().
| void MObjectSetTransparency | ( | MOBJECT | obj, |
| CARD8 | level | ||
| ) |
Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_SM_OFFSET(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DB_ColorAssign(), DB_Tools(), DOAS_Plot(), DOAS_SetupPagedForm(), FrmBuildTemperature(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_2DPlot(), MDCreate_CP(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), MDCreateExpo(), MDCreateFixed_Sh(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveGrat(), MDCreateSh_SimPos(), MDCreateSplashExe(), MDCreateWaitShell(), ShutDOWN(), StepperPagForm(), and ViewPlot().
| void MObjectSetTransparent | ( | MOBJECT | obj | ) |
| void MObjectSetUnselectable | ( | MOBJECT | obj | ) |
| void MObjectSetUnsensitive | ( | MOBJECT | obj | ) |
Referenced by CloseFile(), CloseFile_BIN(), CONFP_AMS(), CONFP_opt_page2(), CONFP_opt_page5(), CONFP_opt_page7(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), DB_GratPosMode_CB(), DB_KB_ButtonActive(), DB_KeyComSelButtMouse_CB(), DB_MeasMode_CB(), DB_MIGE_CB(), DB_MIGEopmode_CB(), DB_RadioDarkCB(), DB_RadioPixCorrCB(), DB_ResetEnable_CB(), DB_Shutter_CB(), DB_StorePB(), DB_Tools(), DSZArb_CB(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateSh_SimPos(), ShutDOWN(), ViewPlot(), and Visualizza().
Here is the caller graph for this function:| void MObjectSetUserData | ( | MOBJECT | obj, |
| void * | ud | ||
| ) |
| void MObjectSetWidth | ( | MOBJECT | obj, |
| int | w | ||
| ) |
| void MObjectSetX | ( | MOBJECT | obj, |
| int | x | ||
| ) |
| void MObjectSetY | ( | MOBJECT | obj, |
| int | y | ||
| ) |
Referenced by CloseColPickCB(), CloseFontViewCB(), D2D_AreaInputTemp(), and DB_AreaInput().
Here is the caller graph for this function:| int MObjectType | ( | MOBJECT | obj | ) |
| void MObjectUnmap | ( | MOBJECT | obj | ) |
Referenced by CloseFile(), CloseFile_BIN(), ColorAssignCB(), DB_FilterColumnCB(), DrawButtons(), MDCreate_2DPlot(), MDCreateColFor_Sh(), PopUp_CB(), and ViewPlot().
Here is the caller graph for this function:| int MObjectUsesBGColorFromBGImage | ( | MOBJECT | obj | ) |
| int MObjectUsesBGColorFromParent | ( | MOBJECT | obj, |
| int * | pret | ||
| ) |
| int MObjectUsesFGColorFromParent | ( | MOBJECT | obj | ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page4(), DOAS_Plot(), MDCreateColFor_Sh(), MDCreateDASConfig(), and MDCreateSh_SimPos().
Here is the caller graph for this function:| void MOptionEditSetListCallback | ( | MOBJECT | obj, |
| LIST_ACT_CB | cb, | ||
| void * | data | ||
| ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page7(), CONFP_param_page1(), CONFP_param_page4(), DB_ResetType_CB(), and MDCreateSh_SimPos().
Here is the caller graph for this function:| void MPagedFormDisablePageKeys | ( | MOBJECT | form | ) |
| void MPagedFormEnablePageKeys | ( | MOBJECT | form | ) |
| int MPagedFormGetActivePage | ( | MOBJECT | form | ) |
| void MPagedFormSetActivePage | ( | MOBJECT | form, |
| int | page | ||
| ) |
Referenced by CONFP_Options(), CONFP_Param(), DOAS_SetupPagedForm(), DOASTogButCB(), FrmBuildTemperature(), MDCreate_CP(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDOAS_ProcSh(), MDCreateDOAS_SetupSh(), and StepperPagForm().
Here is the caller graph for this function:| void MPagedFormSetActivePageCallback | ( | MOBJECT | p, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
| void MPagedFormSetNPages | ( | MOBJECT | form, |
| int | n_pages | ||
| ) |
| int MPaletteMode | ( | void | ) |
| void MPButtonSetAlignment | ( | MOBJECT | p, |
| int | align | ||
| ) |
Referenced by AboutCB(), CONFP_AMS(), CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), CONFP_AMS_TabSingMotor(), CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page7(), CONFP_Options(), CONFP_param_page1(), CONFP_param_page2(), CONFP_param_page3(), CONFP_param_page4(), CONFP_param_page5(), D_PlotTools(), DB_Ask(), DB_Tools(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MAPDefPix(), MD_CreateBRowShell(), MDCreate_CP(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateDOAS_MainSh(), MDCreateDOAS_SetupSh(), MDCreateExpo(), MDCreateFixed_Sh(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateMoveAzim(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreatesh_vitesa(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), Rebuildrb(), ShutDOWN(), and ViewPlot().
| void MPButtonSetHSpacing | ( | MOBJECT | p, |
| int | hs | ||
| ) |
| void MPButtonSetImage | ( | MOBJECT | obj, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| void MPButtonSetMargin | ( | MOBJECT | p, |
| int | wm, | ||
| int | hm | ||
| ) |
| void MPButtonSetRepeatDelay | ( | MOBJECT | button, |
| int | first, | ||
| int | repeat | ||
| ) |
| void MPixmapSetImageFile | ( | MOBJECT | pixmap, |
| const char * | fname | ||
| ) |
Referenced by ActMvAzimCB(), ActMvGratCB(), ActMvZenCB(), D_Calibra(), DB_HorComm_CB(), DB_InitMotor(), DB_StepMotor(), DE_StepMotor(), DemoInitMotor(), DT_ShutterCB(), HgLamp(), HomeAzimFast(), HomeFiltersFast(), HomeGratingFast(), HomeMirror(), HomeNDFiltersFast(), HomeZenithFast(), NOVAIn_CB(), NOVAOut_CB(), OMU_ChooseDir(), OOP_CB(), QjLamp(), ReadInputCB(), SD_Azimuth(), SD_FilterW(), SD_FNTorqueM(), SD_Grating(), SD_Mirror(), SD_NDFilterW(), SD_PosAADev(), SD_Position(), SD_PosOMUDev(), SD_Zenith(), and SD_Zenith_H().
| void MPopupMenu | ( | MOBJECT | pm, |
| int | x, | ||
| int | y | ||
| ) |
| void MProcessEvent | ( | MEvent * | pe | ) |
| void MQueryColor | ( | MTColor | col, |
| int * | pr, | ||
| int * | pg, | ||
| int * | pb | ||
| ) |
Referenced by ColorMapInputCB(), ColorPickCB(), and DB_ColorPick().
Here is the caller graph for this function:| void MRButtonActivate | ( | MOBJECT | o | ) |
Referenced by CONFP_opt_page1(), CONFP_opt_page2(), CONFP_opt_page3(), CONFP_opt_page4(), CONFP_opt_page5(), CONFP_opt_page7(), CONFP_param_page1(), CONFP_param_page3(), CONFP_param_page4(), D_PlotTools(), FrmNOVA_IO_Test(), FrmStepperHomeMode(), MDCreateBuildList_Sh(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateFM_Shell(), MDCreateFormat_Sh(), MDCreateMoveAzim(), MDCreateMoveGrat(), MDCreateMoveZen(), Rebuildrb(), and ViewPlot().
Here is the caller graph for this function:| void MRButtonDeactivate | ( | MOBJECT | o | ) |
| int MRButtonGetActivationStatus | ( | MOBJECT | o | ) |
Referenced by ColObjCB(), DB_AMSposmode_CB(), DB_AMSProgBar_CB(), DB_AVGAutoR_CB(), DB_DisplayCB(), DB_EqTypeCB(), DB_EqTypePlotCB(), DB_FilterCB(), DB_FilterColumnCB(), DB_FilterType_CB(), DB_GeocoordCB(), DB_GratPosMode_CB(), DB_MeasMode_CB(), DB_MIGE_CB(), DB_MIGEopmode_CB(), DB_MIGEType_CB(), DB_MirrorImg_CB(), DB_RadDrkSourceCB(), DB_RadioFTPCB(), DB_RecGio_CB(), DB_ResetEnable_CB(), DB_ResetType_CB(), DB_Shutter_CB(), DB_ShutterType_CB(), DB_SpikesCB(), DB_StepGratEnc_CB(), DB_TempHistCB(), NovaTypeCB(), RBEditListCB(), RBFormatCB(), and RBListFileCB().
| void MRButtonSetCallback | ( | MOBJECT | button, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
Referenced by MDCreateDASConfig(), and MDCreateFM_Shell().
Here is the caller graph for this function:| void MRButtonSetImage | ( | MOBJECT | obj, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| MIMAGE MReadBMPFile | ( | const char * | fname | ) |
| CARD16 MReadCARD16 | ( | FILE * | fp | ) |
| CARD32 MReadCARD32 | ( | FILE * | fp | ) |
| CARD8 MReadCARD8 | ( | FILE * | fp | ) |
| MIMAGE MReadGIFFile | ( | const char * | fname | ) |
| MIMAGE MReadImageFile | ( | const char * | fname | ) |
| MIMAGE MReadJPEGFile | ( | const char * | fname | ) |
| MIMAGE MReadPNGFile | ( | const char * | fname | ) |
| MIMAGE MReadTIFFFile | ( | const char * | fname | ) |
| void MRefreshTimeout | ( | TIMEOUT_ID * | pid, |
| CARD32 | msec, | ||
| TIMEOUT_CB | cb, | ||
| void * | ud | ||
| ) |
Referenced by ADTesterCB(), CloseConfigCB(), DB_ToolsKeyB_CB(), E_Home_SM1(), HomeTrack(), LaunchBackTask(), Task_HomeGrat(), TaskWDT(), and WDT_Task_CB().
Here is the caller graph for this function:| void MRemoveImagePath | ( | const char * | path | ) |
| void MRemoveSocketHandler | ( | int | s | ) |
| void MRemoveTimeout | ( | TIMEOUT_ID | id | ) |
| void MSaveOptions | ( | void | ) |
| void MSBLDisableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MSBLEnableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MSBLGetHead | ( | MOBJECT | obj, |
| char * | buff | ||
| ) |
| void MSBLSetHead | ( | MOBJECT | obj, |
| const char * | text | ||
| ) |
| void MSBLSetHMargin | ( | MOBJECT | p, |
| int | hm | ||
| ) |
| long MScrollBarGetMax | ( | MOBJECT | p | ) |
| long MScrollBarGetN | ( | MOBJECT | p | ) |
| long MScrollBarGetPos | ( | MOBJECT | p | ) |
| void MScrollBarSetIncr | ( | MOBJECT | p, |
| int | incr | ||
| ) |
| void MScrollBarSetMax | ( | MOBJECT | p, |
| long | max | ||
| ) |
| void MScrollBarSetN | ( | MOBJECT | p, |
| long | n | ||
| ) |
| void MScrollBarSetPos | ( | MOBJECT | p, |
| long | pos | ||
| ) |
Referenced by ColObjCB(), ColorMapInputCB(), ColorPickCB(), D_Lens(), and DB_ColorPick().
Here is the caller graph for this function:| void MScrollBarSetPosCallback | ( | MOBJECT | p, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
| void MScrollBarSetSliderColorShift | ( | MOBJECT | p, |
| int | percentage | ||
| ) |
| void MScrollBarSetValues | ( | MOBJECT | p, |
| long | max, | ||
| long | n, | ||
| long | pos | ||
| ) |
| void MScrolledEditSetSliderColorShift | ( | MOBJECT | p, |
| int | percentage | ||
| ) |
| void MScrolledFormDisableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MScrolledFormEnableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MScrolledFormSetIncr | ( | MOBJECT | obj, |
| int | h_inc, | ||
| int | v_inc | ||
| ) |
| void MScrolledFormSetSliderColorShift | ( | MOBJECT | p, |
| int | percentage | ||
| ) |
| int MSelectFirstChild | ( | MOBJECT | f | ) |
| int MSelectLastChild | ( | MOBJECT | f | ) |
| void MSelectNextBrother | ( | MOBJECT | f | ) |
| void MSelectNextCousin | ( | MOBJECT | p | ) |
| void MSelectObject | ( | MOBJECT | f | ) |
Referenced by AddStCB(), DB_KeyComSelButtKB_CB(), DB_KeyComSelButtMouse_CB(), DB_LampSelButtMouse_CB(), DB_MirSelButtMouse_CB(), DB_PushButtonMouse(), DB_PushButtonMouse_CB(), and SelKeywCB().
Here is the caller graph for this function:| void MSelectPreviousBrother | ( | MOBJECT | f | ) |
| void MSelectPreviousCousin | ( | MOBJECT | p | ) |
| void MSetBGColorOption | ( | const char * | obj_name, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MSetBGImageOption | ( | const char * | obj_name, |
| const char * | bgimage, | ||
| int | mode | ||
| ) |
| void MSetCellColor | ( | MTColor | c, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by ColorFreeCB(), and DB_ChangeColorCellCB().
Here is the caller graph for this function:| void MSetDefaultBackgroundRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetDefaultForegroundRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetDiskErrorTextStrings | ( | const char * | write_protect, |
| const char * | not_ready, | ||
| const char * | unformatted, | ||
| const char * | not_responding | ||
| ) |
| void MSetFGColorOption | ( | const char * | obj_name, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MSetFileSelectionRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetFileSelectionTextStrings | ( | const char * | file_list, |
| const char * | dir_list, | ||
| const char * | drive_list, | ||
| const char * | filter, | ||
| const char * | filename, | ||
| const char * | curr_dir, | ||
| const char * | ok_button, | ||
| const char * | close_button | ||
| ) |
| void MSetFontOption | ( | const char * | obj_name, |
| MTFont | font | ||
| ) |
| void MSetInputPromptFgRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetInputPromptRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetIntOption | ( | const char * | obj_name, |
| const char * | rname, | ||
| int | val | ||
| ) |
| void MSetMessageDialogFgRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetMessageDialogRGB | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) |
| void MSetShadowOption | ( | const char * | obj_name, |
| int | shadow, | ||
| int | in_t, | ||
| int | out_t | ||
| ) |
| void MSetStringOption | ( | const char * | obj_name, |
| const char * | opt_name, | ||
| const char * | value | ||
| ) |
| void MSetTextOption | ( | const char * | obj_name, |
| const char * | text | ||
| ) |
| void MSetTraceFileName | ( | const char * | filename | ) |
| void MSFileSetFile | ( | MOBJECT | obj, |
| const char * | fname | ||
| ) |
| void MShellConfigure | ( | MOBJECT | obj, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void MShellDestroy | ( | MOBJECT | obj | ) |
Referenced by CloseCB(), CloseColPickCB(), CloseConfigCB(), CloseFile(), CloseFile_BIN(), CloseFontViewCB(), CloseMObjCB(), ClosePlotCB(), CloseShCB(), CloseShTempCB(), D_CloseVR(), D_LensCloseCB(), D_VRange(), D_VRangeSim(), DAS_Error(), DB_Ask(), DB_CloseImage(), DB_GetCCD(), DB_Home_CB(), DB_HorComm_CB(), DB_ToolsKeyB_CB(), DD_VRange(), DrawButtons(), MDCreateFM_Shell(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), MDQuitCB(), MGUIQuitCB(), and SimPosShClose_CB().
| void MShellGetTitle | ( | MOBJECT | obj, |
| char * | title | ||
| ) |
| Window MShellGetWindow | ( | MOBJECT | s | ) |
| void MShellRaise | ( | MOBJECT | obj | ) |
Referenced by ChkWinInstance(), D_Lens(), InitCCD_AMS(), MDCreateSh_PWD(), PrintObject(), ViewNext(), ViewNext_BIN(), and Visualizza().
Here is the caller graph for this function:| void MShellRealize | ( | MOBJECT | obj | ) |
Referenced by AboutCB(), AMS_Error(), CCD_Error(), ColumnFCB(), ComErrors(), D_Lens(), D_VRange(), DAS_Message(), DB_Tools(), DD_VRange(), DDMessage(), DOASProcCB(), DOASSetupCB(), DSCAD_Error(), MAPDefPix(), Master_Error(), MDCreate2DPlot(), MDCreate_shell000(), MDCreateBuildList_Sh(), MDCreateDASConfig(), MDCreateDiff_Sh(), MDCreateExpo(), MDCreateFixed_Sh(), MDCreateFormat_Sh(), MDCreateHorMeas(), MDCreateSh_PWD(), MDCreateSh_SimPos(), MDCreateSplashExe(), MDCreateWaitShell(), Message(), ShutDOWN(), and VitesaCB().
| void MShellRealizeXY | ( | MOBJECT | obj, |
| int | x, | ||
| int | y | ||
| ) |
Referenced by BuildMainShell(), D_PlotTools(), D_VRangeSim(), DB_Ask(), MD_CreateBRowShell(), MDCreateDOAS_MainSh(), MDCreateFM_Shell(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Home(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_Wl(), ShutDOWN(), and ViewPlot().
Here is the caller graph for this function:| void MShellRealizeXYWH | ( | MOBJECT | obj, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
| void MShellSetTitle | ( | MOBJECT | obj, |
| const char * | title | ||
| ) |
Referenced by CloseFile(), CloseFile_BIN(), Visualizza(), and WriteShellTitle().
Here is the caller graph for this function:| void MShellSetWMCloseCallback | ( | MOBJECT | p, |
| WM_CLOSE_CB | cb, | ||
| void * | a_data | ||
| ) |
Referenced by D_Lens(), D_VRange(), D_VRangeSim(), DB_Ask(), DD_VRange(), MAPDefPix(), MDCreate2DPlot(), MDCreate_shell000(), MDCreateDOAS_MainSh(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_SimPos(), MDCreateSh_Wl(), RunLogMode(), RunOLP(), and ShutDOWN().
Here is the caller graph for this function:| void MShellUnrealize | ( | MOBJECT | obj | ) |
Referenced by CloseCB(), CloseColPickCB(), CloseConfigCB(), CloseFile(), CloseFile_BIN(), CloseFontViewCB(), CloseMObjCB(), ClosePlotCB(), CloseShCB(), CloseShTempCB(), D_CloseVR(), D_LensCloseCB(), D_VRange(), D_VRangeSim(), DAS_Error(), DB_Ask(), DB_CloseImage(), DB_GetCCD(), DB_Home_CB(), DB_HorComm_CB(), DB_ToolsKeyB_CB(), DD_VRange(), DrawButtons(), MDCreateFM_Shell(), MDCreateMoveAzim(), MDCreateMoveAzimDeg(), MDCreateMoveGrat(), MDCreateMoveZen(), MDCreateMoveZenAzimDeg(), MDCreateMoveZenDeg(), MDCreateSh_Fil(), MDCreateSh_Mir(), MDCreateSh_NDFil(), MDCreateSh_PWD(), MDCreateSh_Wl(), MDCreateSplashExe(), MDCreateWaitShell(), MDQuitCB(), MGUIQuitCB(), and SimPosShClose_CB().
| int MShouldRetryDueToDiskError | ( | void | ) |
| int MSListAddElement | ( | MOBJECT | p, |
| long | n, | ||
| const char * | item, | ||
| void * | data | ||
| ) |
| int MSListAddItem | ( | MOBJECT | p, |
| const char * | item, | ||
| void * | data | ||
| ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page4(), DB_ResetType_CB(), DOAS_Plot(), MDCreateColFor_Sh(), MDCreateDASConfig(), MDCreateSh_SimPos(), and ShowFileDrive().
Here is the caller graph for this function:| void MSListChangeElement | ( | MOBJECT | p, |
| long | n, | ||
| const char * | new_item, | ||
| void * | u_data | ||
| ) |
| void MSListChangeItem | ( | MOBJECT | p, |
| const char * | old, | ||
| const char * | new_item, | ||
| void * | u_data | ||
| ) |
| void MSListClear | ( | MOBJECT | p | ) |
| int MSListDelElement | ( | MOBJECT | p, |
| long | n | ||
| ) |
| int MSListDelItem | ( | MOBJECT | p, |
| const char * | item | ||
| ) |
| void MSListDeselectElement | ( | MOBJECT | p, |
| long | n | ||
| ) |
| void MSListDeselectItem | ( | MOBJECT | p, |
| const char * | item | ||
| ) |
| void MSListDisableItemMotion | ( | MOBJECT | obj | ) |
| void MSListDisableMultiSel | ( | MOBJECT | obj | ) |
| void MSListEnableItemMotion | ( | MOBJECT | p | ) |
| void MSListEnableMultiSel | ( | MOBJECT | obj | ) |
| void MSListFreeze | ( | MOBJECT | obj | ) |
| int MSListGetItemCheckStatus | ( | MOBJECT | p, |
| const char * | item | ||
| ) |
| long MSListGetNItem | ( | MOBJECT | p | ) |
Referenced by CONFP_opt_page7(), CONFP_param_page1(), CONFP_param_page4(), DB_ResetType_CB(), and MDCreateSh_SimPos().
Here is the caller graph for this function:| void MSListReset | ( | MOBJECT | p | ) |
| void MSListSelectElement | ( | MOBJECT | p, |
| long | n | ||
| ) |
Referenced by CONFP_AMS_TabSingMotor(), CONFP_opt_page6(), CONFP_opt_page7(), CONFP_opt_ScheMeas(), CONFP_param_page1(), CONFP_param_page4(), DB_ResetType_CB(), and MDCreateSh_SimPos().
Here is the caller graph for this function:| void MSListSelectItem | ( | MOBJECT | p, |
| const char * | item | ||
| ) |
| void MSListSetCallback | ( | MOBJECT | obj, |
| LIST_ACT_CB | cb, | ||
| void * | data | ||
| ) |
| void MSListSetItemCheckStatus | ( | MOBJECT | p, |
| const char * | item, | ||
| int | status | ||
| ) |
| void MSListSetPickCallback | ( | MOBJECT | obj, |
| LIST_ACT_CB | cb, | ||
| void * | value | ||
| ) |
| void MSListSetSelectionCallback | ( | MOBJECT | obj, |
| LIST_SEL_CB | cb, | ||
| void * | data | ||
| ) |
| void MSListSetSliderColorShift | ( | MOBJECT | p, |
| int | percentage | ||
| ) |
Referenced by DOAS_Plot(), MDCreateColFor_Sh(), MDCreateDASConfig(), and MDCreateFM_Shell().
Here is the caller graph for this function:| void MSListThaw | ( | MOBJECT | obj | ) |
| unsigned int MSocketGetEventsMask | ( | int | s | ) |
| void MSocketSetEventsMask | ( | int | s, |
| unsigned | events | ||
| ) |
| void MSpinEditSetCallback | ( | MOBJECT | spinedit, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
| int MSpoolFile | ( | const char * | fname | ) |
| int MSpoolTempFile | ( | const char * | fname | ) |
| void MStatusBarSetMax | ( | MOBJECT | p, |
| int | max | ||
| ) |
| void MStatusBarSetPos | ( | MOBJECT | p, |
| int | pos | ||
| ) |
Referenced by D_VRange(), D_VRangeSim(), and DD_VRange().
Here is the caller graph for this function:| void MStatusBarSetSliderRGB | ( | MOBJECT | p, |
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
Referenced by D_VRange(), D_VRangeSim(), and DD_VRange().
Here is the caller graph for this function:| void MSTextSetString | ( | MOBJECT | p, |
| const char * | text | ||
| ) |
| void MTabbedFormGetTabText | ( | MOBJECT | form, |
| int | page, | ||
| char * | buff | ||
| ) |
| void MTabbedFormSetTabText | ( | MOBJECT | form, |
| int | page, | ||
| const char * | buff | ||
| ) |
| void MTableFormDeleteDataRows | ( | MOBJECT | form | ) |
| void MTableFormDeleteRow | ( | MOBJECT | form, |
| int | row | ||
| ) |
| void MTableFormGetCellText | ( | MOBJECT | form, |
| int | x, | ||
| int | y, | ||
| char * | text | ||
| ) |
| int MTableFormGetNCol | ( | MOBJECT | form | ) |
| void MTableFormHideGrid | ( | MOBJECT | form | ) |
| void MTableFormSetCellAlign | ( | MOBJECT | form, |
| int | x, | ||
| int | y, | ||
| int | h_al, | ||
| int | v_al | ||
| ) |
| void MTableFormSetCellBackgroundRGB | ( | MOBJECT | form, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MTableFormSetCellForegroundRGB | ( | MOBJECT | form, |
| int | x, | ||
| int | y, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MTableFormSetCellText | ( | MOBJECT | form, |
| int | x, | ||
| int | y, | ||
| const char * | text | ||
| ) |
| void MTableFormSetColAlign | ( | MOBJECT | form, |
| int | col, | ||
| int | al | ||
| ) |
Referenced by CONFP_AMS_IOPort(), CONFP_AMS_SM_OFFSET(), CONFP_param_page1(), CONFP_param_page2(), DB_Tools(), MDCreate_2DPlot(), MDCreateDASConfig(), MDCreateDOAS_ProcSh(), MDCreateFM_Shell(), and ViewPlot().
Here is the caller graph for this function:| void MTableFormSetColBackgroundRGB | ( | MOBJECT | form, |
| int | col, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MTableFormSetColForegroundRGB | ( | MOBJECT | form, |
| int | col, | ||
| int | r, | ||
| int | g, | ||
| int | b | ||
| ) |
| void MTableFormSetColWidth | ( | MOBJECT | form, |
| int | col, | ||
| int | w | ||
| ) |
| void MTableFormSetNCol | ( | MOBJECT | form, |
| int | nc | ||
| ) |
| void MTableFormSetRowAlign | ( | MOBJECT | form, |
| int | row, | ||
| int | al | ||
| ) |
Referenced by CONFP_param_page1(), MDCreateDASConfig(), MDCreateDOAS_ProcSh(), MDCreateFM_Shell(), and ViewPlot().
Here is the caller graph for this function:| void MTableFormSetRowHeight | ( | MOBJECT | form, |
| int | row, | ||
| int | h | ||
| ) |
| void MTableFormShowGrid | ( | MOBJECT | form | ) |
| void MTButtonActivate | ( | MOBJECT | o | ) |
| void MTButtonDeactivate | ( | MOBJECT | o | ) |
| int MTButtonGetActivationStatus | ( | MOBJECT | o | ) |
Referenced by D2D_findmaxmin(), D2D_PlotSpectrum(), and DOASTogButCB().
Here is the caller graph for this function:| void MTButtonSetActivationStatus | ( | MOBJECT | o, |
| int | status | ||
| ) |
| void MTButtonSetCallback | ( | MOBJECT | button, |
| OBJ_VALUE_CB | cb, | ||
| void * | data | ||
| ) |
Referenced by CONFP_AMS_IOPort(), CONFP_AMS_NOVA(), MDCreate_2DPlot(), MDCreateDASConfig(), and MDCreateDOAS_SetupSh().
Here is the caller graph for this function:| void MTButtonSetImage | ( | MOBJECT | obj, |
| const char * | npf, | ||
| const char * | apf, | ||
| const char * | upf | ||
| ) |
| int MTextCharX | ( | const char * | text, |
| MTFont | font, | ||
| int | x | ||
| ) |
| int MTextHeight | ( | const char * | text, |
| MTFont | font | ||
| ) |
| int MTextNWidth | ( | const char * | text, |
| MTFont | font, | ||
| int | len | ||
| ) |
| char* MTextPrompt | ( | const char * | t, |
| const char * | msg, | ||
| const char * | text, | ||
| int | w, | ||
| int | h, | ||
| const char * | ok, | ||
| const char * | cancel | ||
| ) |
| int MTextWidth | ( | const char * | text, |
| MTFont | font | ||
| ) |
Referenced by MDCreate_2DPlot(), and MDCreateDOAS_ProcSh().
Here is the caller graph for this function:| void MTraceSetTimeFormat | ( | const char * | strftime_format | ) |
| void MTreeCloseNode | ( | MTNODE | node, |
| int | notify | ||
| ) |
| MTNODE MTreeCreateNode | ( | MOBJECT | tree, |
| MTNODE | parent, | ||
| CARD16 | type, | ||
| CARD16 | flags, | ||
| const char * | text | ||
| ) |
| void MTreeDestroyNode | ( | MTNODE | node, |
| int | notify | ||
| ) |
| void MTreeDestroyNodeContainee | ( | MTNODE | node, |
| int | notify | ||
| ) |
| void MTreeDisableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MTreeEnableAutoSliderColor | ( | MOBJECT | obj | ) |
| void MTreeNodeEdit | ( | MTNODE | node | ) |
| char* MTreeNodeGetPath | ( | MTNODE | node, |
| char | separator, | ||
| char * | buff | ||
| ) |
| char* MTreeNodeGetText | ( | MTNODE | node, |
| char * | text | ||
| ) |
| CARD16 MTreeNodeGetType | ( | MTNODE | node | ) |
| void* MTreeNodeGetUserData | ( | MTNODE | node | ) |
| void MTreeNodeSetCloseCallback | ( | MTNODE | node, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetDeleteCallback | ( | MTNODE | node, |
| MTREE_NODE_DELETE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetDestroyCallback | ( | MTNODE | node, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetOpenCallback | ( | MTNODE | node, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetPopupCallback | ( | MTNODE | node, |
| MTREE_POPUP_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetRenameCallback | ( | MTNODE | node, |
| MTREE_NODE_RENAME_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetSelectCallback | ( | MTNODE | node, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeNodeSetText | ( | MTNODE | node, |
| const char * | text | ||
| ) |
| void MTreeNodeSetUserData | ( | MTNODE | node, |
| void * | ud | ||
| ) |
| void MTreeOpenNode | ( | MTNODE | node, |
| int | notify | ||
| ) |
| void MTreeSelectNode | ( | MTNODE | node, |
| int | notify | ||
| ) |
| void MTreeSetCloseCallback | ( | MOBJECT | tree, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetDeleteCallback | ( | MOBJECT | tree, |
| MTREE_NODE_DELETE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetDestroyCallback | ( | MOBJECT | tree, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetImagesByName | ( | MOBJECT | tree, |
| int | type, | ||
| const char * | norm, | ||
| const char * | open, | ||
| const char * | sel | ||
| ) |
| void MTreeSetOpenCallback | ( | MOBJECT | tree, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetPopupCallback | ( | MOBJECT | tree, |
| MTREE_POPUP_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetRenameCallback | ( | MOBJECT | tree, |
| MTREE_NODE_RENAME_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetSelectCallback | ( | MOBJECT | tree, |
| MTREE_NODE_CB | cb, | ||
| void * | ud | ||
| ) |
| void MTreeSetSliderColorShift | ( | MOBJECT | p, |
| int | percentage | ||
| ) |
| void MUninstallImage | ( | MIMAGE | data | ) |
| void MUnloadFont | ( | MTFont | font | ) |
| MTColor MWhiteColor | ( | void | ) |
| int MWriteBMPFile | ( | MIMAGE | img, |
| const char * | fname | ||
| ) |
| void MWriteCARD16 | ( | FILE * | fp, |
| CARD16 | val | ||
| ) |
| void MWriteCARD32 | ( | FILE * | fp, |
| CARD32 | val | ||
| ) |
| void MWriteCARD8 | ( | FILE * | fp, |
| CARD8 | val | ||
| ) |
| int MWriteJPEGFile | ( | MIMAGE | img, |
| const char * | name, | ||
| int | quality | ||
| ) |
| int MWriteTIFFFile | ( | MIMAGE | img, |
| const char * | name, | ||
| int | compression | ||
| ) |
| void Trace | ( | const char * | fmt, |
| ... | |||
| ) |
| void vMLog | ( | int | level, |
| const char * | fmt, | ||
| va_list | vl | ||
| ) |
| void vMMaskedLog | ( | int | level, |
| CARD32 | mask, | ||
| const char * | fmt, | ||
| va_list | vl | ||
| ) |
| int vMMessageDialog | ( | const char * | t, |
| const char * | msg, | ||
| const char * | btn1, | ||
| const char * | btn2, | ||
| va_list | vl | ||
| ) |
| void vTrace | ( | const char * | fmt, |
| va_list | vl | ||
| ) |
