|
VAPOR3 3.9.4
|
#include <ParamsMenuItems.h>
Public Member Functions | |
| ParamsCheckboxMenuItem (QObject *parent, const std::string &tag, const std::string &label="") | |
| void | Update (VAPoR::ParamsBase *p) |
Public Member Functions inherited from ParamsMenuItem | |
| ParamsMenuItem (QObject *parent, const std::string &tag, const std::string &label="") | |
| virtual void | Update (VAPoR::ParamsBase *p)=0 |
Additional Inherited Members | |
Protected Attributes inherited from ParamsMenuItem | |
| VAPoR::ParamsBase * | _params = nullptr |
| std::string | _tag |
| std::string | _label |
Definition at line 35 of file ParamsMenuItems.h.
| ParamsCheckboxMenuItem::ParamsCheckboxMenuItem | ( | QObject * | parent, |
| const std::string & | tag, | ||
| const std::string & | label = "" |
||
| ) |
|
virtual |
Implements ParamsMenuItem.