Definition at line 99 of file TWebMenuItem.h.
#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: