![]() |
OpenWalnut
1.5.0dev
|
Holds references to all the property handlers. More...
#include <WPropertyStatus.h>
Public Types | |
typedef std::shared_ptr< WPropertyStatus > | SPtr |
A shared_ptr to this class. More... | |
Private Attributes | |
WColumnPropertyHandler::SPtr | m_columnPropertyHandler |
pointer to group property and the subproperty for columnselection More... | |
WFilterPropertyHandler::SPtr | m_filterPropertyHandler |
pointer to group property and the subproperty for filter the CSV-Data More... | |
WVisualizationPropertyHandler::SPtr | m_visualizationPropertyHandler |
pointer to group property and the subproperty for scaling and color handling More... | |
WEventIDLimitationPropertyHandler::SPtr | m_eventIDLimitationPropertyHandler |
pointer to group property and the subproperty for Limitation of eventID More... | |
WOutputPropertyHandler::SPtr | m_outputPropertyHandler |
pointer to group property and subproperty for the output More... | |
Holds references to all the property handlers.
Definition at line 42 of file WPropertyStatus.h.
typedef std::shared_ptr< WPropertyStatus > WPropertyStatus::SPtr |
A shared_ptr to this class.
Definition at line 48 of file WPropertyStatus.h.
WPropertyStatus::WPropertyStatus | ( | ) |
An empty constructor for class creation.
Definition at line 28 of file WPropertyStatus.cpp.
WColumnPropertyHandler::SPtr WPropertyStatus::getColumnPropertyHandler | ( | ) |
getter for m_columnPropertyHandler
Definition at line 32 of file WPropertyStatus.cpp.
References m_columnPropertyHandler.
WEventIDLimitationPropertyHandler::SPtr WPropertyStatus::getEventIDLimitationPropertyHandler | ( | ) |
getter for m_eventIDLimitationPropertyHandler
Definition at line 62 of file WPropertyStatus.cpp.
References m_eventIDLimitationPropertyHandler.
WFilterPropertyHandler::SPtr WPropertyStatus::getFilterPropertyHandler | ( | ) |
getter for m_filterPropertyHandler
Definition at line 42 of file WPropertyStatus.cpp.
References m_filterPropertyHandler.
WOutputPropertyHandler::SPtr WPropertyStatus::getOutputPropertyHandler | ( | ) |
getter for m_outputPropertyHandler
Definition at line 72 of file WPropertyStatus.cpp.
References m_outputPropertyHandler.
WVisualizationPropertyHandler::SPtr WPropertyStatus::getVisualizationPropertyHandler | ( | ) |
getter for m_visualizationPropertyHandler
Definition at line 52 of file WPropertyStatus.cpp.
References m_visualizationPropertyHandler.
void WPropertyStatus::setColumnPropertyHandler | ( | WColumnPropertyHandler::SPtr | columnPropertyHandler | ) |
setter for m_columnPropertyHandler
columnPropertyHandler | setter variable for m_columnPropertyHandler |
Definition at line 37 of file WPropertyStatus.cpp.
References m_columnPropertyHandler.
void WPropertyStatus::setEventIDLimitationPropertyHandler | ( | WEventIDLimitationPropertyHandler::SPtr | eventIDLimitationPropertyHandler | ) |
setter for m_eventIDLimitationPropertyHandler
eventIDLimitationPropertyHandler | setter variable for m_eventIDLimitationPropertyHandler |
Definition at line 67 of file WPropertyStatus.cpp.
References m_eventIDLimitationPropertyHandler.
void WPropertyStatus::setFilterPropertyHandler | ( | WFilterPropertyHandler::SPtr | filterPropertyHandler | ) |
setter for m_filterPropertyHandler
filterPropertyHandler | setter variable for m_filterPropertyHandler |
Definition at line 47 of file WPropertyStatus.cpp.
References m_filterPropertyHandler.
void WPropertyStatus::setOutputPropertyHandler | ( | WOutputPropertyHandler::SPtr | outputPropertyHandler | ) |
setter for m_outputPropertyHandler
outputPropertyHandler | setter variable for m_outputPropertyHandler |
Definition at line 77 of file WPropertyStatus.cpp.
References m_outputPropertyHandler.
void WPropertyStatus::setVisualizationPropertyHandler | ( | WVisualizationPropertyHandler::SPtr | visualizationPropertyHandler | ) |
setter for m_visualizationPropertyHandler
visualizationPropertyHandler | setter variable for m_visualizationPropertyHandler |
Definition at line 57 of file WPropertyStatus.cpp.
References m_visualizationPropertyHandler.
|
private |
pointer to group property and the subproperty for columnselection
Definition at line 119 of file WPropertyStatus.h.
Referenced by getColumnPropertyHandler(), and setColumnPropertyHandler().
|
private |
pointer to group property and the subproperty for Limitation of eventID
Definition at line 134 of file WPropertyStatus.h.
Referenced by getEventIDLimitationPropertyHandler(), and setEventIDLimitationPropertyHandler().
|
private |
pointer to group property and the subproperty for filter the CSV-Data
Definition at line 124 of file WPropertyStatus.h.
Referenced by getFilterPropertyHandler(), and setFilterPropertyHandler().
|
private |
pointer to group property and subproperty for the output
Definition at line 139 of file WPropertyStatus.h.
Referenced by getOutputPropertyHandler(), and setOutputPropertyHandler().
|
private |
pointer to group property and the subproperty for scaling and color handling
Definition at line 129 of file WPropertyStatus.h.
Referenced by getVisualizationPropertyHandler(), and setVisualizationPropertyHandler().