Argument description for menu item which should invoke class method.
Definition at line 98 of file RMenuItems.hxx.
Public Member Functions | |
RMenuArgument ()=default | |
Default constructor. More... | |
RMenuArgument (const std::string &name, const std::string &title, const std::string &typname, const std::string &dflt="") | |
void | SetDefault (const std::string &dflt) |
Protected Attributes | |
std::string | fDefault |
default value More... | |
std::string | fName |
name of call argument More... | |
std::string | fTitle |
title of call argument More... | |
std::string | fTypeName |
typename More... | |
#include <ROOT/RMenuItems.hxx>
|
default |
Default constructor.
|
inline |
Definition at line 108 of file RMenuItems.hxx.
|
inline |
Definition at line 114 of file RMenuItems.hxx.
|
protected |
default value
Definition at line 103 of file RMenuItems.hxx.
|
protected |
name of call argument
Definition at line 100 of file RMenuItems.hxx.
|
protected |
title of call argument
Definition at line 101 of file RMenuItems.hxx.
|
protected |
typename
Definition at line 102 of file RMenuItems.hxx.