GSI Object Oriented Online Offline (Go4)
GO4-6.1.2
|
#include <TWebMenuItem.h>
Public Member Functions | |
TWebMenuItem (const std::string &name, const std::string &title) | |
TWebMenuItem (const TWebMenuItem &rhs) | |
virtual | ~TWebMenuItem ()=default |
void | SetExec (const std::string &exec) |
void | SetClassName (const std::string &clname) |
const std::string & | GetName () const |
const std::string & | GetExec () const |
Protected Attributes | |
std::string | fName |
std::string | fTitle |
std::string | fExec |
std::string | fClassName |
Class contains info for producing menu item on the JS side.
Definition at line 27 of file TWebMenuItem.h.
|
inline |
Definition at line 35 of file TWebMenuItem.h.
|
inline |
Definition at line 36 of file TWebMenuItem.h.
|
virtualdefault |
|
inline |
Returns execution string for the menu item
Definition at line 50 of file TWebMenuItem.h.
References fExec.
|
inline |
|
inline |
Set class name, to which method belons to
Definition at line 44 of file TWebMenuItem.h.
Referenced by TWebMenuItems::AddChkMenuItem(), TWebMenuItems::AddMenuItem(), and TWebMenuItems::PopulateObjectMenu().
|
inline |
Set execution string with all required arguments, which will be executed when menu item is selected
Definition at line 41 of file TWebMenuItem.h.
Referenced by TWebMenuItems::AddChkMenuItem(), TWebMenuItems::AddMenuItem(), and TWebMenuItems::PopulateObjectMenu().
|
protected |
Definition at line 32 of file TWebMenuItem.h.
|
protected |
Definition at line 31 of file TWebMenuItem.h.
Referenced by GetExec().
|
protected |
Definition at line 29 of file TWebMenuItem.h.
Referenced by GetName().
|
protected |
Definition at line 30 of file TWebMenuItem.h.