Changeset 2503 in Sophya for trunk/SophyaPI/PI/pigratt.cc
- Timestamp:
- Mar 9, 2004, 7:21:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigratt.cc
r2401 r2503 87 87 // Si "rmdecatt == true", les attributs décodés sont supprimés du 88 88 // vecteur de départ. 89 // int AttToStrings(vector<string> & att) const 90 // Renvoie dans "att" les attributs sous forme de string Décodeable 91 // par *DecodeAttStrings()* . Retourne le nombre d'éléments ajoutés. 89 92 // unsigned long DecodeTextPosDirAtt(vector<string> & att, bool rmdecatt=true) 90 93 // Décode les attributs de direction et de positionnement de tracé de texte … … 654 657 } 655 658 659 int PIGraphicAtt::AttToStrings(vector<string> & att) const 660 { 661 // A FAIRE - Reza->CMV Mars 2004 662 // On ne vide pas (ne met pas a zero) att, mais on ajoute derriere. 663 att.push_back("A FAIRE - Reza->CMV Mars 2004"); 664 return 1; 665 } 666 656 667 int PIGraphicAtt::DecodeTextPosDirAtt(vector<string> & att, unsigned long& tdirpos, 657 668 bool rmdecatt)
Note:
See TracChangeset
for help on using the changeset viewer.