Changeset 18 in Sophya for trunk/SophyaPI/PI/piup_def.cc


Ignore:
Timestamp:
Jul 6, 1996, 11:28:11 AM (29 years ago)
Author:
erosmgr
Message:

1) PIApplication SetReady()/Busy()/Blocked() + implementation X
2) Gestion des widgets par les containers (Methodes PIContainer::

ChildAdd, ChildDel, SetAutoDelChilds) et modif ds piwdggen.cc

3) Interception des messages PIMsg_ActiveWdg par PIWindowGen::Process()
4) Appel de Parent->Process() ds PIMsgHandler::Send()
5) Gestion de ButtonPress1() ds PIScDrawWdg:: (Donne les coordonnees

du point + PIMsg_ActiveWdg

6) Envoi de PIMsg_ActiveWdg par PIBaseWdg:: sur ButtonPress1
7) Correction s et petites modifs ds PIDrawWin et PIHisto
8) Correction erreur de delete mDrawers ds PIScDrawWdg::delete
9) Verification/modif PIPixmap:: (SetPixmap(NULL))
10) PIImage:: Nouvelles petites fonctionalites (Cursor, ...) - On peut

supprimer le RzImage et faire SetImage(NULL) en conservant le display.
Amelioration gestion pave.

11) Classe PIPerioX:: Codage avec XToolkit (XtAddTimeOut())
12) pidemo.cc et pidemo.h Version completee avec coupe et fit PSF

Reza 06/07/96

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piup_def.cc

    r11 r18  
    88#include "piup.h"
    99
    10 FitsImageR4 * PIUserProc_1(FitsImageR4 * , int xp, int yp, int dx, int dy,
    11                            char * arg1, char * arg2)
     10ImageR4 * PIUserProc_1(ImageR4 * , int xp, int yp, int dx, int dy,
     11                       char * arg1, char * arg2)
    1212{
    1313printf("PIUserProc_1/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n",
     
    1616}
    1717 
    18 FitsImageR4 * PIUserProc_2(FitsImageR4 * , int xp, int yp, int dx, int dy,
    19                            char * arg1, char * arg2)
     18ImageR4 * PIUserProc_2(ImageR4 * , int xp, int yp, int dx, int dy,
     19                       char * arg1, char * arg2)
    2020{
    2121printf("PIUserProc_2/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n",
     
    2424}
    2525 
    26 FitsImageR4 * PIUserProc_3(FitsImageR4 * , int xp, int yp, int dx, int dy,
    27                            char * arg1, char * arg2)
     26ImageR4 * PIUserProc_3(ImageR4 * , int xp, int yp, int dx, int dy,
     27                       char * arg1, char * arg2)
    2828{
    2929printf("PIUserProc_3/Dummy Pave[%d,%d] en (%d %d) %s %s ne fait rien !\n",
Note: See TracChangeset for help on using the changeset viewer.