VAPOR3 3.9.4
|
#include <ParamsMenuItems.h>
Public Member Functions | |
ParamsMenuItem (QObject *parent, const std::string &tag, const std::string &label="") | |
virtual void | Update (VAPoR::ParamsBase *p)=0 |
Protected Attributes | |
VAPoR::ParamsBase * | _params = nullptr |
std::string | _tag |
std::string | _label |
Provides the same functionality as ParamsWidget except inside of a QMenu
Definition at line 18 of file ParamsMenuItems.h.
ParamsMenuItem::ParamsMenuItem | ( | QObject * | parent, |
const std::string & | tag, | ||
const std::string & | label = "" |
||
) |
|
pure virtual |
Implemented in ParamsCheckboxMenuItem, and ParamsDropdownMenuItem.
|
protected |
Definition at line 28 of file ParamsMenuItems.h.
|
protected |
Definition at line 26 of file ParamsMenuItems.h.
|
protected |
Definition at line 27 of file ParamsMenuItems.h.