VAPOR3 3.9.4
Public Member Functions | List of all members
VDirSelector Class Reference

#include <VFileSelector.h>

Inheritance diagram for VDirSelector:
VFileSelector VHBoxWidget

Public Member Functions

 VDirSelector (const std::string &buttonText="Select", const std::string &defaultPath=QDir::homePath().toStdString())
 
- Public Member Functions inherited from VFileSelector
std::string GetValue () const
 
bool SetValue (const std::string &file)
 
void HideLineEdit (bool hide)
 

Additional Inherited Members

- Public Slots inherited from VFileSelector
void OpenFileDialog ()
 
void SetPathFromLineEdit (const std::string &value)
 
- Signals inherited from VFileSelector
void ValueChanged (const std::string &path)
 
- Protected Member Functions inherited from VFileSelector
 VFileSelector (const std::string &buttonText, const std::string &defaultPath, const std::string &filter)
 
- Protected Member Functions inherited from VHBoxWidget
 VHBoxWidget ()
 
- Protected Attributes inherited from VFileSelector
VLineEdit_Deprecated_lineEdit
 
VPushButton_pushButton
 
std::string _filePath
 
std::string _filter
 

Detailed Description

class VFileSelector

A class for opening a file-dialog and selecting a directory. This class provides vaporgui's standard setter/getter functions, and signals.

Definition at line 82 of file VFileSelector.h.

Constructor & Destructor Documentation

◆ VDirSelector()

VDirSelector::VDirSelector ( const std::string &  buttonText = "Select",
const std::string &  defaultPath = QDir::homePath().toStdString() 
)

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