Changeset 1631 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.h


Ignore:
Timestamp:
Aug 8, 2001, 6:51:43 PM (24 years ago)
Author:
cmv
Message:

gestion du format pour l impression x=,y= avec curseur ou reticule cmv 8/8/01

File:
1 edited

Legend:

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

    r505 r1631  
    6767                                            // concernant le petit pave autour de la pos. courante
    6868
    69   void               SetTextWin(PILabel * tw, bool trw=true, int tx=300, int ty=30);
     69  void               SetTextWin(PILabel * tw, bool trw=true, int tx=500, int ty=30);
    7070
    7171  virtual void       But1Press(int x, int y);
     
    8383  virtual void       Keyboard(int key, PIKeyModifier kmod);
    8484  virtual void       PasteSelection(unsigned int typ, void *pdata, unsigned int l);
     85
     86  static  string     SetFormatOpt(double xmin,double xmax);
    8587 
    8688protected:
    8789  double xMinS, xMaxS, yMinS, yMaxS; // Sauvegarde pour zoom
    88   double mPPos[2];               // Position courante (user coordinates)
    89   double mPSz[2];                // Taille courant du pave info
    90   int mCPosX, mCPosY;              // Position click souris X,Y
    91   bool mFgReticule;                // Controle l'affiche d'une réticule (Bouton-1)
     90  double mPPos[2];        // Position courante (user coordinates)
     91  double mPSz[2];         // Taille courant du pave info
     92  int mCPosX, mCPosY;     // Position click souris X,Y
     93  bool mFgReticule;       // Controle l'affiche d'une réticule (Bouton-1)
     94  string mFormatOpt[2];   // Format optimal d'impression des textes
    9295
    9396  PIElDrawer* mBDrw;
     
    106109  PIWindow * mInfoW;
    107110  PIText * mInfoTxt;
    108 
    109111
    110112private:
Note: See TracChangeset for help on using the changeset viewer.