Adds a std::shared<void> element to wxCommandEvent.
More...
#include <ocpn_plugin.h>
Adds a std::shared<void> element to wxCommandEvent.
Definition at line 1615 of file ocpn_plugin.h.
◆ ObservedEvt() [1/4]
ObservedEvt::ObservedEvt |
( |
wxEventType |
commandType = obsNOTIFY , |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
◆ ObservedEvt() [2/4]
◆ ObservedEvt() [3/4]
ObservedEvt::ObservedEvt |
( |
wxEventType |
commandType = obsNOTIFY , |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
Construct an event using given commandType and id.
Definition at line 40 of file observable_evt.h.
◆ ObservedEvt() [4/4]
◆ Clone() [1/2]
wxEvent * ObservedEvt::Clone |
( |
| ) |
const |
|
inline |
◆ Clone() [2/2]
wxEvent * ObservedEvt::Clone |
( |
| ) |
const |
|
inline |
◆ GetSharedPtr() [1/2]
std::shared_ptr< const void > ObservedEvt::GetSharedPtr |
( |
| ) |
const |
|
inline |
◆ GetSharedPtr() [2/2]
std::shared_ptr< const void > ObservedEvt::GetSharedPtr |
( |
| ) |
const |
|
inline |
◆ SetSharedPtr() [1/2]
void ObservedEvt::SetSharedPtr |
( |
std::shared_ptr< const void > |
p | ) |
|
|
inline |
◆ SetSharedPtr() [2/2]
void ObservedEvt::SetSharedPtr |
( |
std::shared_ptr< const void > |
p | ) |
|
|
inline |
Set a shared_ptr transferred to listeners.
Definition at line 55 of file observable_evt.h.
The documentation for this class was generated from the following files: