Class contains info for producing menu item on the JS side.
Definition at line 30 of file TWebMenuItem.h.
|
| TWebMenuItem (const std::string &name, const std::string &title) |
|
| TWebMenuItem (const TWebMenuItem &rhs) |
|
virtual | ~TWebMenuItem ()=default |
|
const std::string & | GetExec () const |
| Returns execution string for the menu item.
|
|
const std::string & | GetName () const |
| Returns menu item name.
|
|
void | SetClassName (const std::string &clname) |
| Set class name, to which method belongs to
|
|
void | SetExec (const std::string &exec) |
| Set execution string with all required arguments, which will be executed when menu item is selected
|
|
|
std::string | fClassName |
| class name
|
|
std::string | fExec |
| execute when item is activated
|
|
std::string | fName |
| name of the menu item
|
|
std::string | fTitle |
| title of menu item
|
|
#include <TWebMenuItem.h>
◆ TWebMenuItem() [1/2]
TWebMenuItem::TWebMenuItem |
( |
const std::string & |
name, |
|
|
const std::string & |
title |
|
) |
| |
|
inline |
◆ TWebMenuItem() [2/2]
◆ ~TWebMenuItem()
virtual TWebMenuItem::~TWebMenuItem |
( |
| ) |
|
|
virtualdefault |
◆ GetExec()
const std::string & TWebMenuItem::GetExec |
( |
| ) |
const |
|
inline |
Returns execution string for the menu item.
Definition at line 53 of file TWebMenuItem.h.
◆ GetName()
const std::string & TWebMenuItem::GetName |
( |
| ) |
const |
|
inline |
◆ SetClassName()
void TWebMenuItem::SetClassName |
( |
const std::string & |
clname | ) |
|
|
inline |
Set class name, to which method belongs to
Definition at line 47 of file TWebMenuItem.h.
◆ SetExec()
void TWebMenuItem::SetExec |
( |
const std::string & |
exec | ) |
|
|
inline |
Set execution string with all required arguments, which will be executed when menu item is selected
Definition at line 44 of file TWebMenuItem.h.
◆ fClassName
std::string TWebMenuItem::fClassName |
|
protected |
◆ fExec
std::string TWebMenuItem::fExec |
|
protected |
◆ fName
std::string TWebMenuItem::fName |
|
protected |
◆ fTitle
std::string TWebMenuItem::fTitle |
|
protected |
The documentation for this class was generated from the following file: