Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
#include <DecryptFileScene.hpp>
Public Member Functions | |
DecryptFileScene () | |
virtual | ~DecryptFileScene ()=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 7 of file DecryptFileScene.hpp.
DecryptFileScene::DecryptFileScene | ( | ) |
|
virtualdefault |