~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to gui/wxpython/vdigit/digit.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    /* settings */
25
25
    struct _settings {
26
26
        bool breakLines;
 
27
        bool addCentroid;
 
28
        bool catBoundary;
27
29
    } settings;
28
30
 
29
31
    /* undo/redo */
80
82
                                        double, double, double, bool,
81
83
                                        int, int, double);
82
84
 
 
85
    double GetLineLength(int);
 
86
    double GetAreaSize(int);
 
87
    double GetAreaPerimeter(int);
 
88
 
83
89
    int CopyCats(std::vector<int>, std::vector<int>, bool);
84
90
    int GetCategory(int);
85
91
    std::map<int, std::vector<int> > GetLineCats(int);
89
95
    int Undo(int);
90
96
    int GetUndoLevel();
91
97
 
92
 
    void UpdateSettings(bool);
 
98
    void UpdateSettings(bool, 
 
99
                        bool, bool);
93
100
};
94
101
 
95
102
#endif /* WXVDIGIT_DIGIT_H */