Definition at line 99 of file TWebMenuItem.h.
|
| | TWebArgsMenuItem (const std::string &name, const std::string &title) |
| | ~TWebArgsMenuItem () override=default |
| | virtual destructor need for vtable, used when vector of TMenuItem* is stored
|
| std::vector< TWebMenuArgument > & | GetArgs () |
| 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.
|
#include <TWebMenuItem.h>
◆ TWebArgsMenuItem()
| TWebArgsMenuItem::TWebArgsMenuItem |
( |
const std::string & | name, |
|
|
const std::string & | title ) |
|
inline |
◆ ~TWebArgsMenuItem()
| TWebArgsMenuItem::~TWebArgsMenuItem |
( |
| ) |
|
|
overridedefault |
virtual destructor need for vtable, used when vector of TMenuItem* is stored
◆ GetArgs()
◆ GetExec()
| const std::string & TWebMenuItem::GetExec |
( |
| ) |
const |
|
inlineinherited |
Returns execution string for the menu item.
Definition at line 53 of file TWebMenuItem.h.
◆ GetName()
| const std::string & TWebMenuItem::GetName |
( |
| ) |
const |
|
inlineinherited |
◆ SetClassName()
| void TWebMenuItem::SetClassName |
( |
const std::string & | clname | ) |
|
|
inlineinherited |
Set class name, to which method belongs to.
Definition at line 47 of file TWebMenuItem.h.
◆ SetExec()
| void TWebMenuItem::SetExec |
( |
const std::string & | exec | ) |
|
|
inlineinherited |
Set execution string with all required arguments, which will be executed when menu item is selected.
Definition at line 44 of file TWebMenuItem.h.
◆ fArgs
◆ fClassName
| std::string TWebMenuItem::fClassName |
|
protectedinherited |
◆ fExec
| std::string TWebMenuItem::fExec |
|
protectedinherited |
◆ fName
| std::string TWebMenuItem::fName |
|
protectedinherited |
◆ fTitle
| std::string TWebMenuItem::fTitle |
|
protectedinherited |
The documentation for this class was generated from the following file: