#include <PFileSelector.h>
|
| PFileSelector * | SetFileTypeFilter (const std::string &filter)=delete |
| |
| | PFileSelector (const std::string &tag, const std::string &label="") |
| |
| | PFileSelector (const std::string &tag, const std::string &label="") |
| |
| PFileSelector * | SetFileTypeFilter (const std::string &filter) |
| | Sets the fileTypeFilter parameter in the QFileDialog popup functions.
|
| |
| | PLineItem (const std::string &tag, const std::string &label, QWidget *centerWidget, QWidget *rightWidget) |
| |
| | PLineItem (const std::string &tag, const std::string &label, QWidget *rightWidget) |
| |
| | PLineItem (const std::string &label, PWidget *rightWidget) |
| |
| | PWidget (const std::string &tag, QWidget *widget) |
| |
| void | Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr) override |
| | Follows the Vapor GUI update function convention. Update the element.
|
| |
| PWidget * | ShowBasedOnParam (const std::string &tag, int whenEqualTo=true) |
| |
| PWidget * | EnableBasedOnParam (const std::string &tag, int whenEqualTo=true) |
| |
| PWidget * | SetTooltip (const std::string &text) |
| |
| void | setToolTip (const QString &)=delete |
| |
| | VContainer (QWidget *w) |
| |
| | VContainer (QWidget *w) |
| |
| void | AddBottomStretch () |
| |
| void | SetPadding (int left, int top, int right, int bottom) |
| |
| QLayout * | layout () const =delete |
| |
| void | setLayout (QLayout *)=delete |
| |
| virtual void | Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr)=0 |
| |
A PFileSelector that provides a Select Directory dialog
Definition at line 69 of file PFileSelector.h.
◆ PFileSelector()
| PFileSelector::PFileSelector |
( |
const std::string & |
tag, |
|
|
const std::string & |
label = "" |
|
) |
| |
◆ selectPath()
| virtual QString PDirectorySelector::selectPath |
( |
const std::string & |
defaultPath | ) |
const |
|
overrideprotectedvirtual |
◆ SetFileTypeFilter()
| PFileSelector * PDirectorySelector::SetFileTypeFilter |
( |
const std::string & |
filter | ) |
|
|
delete |
The documentation for this class was generated from the following file: