Changeset 1971 in Sophya for trunk/SophyaPI/PIext/servnobjm.h
- Timestamp:
- Apr 30, 2002, 2:34:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.h
r1569 r1971 113 113 // Utilitaires divers 114 114 static void DecodeLoopParameters(string& loop, int& i1, int& i2, int& di); 115 int DecodeDispOption(string& dopt, bool& fgsrgr);116 static bool GetStatsOption(string& dopt);117 static void SetDefaultStatsOption(bool opt);118 115 string FileName2Name(string const & fn); 119 116 char* PClassIdToClassName(int cid); 120 117 121 118 protected: 122 void InitGrAttNames();123 119 124 120 // Pour enregister les objets et leurs adaptateurs pour NamedObjMgr … … 129 125 ObjAdaptList objadaplist; 130 126 131 // Variables membre , en public pour le moment132 struct gratt_item {133 int a1, a2;134 };135 typedef map<string, gratt_item, less<string> > GrAttNames;136 137 // Pour les changements d'attributs graphiques / de visualisation138 GrAttNames GrAcolors;139 GrAttNames GrAlines;140 GrAttNames GrAmarkers;141 GrAttNames GrAfonts;142 GrAttNames GrAfontNames;143 GrAttNames GrAcmap;144 GrAttNames GrAzoom;145 GrAttNames GrAaxes;146 127 147 128 PDynLinkMgr * dynlink; // shared-lib lib.so
Note:
See TracChangeset
for help on using the changeset viewer.