Main Page
Modules
Namespaces
Classes
Files
File List
File Members
Styler.h
Go to the documentation of this file.
1
/* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2
3
This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5
TerraLib is free software: you can redistribute it and/or modify
6
it under the terms of the GNU Lesser 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
TerraLib 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 Lesser General Public License for more details.
14
15
You should have received a copy of the GNU Lesser General Public License
16
along with TerraLib. See COPYING. If not, write to
17
TerraLib Team at <terralib-team@terralib.org>.
18
*/
19
20
/*!
21
\file Styler.h
22
23
\brief
24
*/
25
26
// Qt
27
#include <QDialog>
28
29
namespace
te
30
{
31
namespace
map
32
{
33
class
AbstractLayer;
34
}
35
36
namespace
qt
37
{
38
namespace
widgets
39
{
40
class
StyleDockWidget;
41
}
42
}
43
}
44
45
class
Styler
:
public
QDialog
46
{
47
Q_OBJECT
48
49
public
:
50
51
Styler
(
te::map::AbstractLayer
* l,
QWidget
* parent = 0);
52
53
protected
:
54
55
void
initDialog
();
56
57
te::qt::widgets::StyleDockWidget
*
m_explorer
;
58
};
Styler::m_explorer
te::qt::widgets::StyleDockWidget * m_explorer
Definition:
Styler.h:57
te::map::AbstractLayer
This is the base class for layers.
Definition:
AbstractLayer.h:77
QDialog
QWidget
initDialog
void initDialog(TabularViewerEx *wd, QTabWidget *tab, te::qt::widgets::FileChooser *&fc, te::qt::widgets::TabularViewer *&tv, SelectPKey *&pkeySel)
Function for initialize the TabularViewerEx dialog.
Definition:
TabularViewerEx.cpp:71
te
URI C++ Library.
Definition:
Attributes.h:37
Styler
Definition:
Styler.h:45
te::qt::widgets::StyleDockWidget
A dock widget used control the geographic data style using SE elements and a property browser to show...
Definition:
StyleDockWidget.h:63
terralib5_src
src
terralib
binding
swig
java
Styler.h
Generated on Wed Jun 6 2018 12:16:15 for TerraLib by
1.8.11