OpenWalnut  1.5.0dev
WPropertyStatus.cpp
1 //---------------------------------------------------------------------------
2 //
3 // Project: OpenWalnut ( http://www.openwalnut.org )
4 //
5 // Copyright 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
6 // For more information see http://www.openwalnut.org/copying
7 //
8 // This file is part of OpenWalnut.
9 //
10 // OpenWalnut is free software: you can redistribute it and/or modify
11 // it under the terms of the GNU Lesser General Public License as published by
12 // the Free Software Foundation, either version 3 of the License, or
13 // (at your option) any later version.
14 //
15 // OpenWalnut is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 // GNU Lesser General Public License for more details.
19 //
20 // You should have received a copy of the GNU Lesser General Public License
21 // along with OpenWalnut. If not, see <http://www.gnu.org/licenses/>.
22 //
23 //---------------------------------------------------------------------------
24 
25 #include "WPropertyStatus.h"
26 
27 
29 {
30 }
31 
33 {
35 }
36 
38 {
39  m_columnPropertyHandler = columnPropertyHandler;
40 }
41 
43 {
45 }
46 
48 {
49  m_filterPropertyHandler = filterPropertyHandler;
50 }
51 
53 {
55 }
56 
58 {
59  m_visualizationPropertyHandler = visualizationPropertyHandler;
60 }
61 
63 {
65 }
66 
68 {
69  m_eventIDLimitationPropertyHandler = eventIDLimitationPropertyHandler;
70 }
71 
73 {
75 }
76 
78 {
79  m_outputPropertyHandler = outputPropertyHandler;
80 }
std::shared_ptr< WColumnPropertyHandler > SPtr
shared_ptr that points to itself
std::shared_ptr< WEventIDLimitationPropertyHandler > SPtr
shared_ptr that points to itself
std::shared_ptr< WFilterPropertyHandler > SPtr
Function variables for updating the data.
std::shared_ptr< WOutputPropertyHandler > SPtr
shared_ptr that points to itself.
WEventIDLimitationPropertyHandler::SPtr getEventIDLimitationPropertyHandler()
getter for m_eventIDLimitationPropertyHandler
WOutputPropertyHandler::SPtr getOutputPropertyHandler()
getter for m_outputPropertyHandler
WColumnPropertyHandler::SPtr getColumnPropertyHandler()
getter for m_columnPropertyHandler
WOutputPropertyHandler::SPtr m_outputPropertyHandler
pointer to group property and subproperty for the output
void setColumnPropertyHandler(WColumnPropertyHandler::SPtr columnPropertyHandler)
setter for m_columnPropertyHandler
void setVisualizationPropertyHandler(WVisualizationPropertyHandler::SPtr visualizationPropertyHandler)
setter for m_visualizationPropertyHandler
WEventIDLimitationPropertyHandler::SPtr m_eventIDLimitationPropertyHandler
pointer to group property and the subproperty for Limitation of eventID
WFilterPropertyHandler::SPtr m_filterPropertyHandler
pointer to group property and the subproperty for filter the CSV-Data
void setOutputPropertyHandler(WOutputPropertyHandler::SPtr outputPropertyHandler)
setter for m_outputPropertyHandler
WColumnPropertyHandler::SPtr m_columnPropertyHandler
pointer to group property and the subproperty for columnselection
void setEventIDLimitationPropertyHandler(WEventIDLimitationPropertyHandler::SPtr eventIDLimitationPropertyHandler)
setter for m_eventIDLimitationPropertyHandler
WFilterPropertyHandler::SPtr getFilterPropertyHandler()
getter for m_filterPropertyHandler
WVisualizationPropertyHandler::SPtr getVisualizationPropertyHandler()
getter for m_visualizationPropertyHandler
WVisualizationPropertyHandler::SPtr m_visualizationPropertyHandler
pointer to group property and the subproperty for scaling and color handling
void setFilterPropertyHandler(WFilterPropertyHandler::SPtr filterPropertyHandler)
setter for m_filterPropertyHandler
WPropertyStatus()
An empty constructor for class creation.
std::shared_ptr< WVisualizationPropertyHandler > SPtr
shared_ptr that points to itself