List of items for object context menu.
Definition at line 151 of file RMenuItem.hxx.
Public Member Functions | |
void | Add (std::unique_ptr< Detail::RMenuItem > &&item) |
void | AddChkMenuItem (const std::string &name, const std::string &title, bool checked, const std::string &toggle) |
void | AddMenuItem (const std::string &name, const std::string &title, const std::string &exec) |
void | PopulateObjectMenu (void *obj, TClass *cl) |
void | SetId (const std::string &id) |
auto | Size () const |
Protected Attributes | |
std::string | fId |
object identifier More... | |
std::vector< std::unique_ptr< Detail::RMenuItem > > | fItems |
list of items in the menu More... | |
#include <ROOT/RMenuItem.hxx>
|
inline |
Definition at line 160 of file RMenuItem.hxx.
|
inline |
Definition at line 169 of file RMenuItem.hxx.
|
inline |
Definition at line 162 of file RMenuItem.hxx.
Definition at line 20 of file RMenuItem.cxx.
|
inline |
Definition at line 156 of file RMenuItem.hxx.
|
inline |
Definition at line 158 of file RMenuItem.hxx.
|
protected |
object identifier
Definition at line 153 of file RMenuItem.hxx.
|
protected |
list of items in the menu
Definition at line 154 of file RMenuItem.hxx.