Base Framework
Public Member Functions | List of all members
SelectFolderDialog Class Reference

Select folder dialog. More...

#include <base/ui/SelectFolderDialog.h>

Inherits Dialog.

Public Member Functions

 SelectFolderDialog () noexcept
 
unsigned int getFlags () const noexcept
 
void setFlags (unsigned int flags) noexcept
 
const StringgetTitle () const noexcept
 
void setTitle (const String &title) noexcept
 
const StringgetFolder () const noexcept
 
void setFolder (const String &folder) noexcept
 
bool execute ()
 
- Public Member Functions inherited from Dialog
virtual ~Dialog () noexcept
 

Detailed Description

Select folder dialog.

Select folder dialog.

Version
1.0

Constructor & Destructor Documentation

◆ SelectFolderDialog()

SelectFolderDialog::SelectFolderDialog ( )
noexcept

Initializes the save file dialog window.

Member Function Documentation

◆ execute()

bool SelectFolderDialog::execute ( )
virtual

Executes the dialog.

Implements Dialog.

◆ getFlags()

unsigned int SelectFolderDialog::getFlags ( ) const
inlinenoexcept

Returns the flags.

◆ getFolder()

const String& SelectFolderDialog::getFolder ( ) const
inlinenoexcept

Returns the folder.

◆ getTitle()

const String& SelectFolderDialog::getTitle ( ) const
inlinenoexcept

Returns the title of the dialog window.

◆ setFlags()

void SelectFolderDialog::setFlags ( unsigned int  flags)
inlinenoexcept

Sets the flags.

◆ setFolder()

void SelectFolderDialog::setFolder ( const String folder)
inlinenoexcept

Sets the current folder.

◆ setTitle()

void SelectFolderDialog::setTitle ( const String title)
inlinenoexcept

Sets the title of the dialog window.