X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fvymnote.h;fp=src%2Fvymnote.h;h=9d584a5a034e690faca885c3d20e619e8a5dd1b1;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/vymnote.h b/src/vymnote.h new file mode 100644 index 0000000..9d584a5 --- /dev/null +++ b/src/vymnote.h @@ -0,0 +1,15 @@ +#ifndef VYMNOTE_H +#define VYMNOTE_H + +#include "vymtext.h" + +/*! \brief The text note belonging to one OrnamentedObj */ + +class VymNote : public VymText { + public: + VymNote(); + VymNote(const VymText &vt); + void operator=(const VymText &other); + QString saveToDir(); +}; +#endif