Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
ROOT::Experimental::Detail::TMenuArgument Class Reference

Definition at line 82 of file TMenuItem.hxx.

Public Member Functions

 TMenuArgument ()=default
 Default constructor. More...
 
 TMenuArgument (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/TMenuItem.hxx>

Constructor & Destructor Documentation

◆ TMenuArgument() [1/2]

ROOT::Experimental::Detail::TMenuArgument::TMenuArgument ( )
default

Default constructor.

◆ TMenuArgument() [2/2]

ROOT::Experimental::Detail::TMenuArgument::TMenuArgument ( const std::string &  name,
const std::string &  title,
const std::string &  typname,
const std::string &  dflt = "" 
)
inline

Definition at line 92 of file TMenuItem.hxx.

Member Function Documentation

◆ SetDefault()

void ROOT::Experimental::Detail::TMenuArgument::SetDefault ( const std::string &  dflt)
inline

Definition at line 98 of file TMenuItem.hxx.

Member Data Documentation

◆ fDefault

std::string ROOT::Experimental::Detail::TMenuArgument::fDefault
protected

default value

Definition at line 87 of file TMenuItem.hxx.

◆ fName

std::string ROOT::Experimental::Detail::TMenuArgument::fName
protected

name of call argument

Definition at line 84 of file TMenuItem.hxx.

◆ fTitle

std::string ROOT::Experimental::Detail::TMenuArgument::fTitle
protected

title of call argument

Definition at line 85 of file TMenuItem.hxx.

◆ fTypeName

std::string ROOT::Experimental::Detail::TMenuArgument::fTypeName
protected

typename

Definition at line 86 of file TMenuItem.hxx.

Libraries for ROOT::Experimental::Detail::TMenuArgument:
[legend]

The documentation for this class was generated from the following file: