Changeset 1971 in Sophya for trunk/SophyaPI/PIext/pintuple.h
- Timestamp:
- Apr 30, 2002, 2:34:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.h
r546 r1971 14 14 virtual ~PINTuple(); 15 15 16 16 17 virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax); 17 18 virtual void UpdateLimits(); … … 24 25 inline void SetStats(bool fg=true) { stats = fg; } 25 26 virtual void AppendTextInfo(string& info, double xmin, double ymin, double xmax, double ymax); 27 28 // Methode de decodage des options 29 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 26 30 27 31 protected:
Note:
See TracChangeset
for help on using the changeset viewer.