ROOT 6.18/05 Reference Guide |
Definition at line 101 of file RMenuItem.hxx.
Public Member Functions | |
RArgsMenuItem ()=default | |
Default constructor. More... | |
RArgsMenuItem (const std::string &name, const std::string &title) | |
virtual | ~RArgsMenuItem () |
virtual destructor need for vtable, used when vector of RMenuItem* is stored More... | |
void | AddArg (const RMenuArgument &arg) |
Public Member Functions inherited from ROOT::Experimental::Detail::RMenuItem | |
RMenuItem ()=default | |
Default constructor. More... | |
RMenuItem (const std::string &name, const std::string &title) | |
Create menu item with the name and title name used to display item in the object context menu, title shown as hint info for that item More... | |
virtual | ~RMenuItem () |
virtual destructor need for vtable, used when vector of RMenuItem* is stored More... | |
const std::string & | GetExec () const |
Returns execution string for the menu item. More... | |
const std::string & | GetName () const |
Returns menu item name. More... | |
void | SetExec (const std::string &exec) |
Set execution string with all required arguments, which will be executed when menu item is selected More... | |
Protected Attributes | |
std::vector< RMenuArgument > | fArgs |
Protected Attributes inherited from ROOT::Experimental::Detail::RMenuItem | |
std::string | fExec |
execute when item is activated More... | |
std::string | fName |
name of the menu item More... | |
std::string | fTitle |
title of menu item More... | |
#include <ROOT/RMenuItem.hxx>
|
default |
Default constructor.
|
inline |
Definition at line 109 of file RMenuItem.hxx.
|
inlinevirtual |
virtual destructor need for vtable, used when vector of RMenuItem* is stored
Definition at line 112 of file RMenuItem.hxx.
|
inline |
Definition at line 114 of file RMenuItem.hxx.
|
protected |
Definition at line 103 of file RMenuItem.hxx.