Used to link [Widget] signals to the messaging system Every added widget will get all its possible/most important signals connected to slots. In case of an inbound signal a message will be generated and sent to the messaging system. Every object requires a uid which should be generated with the global uid manager.
More...
#include "aSignalLinker.h"
Used to link [Widget] signals to the messaging system Every added widget will get all its possible/most important signals connected to slots. In case of an inbound signal a message will be generated and sent to the messaging system. Every object requires a uid which should be generated with the global uid manager.
◆ aSignalLinker()
Default constructor.
- Parameters
-
_messanger | A pointer to the globally used messaging system |
_uidManager | A pointer to the globally used uid_manager |
◆ ~aSignalLinker()
ak::aSignalLinker::~aSignalLinker |
( |
| ) |
|
|
virtual |
◆ addLink() [1/6]
Will create a new link for the provided action. Will return the object uid.
- Parameters
-
_object | The action to be linked to the messaging system |
_objectUid | The uid of the object. If the provided uid is 0 a new uid will be generated by the uid manager |
◆ addLink() [2/6]
Will create a new link for the provided checkBox. Will return the object uid.
- Parameters
-
_object | The checkBox to be linked to the messaging system |
_objectUid | The uid of the object. If the provided uid is 0 a new uid will be generated by the uid manager |
◆ addLink() [3/6]
Will create a new link for the provided lineEdit. Will return the object uid.
- Parameters
-
_object | The lineEdit to be linked to the messaging system |
_objectUid | The uid of the object. If the provided uid is 0 a new uid will be generated by the uid manager |
◆ addLink() [4/6]
Will create a new link for the provided niceLineEdit. Will return the object uid.
- Parameters
-
_object | The niceLineEdit to be linked to the messaging system |
_objectUid | The uid of the object. If the provided uid is 0 a new uid will be generated by the uid manager |
◆ addLink() [5/6]
Will create a new link for the provided timer. Will return the object uid.
- Parameters
-
_object | The timer to be linked to the messaging system |
_objectUid | The UID of the object. If the provided UID = invalidUID a new UID will be generated by the UID manager |
◆ addLink() [6/6]
Will create a new link for the provided toolButton. Will return the object uid.
- Parameters
-
_object | The toolButton to be linked to the messaging system |
_objectUid | The UID of the object. If the provided UID = invalidUID a new UID will be generated by the UID manager |
The documentation for this class was generated from the following files: