/* _dict.cc 07/12/2000 09.43.38 */ /* pymodule.cc 07/12/2000 12.10.10 */ PYMODULE::PYMODULE (const char *_modname, PyObject *_psioclass); PYMODULE::~PYMODULE (void); bool PYMODULE::err (void); void PYMODULE::init (void); void PYMODULE::setmenu (DIALOG&dia, MENU_CONTEXT context); void PYMODULE::domenu (MENU_CONTEXT context, const char *keyword); int PYMODULE::execmain (int argc, char *argv[], bool standalone); int PYMODULE::probe (int state, int target, bool simul); int PYMODULE::message (const char *msg, int argc, const char *argv[]); void PYMODULES::init (void); PYMODULE *PYMODULES::getitem (int no); void PYMODULES::readdir (const char *dirname); void PYMODULES::setmenu (DIALOG&dia, MENU_CONTEXT context); void PYMODULES::domenu (MENU_CONTEXT context, const char *keyword); int PYMODULES::execmain (int argc, char *argv[], bool standalone); int PYMODULES::probe (int state, int target, bool simul); int PYMODULES::message (const char *msg, int argc, const char *argv[]); /* pythonmod.cc 07/12/2000 11.49.38 */ PUBLIC MODULE_pythonmod::MODULE_pythonmod (void); PUBLIC void MODULE_pythonmod::setmenu (DIALOG&dia, MENU_CONTEXT context); PUBLIC int MODULE_pythonmod::domenu (MENU_CONTEXT context, const char *keyword); PUBLIC int MODULE_pythonmod::dohtml (const char *key); PUBLIC void MODULE_pythonmod::usage (SSTRINGS&tb); PUBLIC int MODULE_pythonmod::message (const char *msg, int argc, const char *argv[]); PUBLIC int MODULE_pythonmod::execmain (int argc, char *argv[], bool standalone); PUBLIC int MODULE_pythonmod::probe (int state, int target, bool simul);