Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <EncryptFileScene.hpp>
Public Member Functions | |
EncryptFileScene () | |
virtual | ~EncryptFileScene ()=default |
Public Member Functions inherited from Scene | |
ENIGMA_NON_COPYABLE (Scene) | |
ENIGMA_NON_MOVEABLE (Scene) | |
Scene () noexcept | |
virtual | ~Scene () noexcept=default |
const bool | WantsToQuit () const noexcept |
const bool | IsLoading () const noexcept |
std::mutex & | GetMutex () noexcept |
void | EndScene () noexcept |
void | SetLoading (const bool loading) noexcept |
Additional Inherited Members | |
Protected Attributes inherited from Scene | |
std::mutex | m_mutex {} |
bool | m_quit {} |
bool | m_isLoading {} |
Definition at line 6 of file EncryptFileScene.hpp.
|
explicit |
|
virtualdefault |