Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
WindowFileDropEvent Class Reference

#include <ApplicationEvent.hpp>

Inheritance diagram for WindowFileDropEvent:
Event

Public Member Functions

 WindowFileDropEvent (const std::vector< fs::path > &filenames)
 
const std::vector< fs::path > & GetFilenames () const noexcept
 
 EVENT_CLASS_TYPE (EventType::WINDOW_FILE_DROP)
 
 EVENT_CLASS_CATEGORY (EventCategory::APPLICATION)
 
- Public Member Functions inherited from Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual std::uint32_t GetCategoryFlags () const =0
 
virtual std::string ToString () const
 
bool IsInCategory (EventCategory category) const noexcept
 
bool IsHandled () const noexcept
 
void SetHandled (const bool handled) noexcept
 

Additional Inherited Members

- Protected Attributes inherited from Event
bool m_isHandled {false}
 

Detailed Description

Files dropped over window Event

Definition at line 132 of file ApplicationEvent.hpp.

Constructor & Destructor Documentation

◆ WindowFileDropEvent()

WindowFileDropEvent::WindowFileDropEvent ( const std::vector< fs::path > &  filenames)
inlineexplicit

Definition at line 134 of file ApplicationEvent.hpp.

Member Function Documentation

◆ EVENT_CLASS_CATEGORY()

WindowFileDropEvent::EVENT_CLASS_CATEGORY ( EventCategory::APPLICATION  )

◆ EVENT_CLASS_TYPE()

WindowFileDropEvent::EVENT_CLASS_TYPE ( EventType::WINDOW_FILE_DROP  )

◆ GetFilenames()

const std::vector<fs::path>& WindowFileDropEvent::GetFilenames ( ) const
inlinenoexcept

Definition at line 137 of file ApplicationEvent.hpp.


The documentation for this class was generated from the following file: