Argument description for menu item which should invoke class method.
Definition at line 102 of file RMenuItems.hxx.
Public Member Functions | |
| RMenuArgument ()=default | |
| Default constructor.   | |
| 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   | |
| std::string | fName | 
| name of call argument   | |
| std::string | fTitle | 
| title of call argument   | |
| std::string | fTypeName | 
| typename   | |
#include <ROOT/RMenuItems.hxx>
      
  | 
  default | 
Default constructor.
      
  | 
  inline | 
Definition at line 112 of file RMenuItems.hxx.
      
  | 
  inline | 
Definition at line 118 of file RMenuItems.hxx.
      
  | 
  protected | 
default value
Definition at line 107 of file RMenuItems.hxx.
      
  | 
  protected | 
name of call argument
Definition at line 104 of file RMenuItems.hxx.
      
  | 
  protected | 
title of call argument
Definition at line 105 of file RMenuItems.hxx.
      
  | 
  protected | 
typename
Definition at line 106 of file RMenuItems.hxx.