Argument description for menu item which should invoke class method.
- Author
- Sergey Linev
- Date
- 2017-06-29
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 102 of file RMenuItems.hxx.
|
| 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) |
|
|
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>
◆ RMenuArgument() [1/2]
ROOT::Experimental::Detail::RMenuArgument::RMenuArgument |
( |
| ) |
|
|
default |
◆ RMenuArgument() [2/2]
ROOT::Experimental::Detail::RMenuArgument::RMenuArgument |
( |
const std::string & |
name, |
|
|
const std::string & |
title, |
|
|
const std::string & |
typname, |
|
|
const std::string & |
dflt = "" |
|
) |
| |
|
inline |
◆ SetDefault()
void ROOT::Experimental::Detail::RMenuArgument::SetDefault |
( |
const std::string & |
dflt | ) |
|
|
inline |
◆ fDefault
std::string ROOT::Experimental::Detail::RMenuArgument::fDefault |
|
protected |
◆ fName
std::string ROOT::Experimental::Detail::RMenuArgument::fName |
|
protected |
◆ fTitle
std::string ROOT::Experimental::Detail::RMenuArgument::fTitle |
|
protected |
◆ fTypeName
std::string ROOT::Experimental::Detail::RMenuArgument::fTypeName |
|
protected |
The documentation for this class was generated from the following file: