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

« back to all changes in this revision

Viewing changes to plugins/delimited_text/qgsdelimitedtextplugin.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:
16
16
 *   (at your option) any later version.                                   *
17
17
 *                                                                         *
18
18
 ***************************************************************************/
19
 
 /*  $Id: qgsdelimitedtextplugin.h,v 1.5 2004/11/12 13:55:15 timlinux Exp $ */
 
19
 /*  $Id: qgsdelimitedtextplugin.h,v 1.6 2005/04/27 05:21:15 g_j_m Exp $ */
20
20
#ifndef PLUGIN
21
21
#define PLUGIN
22
22
#include "../qgisplugin.h"
81
81
  //! Plugin type as defined in Plugin::PLUGINTYPE
82
82
  int pluginType;
83
83
  //! Id of the plugin's menu. Used for unloading
84
 
  int menuIdInt;
85
 
  //! Pointer to our menu
86
 
  QMenuBar *menuBarPointer;
 
84
  int menuId;
87
85
  //! Pionter to QGIS main application object
88
86
  QgisApp *qgisMainWindowPointer;
89
87
  //! Pointer to the QGIS interface object