~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/grass/qgsgrassattributes.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "../../src/qgsidentifyresults.h"
22
22
 
 
23
class QTable;
 
24
 
23
25
class QgsGrassProvider;
24
26
class QgsGrassEdit;
25
27
#include "qgsgrassattributesbase.h"
26
28
 
 
29
class QgsGrassAttributesKeyPress : public QObject
 
30
{
 
31
    Q_OBJECT;
 
32
 
 
33
public:
 
34
    QgsGrassAttributesKeyPress ( QTable *tab );
 
35
    ~QgsGrassAttributesKeyPress ();
 
36
 
 
37
protected:
 
38
    bool eventFilter( QObject *o, QEvent *e );
 
39
 
 
40
private:
 
41
    QTable *mTable;
 
42
};
 
43
 
 
44
 
27
45
/*! \class QgsGrassAttributes
28
46
 *  \brief GRASS attributes.
29
47
 *