All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeographicGridFrame.h
Go to the documentation of this file.
1 /* Copyright (C) 2011-2012 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of TerraView - A Free and Open Source GIS Application.
4 
5  TerraView is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraView is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib Code Editor. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@dpi.inpe.br>.
18  */
19 
20 /*!
21  \file terralib/qt/widgets/canvas/FrameData.h
22 
23  \brief The main class of FrameData.
24 */
25 
26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_GEOGRAPHIC_GRID_FRAME_H
27 #define __TERRALIB_QT_WIDGETS_INTERNAL_GEOGRAPHIC_GRID_FRAME_H
28 
29 // TerraLib
30 #include "../Config.h"
31 #include "GridFrame.h"
32 
33 // Qt
34 #include <QtGui/QPixmap>
35 #include <QtGui/QFont>
36 
37 namespace te
38 {
39  namespace qt
40  {
41  namespace widgets
42  {
43  class DataFrame;
44  /*!
45  \class GographicGridFrame
46 
47  \brief A GographicGridFrame ....
48 
49  */
51  {
52  public:
53  GeographicGridFrame(te::qt::widgets::DataFrame* df, Qt::WindowFlags f = Qt::Widget);
55  virtual ~GeographicGridFrame();
56 
57  GeographicGridFrame& operator=(const GeographicGridFrame& rhs);
58 
59  void draw();
60  void adjust();
61  void paintEvent(QPaintEvent*);
62  void mouseMoveEvent(QMouseEvent*);
63  };
64  } // end namespace widgets
65  } // end namespace qt
66 } // end namespace te
67 
68 #endif // __TERRALIB_QT_WIDGETS_INTERNAL_GEOGRAPHIC_GRID_FRAME_H
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Definition: Config.h:101
A GridFrame ....
Definition: GridFrame.h:50
A DataFrame ....
Definition: DataFrame.h:59
A connector of the te::qt::widgets::MultiThreadMapDisplay used in te::qt::widgets::DataFrame class to...