#include <AppFunction.h>
Public Member Functions | |
| AppFunction (std::string const &n) | |
| std::string const & | name () const |
| std::string & | name () |
| virtual Estr_StringList * | call (Eeml_Menu menu, Emsc_Opaque *context, long argc, char **argv, Eerr_ErrorReport **outerr)=0 |
An application function is a free function that can be bound to arbitrary EML widget button press or selection events.
|
||||||||||||||||||||||||
|
Actual function to be bound to EML script calls. |
1.4.6