Main Page
Modules
Namespaces
Classes
Files
File List
File Members
ChartStyleFrameFactory.cpp
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 terralib/qt/widgets/charts/ChartFrameFactory.cpp
22
23
\brief A factory to build the Chart frame object.
24
*/
25
26
#include "
ChartStyleFrame.h
"
27
#include "
ChartStyleFrameFactory.h
"
28
29
te::qt::widgets::ChartStyleFrameFactory
*
te::qt::widgets::ChartStyleFrameFactory::sm_factory
(
nullptr
);
30
31
void
te::qt::widgets::ChartStyleFrameFactory::initialize
()
32
{
33
finalize
();
34
sm_factory
=
new
ChartStyleFrameFactory
;
35
}
36
37
void
te::qt::widgets::ChartStyleFrameFactory::finalize
()
38
{
39
delete
sm_factory
;
40
sm_factory
=
nullptr
;
41
}
42
43
te::qt::widgets::ChartStyleFrameFactory::~ChartStyleFrameFactory
() =
default
;
44
45
te::qt::widgets::ChartWidget
*
te::qt::widgets::ChartStyleFrameFactory::build
()
46
{
47
return
new
ChartStyleFrame
;
48
}
49
50
te::qt::widgets::ChartStyleFrameFactory::ChartStyleFrameFactory
()
51
:
te
::qt::widgets::
ChartWidgetFactory
(
"Chart Style"
)
52
{
53
54
}
55
56
te::qt::widgets::ChartWidget
*
te::qt::widgets::ChartStyleFrameFactory::create
(
QWidget
* parent)
57
{
58
return
new
ChartStyleFrame
(parent);
59
}
te::qt::widgets::ChartStyleFrameFactory::finalize
static void finalize()
Definition:
ChartStyleFrameFactory.cpp:37
te::qt::widgets::ChartStyleFrameFactory::ChartStyleFrameFactory
ChartStyleFrameFactory()
Definition:
ChartStyleFrameFactory.cpp:50
QWidget
ChartStyleFrameFactory.h
A factory to build the Chart frame object.
te::qt::widgets::ChartStyleFrame
Definition:
ChartStyleFrame.h:51
te::qt::widgets::ChartStyleFrameFactory::sm_factory
static ChartStyleFrameFactory * sm_factory
Definition:
ChartStyleFrameFactory.h:70
te::qt::widgets::ChartStyleFrameFactory::build
te::qt::widgets::ChartWidget * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
Definition:
ChartStyleFrameFactory.cpp:45
te::qt::widgets::ChartWidgetFactory
A factory to build widget objects.
Definition:
ChartWidgetFactory.h:50
te
URI C++ Library.
Definition:
Attributes.h:37
te::qt::widgets::ChartStyleFrameFactory::initialize
static void initialize()
Definition:
ChartStyleFrameFactory.cpp:31
ChartStyleFrame.h
te::qt::widgets::ChartStyleFrameFactory::create
virtual te::qt::widgets::ChartWidget * create(QWidget *parent=0)
Definition:
ChartStyleFrameFactory.cpp:56
te::qt::widgets::ChartStyleFrameFactory
Definition:
ChartStyleFrameFactory.h:50
te::qt::widgets::ChartStyleFrameFactory::~ChartStyleFrameFactory
~ChartStyleFrameFactory()
te::qt::widgets::ChartWidget
A base widget for settings.
Definition:
ChartWidget.h:50
terralib5_src
src
terralib
qt
widgets
charts
ChartStyleFrameFactory.cpp
Generated on Wed Jun 6 2018 12:16:06 for TerraLib by
1.8.11