VAPOR3 3.9.4
|
#include <VFileSelector.h>
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 |
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.
VDirSelector::VDirSelector | ( | const std::string & | buttonText = "Select" , |
const std::string & | defaultPath = QDir::homePath().toStdString() |
||
) |