Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
Loading...
Searching...
No Matches
SelectFolderDialog Class Reference

#include <SelectFolderDialog.hpp>

Public Member Functions

 SelectFolderDialog (const std::string &title, const std::string &initialPath=ResourceManager::getAppDataDir().string())
 
 ~SelectFolderDialog () noexcept=default
 
std::string Show () const
 

Detailed Description

System Dialog to ask the user to select a folder from disk

Definition at line 12 of file SelectFolderDialog.hpp.

Constructor & Destructor Documentation

◆ SelectFolderDialog()

SelectFolderDialog::SelectFolderDialog ( const std::string &  title,
const std::string &  initialPath = ResourceManager::getAppDataDir().string() 
)
explicit

Constructor

Parameters
titletitle of the dialog
initialPaththe default path of the dialog.

◆ ~SelectFolderDialog()

SelectFolderDialog::~SelectFolderDialog ( )
defaultnoexcept

Member Function Documentation

◆ Show()

std::string SelectFolderDialog::Show ( ) const

Spawns Select Folder Dialog and returns selected folder path


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