Subversion Repositories public iLand

Rev

Rev 34 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 35
Line 26... Line 26...
26
    void load(QDataStream &in);
26
    void load(QDataStream &in);
27
27
28
    /** factory creation function for stamps of different size.
28
    /** factory creation function for stamps of different size.
29
        newStamp() creates new Stamp-Objects on the heap with a given type (see @enum Stamp::StampType).*/
29
        newStamp() creates new Stamp-Objects on the heap with a given type (see @enum Stamp::StampType).*/
30
    static Stamp* newStamp(const Stamp::StampType type);
30
    static Stamp* newStamp(const Stamp::StampType type);
-
 
31
-
 
32
    QString dump();
31
33
32
private:
34
private:
33
    static const int cBHDclassWidth;
35
    static const int cBHDclassWidth;
34
    static const int cHDclassWidth;
36
    static const int cHDclassWidth;
35
    static const int cBHDclassLow; ///< bhd classes start with 2: class 0 = 2..6, class1 = 6..10
37
    static const int cBHDclassLow; ///< bhd classes start with 2: class 0 = 2..6, class1 = 6..10