Changeset 3734 in Sophya for trunk/SophyaPI/PI/piimage.h


Ignore:
Timestamp:
Jan 29, 2010, 7:15:04 PM (16 years ago)
Author:
ansari
Message:

1/ Introduction de la classe PICMapDrawer (Traceur de ColorMap)
2/ Ajout de la possibilite d'afficher la table de couleur a l'aide de
PICMapDrawer dans la fenetre principale PIImage.
3/ Cette possibilite peut etre active avec l'attribut graphique
showcmap showcmap=no/top/right/bottom/left/horiz/vert

Reza 29/01/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piimage.h

    r3519 r3734  
    135135  void SetGloVPixmap();
    136136  void UpdateCuts();
     137  void UpdateCMapDrawer(int fgshow);
    137138
    138139  void DrawCursor(PIGraphic* g);
     
    171172// Fenetre d'affichage du ColMap
    172173  PICMapView* cmvw;
     174  int fgshowcmap;  // 0: Pas de vue ColMap, 1: top, 2:right, 3:bottom, 4:left
     175  PICMapDrawer cmpd;
     176  int cmdid;
    173177// Fenetre/champ de texte
    174178  PILabel * trtlb;
Note: See TracChangeset for help on using the changeset viewer.