VAPOR3 3.9.4
|
#include <ParamsMenuItems.h>
Public Member Functions | |
ParamsDropdownMenuItem (QObject *parent, const std::string &tag, const std::vector< std::string > &items, const std::vector< int > &itemValues={}, 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 50 of file ParamsMenuItems.h.
ParamsDropdownMenuItem::ParamsDropdownMenuItem | ( | QObject * | parent, |
const std::string & | tag, | ||
const std::vector< std::string > & | items, | ||
const std::vector< int > & | itemValues = {} , |
||
const std::string & | label = "" |
||
) |
|
virtual |
Implements ParamsMenuItem.