Menu item with check box.
- 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 72 of file RMenuItems.hxx.
#include <ROOT/RMenuItems.hxx>
◆ RCheckedMenuItem() [1/2]
ROOT::Experimental::Detail::RCheckedMenuItem::RCheckedMenuItem |
( |
| ) |
|
|
default |
◆ RCheckedMenuItem() [2/2]
ROOT::Experimental::Detail::RCheckedMenuItem::RCheckedMenuItem |
( |
const std::string & |
name, |
|
|
const std::string & |
title, |
|
|
bool |
checked = false |
|
) |
| |
|
inline |
◆ ~RCheckedMenuItem()
ROOT::Experimental::Detail::RCheckedMenuItem::~RCheckedMenuItem |
( |
| ) |
|
|
inlineoverride |
virtual destructor need for vtable, used when vector of RMenuItem* is stored
Definition at line 86 of file RMenuItems.hxx.
◆ IsChecked()
bool ROOT::Experimental::Detail::RCheckedMenuItem::IsChecked |
( |
| ) |
const |
|
inline |
◆ SetChecked()
void ROOT::Experimental::Detail::RCheckedMenuItem::SetChecked |
( |
bool |
on = true | ) |
|
|
inline |
Set checked state for the item, default is none.
Definition at line 89 of file RMenuItems.hxx.
◆ fChecked
bool ROOT::Experimental::Detail::RCheckedMenuItem::fChecked = false |
|
protected |
The documentation for this class was generated from the following file: