Argument description for menu item which should invoke class method.
Definition at line 96 of file RMenuItem.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/RMenuItem.hxx>
|
default |
Default constructor.
|
inline |
Definition at line 106 of file RMenuItem.hxx.
|
inline |
Definition at line 112 of file RMenuItem.hxx.
|
protected |
default value
Definition at line 101 of file RMenuItem.hxx.
|
protected |
name of call argument
Definition at line 98 of file RMenuItem.hxx.
|
protected |
title of call argument
Definition at line 99 of file RMenuItem.hxx.
|
protected |
typename
Definition at line 100 of file RMenuItem.hxx.