2024.8.23
|
Static Public Member Functions | |
static | getMenuPython () |
static | process () |
Data Fields | |
const | MENU = 'python' |
Class TplAppPython
This class provides methods to generate menu items and actions for managing Python tools within the Bearsampp application. It includes functionalities for accessing Python console, IDLE, and other Python-related executables.
Definition at line 17 of file class.tpl.app.python.php.
|
static |
Generates the Python menu with options for accessing the Python console, IDLE, and other tools.
@global object $bearsamppLang Provides language support for retrieving language-specific values. @global object $bearsamppTools Provides access to various tools and their configurations.
Definition at line 44 of file class.tpl.app.python.php.
References $bearsamppLang, TplAestan\getItemConsoleZ(), TplAestan\getItemExe(), TplAestan\GLYPH_PYTHON, TplAestan\GLYPH_PYTHON_CP, Lang\PYTHON, Lang\PYTHON_CONSOLE, and Lang\PYTHON_CP.
|
static |
Generates the main Python menu with options to access Python tools.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 29 of file class.tpl.app.python.php.
References $bearsamppLang, TplApp\getMenu(), and Lang\PYTHON.
Referenced by TplAppTools\getMenuTools().
const TplAppPython::MENU = 'python' |
Definition at line 20 of file class.tpl.app.python.php.