![]() |
Bearsampp 2025.8.29
|
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 18 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 45 of file class.tpl.app.python.php.
References $bearsamppLang, TplAestan\getItemConsoleZ(), TplAestan\getItemExe(), TplAestan\GLYPH_PYTHON, Lang\PYTHON, and Lang\PYTHON_CONSOLE.
|
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 30 of file class.tpl.app.python.php.
References $bearsamppLang, TplApp\getMenu(), and Lang\PYTHON.
Referenced by TplAppTools\getMenuTools().
const MENU = 'python' |
Definition at line 21 of file class.tpl.app.python.php.