OpenCPN Partial API docs
|
Adds a std::shared<void> element to wxCommandEvent. More...
#include <ocpn_plugin.h>
Public Member Functions | |
ObservedEvt (wxEventType commandType=obsNOTIFY, int id=0) | |
ObservedEvt (const ObservedEvt &event) | |
wxEvent * | Clone () const |
std::shared_ptr< const void > | GetSharedPtr () const |
void | SetSharedPtr (std::shared_ptr< const void > p) |
ObservedEvt (wxEventType commandType=obsNOTIFY, int id=0) | |
ObservedEvt (const ObservedEvt &event) | |
wxEvent * | Clone () const |
std::shared_ptr< const void > | GetSharedPtr () const |
void | SetSharedPtr (std::shared_ptr< const void > p) |
Adds a std::shared<void> element to wxCommandEvent.
Definition at line 1652 of file ocpn_plugin.h.