|
wxWidgets Observable Library
|
Adds a std::shared<void> element to wxCommandEvent. More...
#include <observable_evt.h>
Public Member Functions | |
| ObservedEvt (wxEventType commandType=obsNOTIFY, int id=0) | |
| Construct an event using given commandType and id. | |
| ObservedEvt (const ObservedEvt &event) | |
| Copy operation. | |
| wxEvent * | Clone () const |
| Return a shallow copy of this. | |
| std::shared_ptr< const void > | GetSharedPtr () const |
| Retrieve pointer set by SetSharedPtr(). | |
| void | SetSharedPtr (std::shared_ptr< const void > p) |
| Set a shared_ptr transferred to listeners. | |
Adds a std::shared<void> element to wxCommandEvent.
Definition at line 37 of file observable_evt.h.