X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=fold.h;h=e53e06d08ce1ee65d41128610b8101d6126f21cf;hb=cf035fa1849a5e65c0d636ce2718bc2c85994680;hp=ad566426064087187b09af61640a33f812b72d5a;hpb=5abab2c54b3da53cc9d64cbf0f369fc7486d194c;p=odcread.git diff --git a/fold.h b/fold.h index ad56642..e53e06d 100644 --- a/fold.h +++ b/fold.h @@ -25,12 +25,18 @@ namespace odc { static const std::string TYPENAME; static const TypeProxy PROXY; + Store *d_hidden; + SHORTCHAR *d_label; + public: Fold(INTEGER id); static const std::string &getType(); static const std::string *getSuper(); virtual const std::string &getTypeName() const; virtual void internalize(Reader &reader); + + virtual std::string toString(); + virtual std::string toPlainText(); }; }