OpenWalnut  1.5.0dev
Public Types | Public Member Functions | Private Attributes | List of all members
WPropertyStatus Class Reference

Holds references to all the property handlers. More...

#include <WPropertyStatus.h>

+ Collaboration diagram for WPropertyStatus:

Public Types

typedef std::shared_ptr< WPropertyStatusSPtr
 A shared_ptr to this class. More...
 

Public Member Functions

 WPropertyStatus ()
 An empty constructor for class creation. More...
 
WColumnPropertyHandler::SPtr getColumnPropertyHandler ()
 getter for m_columnPropertyHandler More...
 
void setColumnPropertyHandler (WColumnPropertyHandler::SPtr columnPropertyHandler)
 setter for m_columnPropertyHandler More...
 
WFilterPropertyHandler::SPtr getFilterPropertyHandler ()
 getter for m_filterPropertyHandler More...
 
void setFilterPropertyHandler (WFilterPropertyHandler::SPtr filterPropertyHandler)
 setter for m_filterPropertyHandler More...
 
WVisualizationPropertyHandler::SPtr getVisualizationPropertyHandler ()
 getter for m_visualizationPropertyHandler More...
 
void setVisualizationPropertyHandler (WVisualizationPropertyHandler::SPtr visualizationPropertyHandler)
 setter for m_visualizationPropertyHandler More...
 
WEventIDLimitationPropertyHandler::SPtr getEventIDLimitationPropertyHandler ()
 getter for m_eventIDLimitationPropertyHandler More...
 
void setEventIDLimitationPropertyHandler (WEventIDLimitationPropertyHandler::SPtr eventIDLimitationPropertyHandler)
 setter for m_eventIDLimitationPropertyHandler More...
 
WOutputPropertyHandler::SPtr getOutputPropertyHandler ()
 getter for m_outputPropertyHandler More...
 
void setOutputPropertyHandler (WOutputPropertyHandler::SPtr outputPropertyHandler)
 setter for m_outputPropertyHandler 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...
 

Detailed Description

Holds references to all the property handlers.

Definition at line 42 of file WPropertyStatus.h.

Member Typedef Documentation

◆ SPtr

typedef std::shared_ptr< WPropertyStatus > WPropertyStatus::SPtr

A shared_ptr to this class.

Definition at line 48 of file WPropertyStatus.h.

Constructor & Destructor Documentation

◆ WPropertyStatus()

WPropertyStatus::WPropertyStatus ( )

An empty constructor for class creation.

Definition at line 28 of file WPropertyStatus.cpp.

Member Function Documentation

◆ getColumnPropertyHandler()

WColumnPropertyHandler::SPtr WPropertyStatus::getColumnPropertyHandler ( )

getter for m_columnPropertyHandler

Returns
return m_columnPropertyHandler

Definition at line 32 of file WPropertyStatus.cpp.

References m_columnPropertyHandler.

◆ getEventIDLimitationPropertyHandler()

WEventIDLimitationPropertyHandler::SPtr WPropertyStatus::getEventIDLimitationPropertyHandler ( )

getter for m_eventIDLimitationPropertyHandler

Returns
return m_eventIDLimitationPropertyHandler

Definition at line 62 of file WPropertyStatus.cpp.

References m_eventIDLimitationPropertyHandler.

◆ getFilterPropertyHandler()

WFilterPropertyHandler::SPtr WPropertyStatus::getFilterPropertyHandler ( )

getter for m_filterPropertyHandler

Returns
return m_filterPropertyHandler

Definition at line 42 of file WPropertyStatus.cpp.

References m_filterPropertyHandler.

◆ getOutputPropertyHandler()

WOutputPropertyHandler::SPtr WPropertyStatus::getOutputPropertyHandler ( )

getter for m_outputPropertyHandler

Returns
WOutputPropertyHandler::SPtr m_outputPropertyHandler

Definition at line 72 of file WPropertyStatus.cpp.

References m_outputPropertyHandler.

◆ getVisualizationPropertyHandler()

WVisualizationPropertyHandler::SPtr WPropertyStatus::getVisualizationPropertyHandler ( )

getter for m_visualizationPropertyHandler

Returns
return m_visualizationPropertyHandler

Definition at line 52 of file WPropertyStatus.cpp.

References m_visualizationPropertyHandler.

◆ setColumnPropertyHandler()

void WPropertyStatus::setColumnPropertyHandler ( WColumnPropertyHandler::SPtr  columnPropertyHandler)

setter for m_columnPropertyHandler

Parameters
columnPropertyHandlersetter variable for m_columnPropertyHandler

Definition at line 37 of file WPropertyStatus.cpp.

References m_columnPropertyHandler.

◆ setEventIDLimitationPropertyHandler()

void WPropertyStatus::setEventIDLimitationPropertyHandler ( WEventIDLimitationPropertyHandler::SPtr  eventIDLimitationPropertyHandler)

setter for m_eventIDLimitationPropertyHandler

Parameters
eventIDLimitationPropertyHandlersetter variable for m_eventIDLimitationPropertyHandler

Definition at line 67 of file WPropertyStatus.cpp.

References m_eventIDLimitationPropertyHandler.

◆ setFilterPropertyHandler()

void WPropertyStatus::setFilterPropertyHandler ( WFilterPropertyHandler::SPtr  filterPropertyHandler)

setter for m_filterPropertyHandler

Parameters
filterPropertyHandlersetter variable for m_filterPropertyHandler

Definition at line 47 of file WPropertyStatus.cpp.

References m_filterPropertyHandler.

◆ setOutputPropertyHandler()

void WPropertyStatus::setOutputPropertyHandler ( WOutputPropertyHandler::SPtr  outputPropertyHandler)

setter for m_outputPropertyHandler

Parameters
outputPropertyHandlersetter variable for m_outputPropertyHandler

Definition at line 77 of file WPropertyStatus.cpp.

References m_outputPropertyHandler.

◆ setVisualizationPropertyHandler()

void WPropertyStatus::setVisualizationPropertyHandler ( WVisualizationPropertyHandler::SPtr  visualizationPropertyHandler)

setter for m_visualizationPropertyHandler

Parameters
visualizationPropertyHandlersetter variable for m_visualizationPropertyHandler

Definition at line 57 of file WPropertyStatus.cpp.

References m_visualizationPropertyHandler.

Member Data Documentation

◆ m_columnPropertyHandler

WColumnPropertyHandler::SPtr WPropertyStatus::m_columnPropertyHandler
private

pointer to group property and the subproperty for columnselection

Definition at line 119 of file WPropertyStatus.h.

Referenced by getColumnPropertyHandler(), and setColumnPropertyHandler().

◆ m_eventIDLimitationPropertyHandler

WEventIDLimitationPropertyHandler::SPtr WPropertyStatus::m_eventIDLimitationPropertyHandler
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().

◆ m_filterPropertyHandler

WFilterPropertyHandler::SPtr WPropertyStatus::m_filterPropertyHandler
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().

◆ m_outputPropertyHandler

WOutputPropertyHandler::SPtr WPropertyStatus::m_outputPropertyHandler
private

pointer to group property and subproperty for the output

Definition at line 139 of file WPropertyStatus.h.

Referenced by getOutputPropertyHandler(), and setOutputPropertyHandler().

◆ m_visualizationPropertyHandler

WVisualizationPropertyHandler::SPtr WPropertyStatus::m_visualizationPropertyHandler
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().


The documentation for this class was generated from the following files: