|
opynsim
Unofficial C++ Documentation
|
#include <drop_file_event.h>
Public Member Functions | |
| DropFileEvent (std::filesystem::path path) | |
| const std::filesystem::path & | path () const |
Public Member Functions inherited from osc::Event | |
| virtual | ~Event () noexcept=default |
| EventType | type () const |
| bool | propagates () const |
| void | enable_propagation () |
| void | disable_propagation () |
Additional Inherited Members | |
Protected Member Functions inherited from osc::Event | |
| Event ()=default | |
| Event (EventType type) | |
| Event (const Event &)=default | |
| Event (Event &&) noexcept=default | |
| Event & | operator= (const Event &)=default |
| Event & | operator= (Event &&) noexcept=default |
|
inlineexplicit |
|
inline |