Changeset 3269 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Jun 19, 2007, 4:14:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r3149 r3269 22 22 virtual void SelectErrBar(const char* erbx=NULL, const char* erby=NULL); 23 23 virtual void SelectLabel(const char* plabel=NULL); 24 virtual void SelectColorByName(const char* pcolnm=NULL); 25 virtual void SelectColorByIndex(const char* pcolidx=NULL); 24 26 25 27 inline void ConnectPoints(bool fg=false) { connectPts = fg; } … … 56 58 int wK; // Index du nom de variable poids 57 59 int lK; // Index du nom de variable label (affiche en texte) 60 int cnK; // Index du nom de variable couleur (par nom de couleur) 61 int ciK; // Index du nom de variable couleur (par index de couleur) 58 62 double wMin, wMax; // Valeurs de poids min/max 59 63 bool mrkSzScale; // true -> Taille de markers variable suivant poids
Note:
See TracChangeset
for help on using the changeset viewer.