openMSX
Public Member Functions | List of all members
openmsx::FileDropEvent Class Referencefinal

#include <Event.hh>

Inheritance diagram for openmsx::FileDropEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::FileDropEvent:
Collaboration graph
[legend]

Public Member Functions

 FileDropEvent (std::string_view fileName_)
 
 FileDropEvent (const FileDropEvent &)
 
FileDropEventoperator= (const FileDropEvent &)
 
 FileDropEvent (FileDropEvent &&)=default
 
FileDropEventoperator= (FileDropEvent &&)=default
 
zstring_view getFileName () const
 

Detailed Description

Definition at line 242 of file Event.hh.

Constructor & Destructor Documentation

◆ FileDropEvent() [1/3]

openmsx::FileDropEvent::FileDropEvent ( std::string_view  fileName_)
inlineexplicit

Definition at line 245 of file Event.hh.

◆ FileDropEvent() [2/3]

openmsx::FileDropEvent::FileDropEvent ( const FileDropEvent )
inline

Definition at line 247 of file Event.hh.

◆ FileDropEvent() [3/3]

openmsx::FileDropEvent::FileDropEvent ( FileDropEvent &&  )
default

Member Function Documentation

◆ getFileName()

zstring_view openmsx::FileDropEvent::getFileName ( ) const
inline

Definition at line 252 of file Event.hh.

◆ operator=() [1/2]

FileDropEvent & openmsx::FileDropEvent::operator= ( const FileDropEvent )
inline

Definition at line 248 of file Event.hh.

◆ operator=() [2/2]

FileDropEvent & openmsx::FileDropEvent::operator= ( FileDropEvent &&  )
default

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