![]() |
OpenWalnut
1.5.0dev
|
Event signalling a module connector changed its data. More...
#include <WModuleConnectorEvent.h>
Inheritance diagram for WModuleConnectorEvent:
Collaboration diagram for WModuleConnectorEvent:Public Member Functions | |
| WModuleConnectorEvent (WModule::SPtr module, WModuleConnector::SPtr connector) | |
| Creates a new event denoting the updated connector of a module. More... | |
| virtual | ~WModuleConnectorEvent () |
| Destructor. More... | |
| WModuleConnector::SPtr | getConnector () const |
| Gets the connector that has changed. More... | |
| WModule::SPtr | getModule () const |
| Gets the module (owner) of the connector. More... | |
Protected Attributes | |
| WModule::SPtr | m_module |
| The module. More... | |
| WModuleConnector::SPtr | m_connector |
| The connector. More... | |
Event signalling a module connector changed its data.
Definition at line 38 of file WModuleConnectorEvent.h.
| WModuleConnectorEvent::WModuleConnectorEvent | ( | WModule::SPtr | module, |
| WModuleConnector::SPtr | connector | ||
| ) |
Creates a new event denoting the updated connector of a module.
| module | the module |
| connector | the output changed |
Definition at line 29 of file WModuleConnectorEvent.cpp.
|
virtual |
Destructor.
Definition at line 37 of file WModuleConnectorEvent.cpp.
| WModuleConnector::SPtr WModuleConnectorEvent::getConnector | ( | ) | const |
Gets the connector that has changed.
Definition at line 42 of file WModuleConnectorEvent.cpp.
References m_connector.
| WModule::SPtr WModuleConnectorEvent::getModule | ( | ) | const |
Gets the module (owner) of the connector.
Definition at line 47 of file WModuleConnectorEvent.cpp.
References m_module.
Referenced by WQtControlPanel::event().
Here is the caller graph for this function:
|
protected |
|
protected |