Changeset 3355 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Oct 23, 2007, 12:02:12 AM (18 years ago)
Author:
ansari
Message:

ajout decodage attributs graphiques samew=WdgName wname=Nom inset=fx1,fx2,fy1,fy2 - Reza 22/10/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2944 r3355  
    114114     void StackWinNext();
    115115
     116  // Pour specifier le widget pour le trace en superpose, en specifiant un nom de widget
     117     void SelectLastWidget(string & nom);
     118  // Pour specifier le widget pour le trace en superpose, en specifiant un nom d'objet
     119     void SelectLastWidgetByObjName(string & nom);
     120     
    116121     void DeleteWindow(PIWindow* w);
    117122     void DeleteWidget(PIWdg* w, bool dw=true, bool dwin=true);
     
    156161     void  SetDefaultGraphicAttributes(string const & opt);
    157162     void  SetDefaultAxesAttributes(string const & opt);
    158      DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts);
     163     DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts, string& wname);
     164     inline DispWinEnum ParseDisplayOption(string const & opt, vector<string>& opts)
     165       {
     166         string wname;
     167         return ParseDisplayOption(opt, opts, wname);
     168       }
    159169
    160170// Gestion fichiers PS
Note: See TracChangeset for help on using the changeset viewer.