Main Page
Modules
Namespaces
Classes
Files
File List
File Members
SharedProperties.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 SharedProperties.cpp
22
23
\brief
24
25
\ingroup layout
26
*/
27
28
// TerraLib
29
#include "
SharedProperties.h
"
30
31
32
te::layout::SharedProperties::SharedProperties
() :
33
m_name(
"name"
),
34
m_id(
"id"
),
35
m_mapName(
"map_name"
),
36
m_x1(
"x1"
),
37
m_x2(
"x2"
),
38
m_y1(
"y1"
),
39
m_y2(
"y2"
),
40
m_zValue(
"zValue"
),
41
m_border(
"border"
),
42
m_backgroundcolor(
"backgroundcolor"
),
43
m_bordercolor(
"bordercolor"
),
44
m_angle(
"angle"
),
45
m_width(
"width"
),
46
m_height(
"height"
)
47
{
48
49
}
50
51
te::layout::SharedProperties::~SharedProperties
(
void
)
52
{
53
54
}
55
56
std::string
te::layout::SharedProperties::getName
()
57
{
58
return
m_name;
59
}
60
61
std::string
te::layout::SharedProperties::getId
()
62
{
63
return
m_id;
64
}
65
66
std::string
te::layout::SharedProperties::getMapName
()
67
{
68
return
m_mapName;
69
}
70
71
std::string
te::layout::SharedProperties::getX1
()
72
{
73
return
m_x1;
74
}
75
76
std::string
te::layout::SharedProperties::getX2
()
77
{
78
return
m_x2;
79
}
80
81
std::string
te::layout::SharedProperties::getY1
()
82
{
83
return
m_y1;
84
}
85
86
std::string
te::layout::SharedProperties::getY2
()
87
{
88
return
m_y2;
89
}
90
91
std::string
te::layout::SharedProperties::getZValue
()
92
{
93
return
m_zValue;
94
}
95
96
std::string
te::layout::SharedProperties::getBorder
()
97
{
98
return
m_border;
99
}
100
101
std::string
te::layout::SharedProperties::getBackgroundcolor
()
102
{
103
return
m_backgroundcolor;
104
}
105
106
std::string
te::layout::SharedProperties::getBordercolor
()
107
{
108
return
m_bordercolor;
109
}
110
111
std::string
te::layout::SharedProperties::getAngle
()
112
{
113
return
m_angle;
114
}
115
116
std::string
te::layout::SharedProperties::getWidth
()
117
{
118
return
m_width;
119
}
120
121
std::string
te::layout::SharedProperties::getHeight
()
122
{
123
return
m_height;
124
}
te::layout::SharedProperties::SharedProperties
SharedProperties()
Definition:
SharedProperties.cpp:32
te::layout::SharedProperties::getName
std::string getName()
Definition:
SharedProperties.cpp:56
te::layout::SharedProperties::getBordercolor
std::string getBordercolor()
Definition:
SharedProperties.cpp:106
te::layout::SharedProperties::getBorder
std::string getBorder()
Definition:
SharedProperties.cpp:96
te::layout::SharedProperties::getY2
std::string getY2()
Definition:
SharedProperties.cpp:86
te::layout::SharedProperties::getHeight
std::string getHeight()
Definition:
SharedProperties.cpp:121
te::layout::SharedProperties::~SharedProperties
virtual ~SharedProperties(void)
Definition:
SharedProperties.cpp:51
te::layout::SharedProperties::getX2
std::string getX2()
Definition:
SharedProperties.cpp:76
te::layout::SharedProperties::getZValue
std::string getZValue()
Definition:
SharedProperties.cpp:91
te::layout::SharedProperties::getY1
std::string getY1()
Definition:
SharedProperties.cpp:81
te::layout::SharedProperties::getMapName
std::string getMapName()
Definition:
SharedProperties.cpp:66
te::layout::SharedProperties::getAngle
std::string getAngle()
Definition:
SharedProperties.cpp:111
SharedProperties.h
Default properties of all graphics objects.
te::layout::SharedProperties::getId
std::string getId()
Definition:
SharedProperties.cpp:61
te::layout::SharedProperties::getBackgroundcolor
std::string getBackgroundcolor()
Definition:
SharedProperties.cpp:101
te::layout::SharedProperties::getWidth
std::string getWidth()
Definition:
SharedProperties.cpp:116
te::layout::SharedProperties::getX1
std::string getX1()
Definition:
SharedProperties.cpp:71
git_master
terralib5
src
terralib
layout
core
property
SharedProperties.cpp
Generated on Tue Jan 12 2016 08:40:55 for TerraLib by
1.8.9.1