Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TWebMenuArgument Class Reference

Definition at line 79 of file TWebMenuItem.h.

Public Member Functions

 TWebMenuArgument ()=default
 
 TWebMenuArgument (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 <TWebMenuItem.h>

Constructor & Destructor Documentation

◆ TWebMenuArgument() [1/2]

TWebMenuArgument::TWebMenuArgument ( )
default

◆ TWebMenuArgument() [2/2]

TWebMenuArgument::TWebMenuArgument ( const std::string &  name,
const std::string &  title,
const std::string &  typname,
const std::string &  dflt = "" 
)
inline

Definition at line 88 of file TWebMenuItem.h.

Member Function Documentation

◆ SetDefault()

void TWebMenuArgument::SetDefault ( const std::string &  dflt)
inline

Definition at line 94 of file TWebMenuItem.h.

Member Data Documentation

◆ fDefault

std::string TWebMenuArgument::fDefault
protected

default value

Definition at line 84 of file TWebMenuItem.h.

◆ fName

std::string TWebMenuArgument::fName
protected

name of call argument

Definition at line 81 of file TWebMenuItem.h.

◆ fTitle

std::string TWebMenuArgument::fTitle
protected

title of call argument

Definition at line 82 of file TWebMenuItem.h.

◆ fTypeName

std::string TWebMenuArgument::fTypeName
protected

typename

Definition at line 83 of file TWebMenuItem.h.

Libraries for TWebMenuArgument:

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