.. index:: pair: struct; EE::UI::Models::FileEvent .. _doxid-struct_e_e_1_1_u_i_1_1_models_1_1_file_event: struct EE::UI::Models::FileEvent ================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct FileEvent { // fields :ref:`FileSystemEventType` :target:`type`; std::string :target:`directory`; std::string :target:`filename`; std::string :target:`oldFilename`; // construction :target:`FileEvent`(const :ref:`FileSystemEventType`& action, const std::string& directory, const std::string& filename, const std::string& oldFilename = ""); };