class documentation
class ACMEContainerTools(Horizontal):
Constructor: ACMEContainerTools(*args, **kwargs)
The container for the tools and commands.
| Method | __init__ |
Initialize the container. |
| Method | action |
Clear the log view. |
| Method | action |
Toggle the log view. |
| Method | button |
Callback for the execute button. |
| Method | clean |
Clean up the tools tree and stop the autorun script if any |
| Method | compose |
Compose the container. |
| Method | input |
Callback for the input field. |
| Method | leaving |
Leaving the tab. |
| Method | on |
Mount the container. |
| Method | on |
Show the tools container. |
| Method | script |
Clears the console for a script. |
| Method | script |
Prints a log message for a script. |
| Method | script |
Prints an error message for a script. |
| Method | script |
Prints a normal message for a script. |
| Method | script |
Visual bell for a script. The script name in the tree will have a reverse appearance for a short time. |
| Method | update |
Set the header and description of the tools view. |
| Constant | BINDINGS |
The bindings for the container. |
| Class Variable | script |
Injected ScriptManager instance. |
| Property | tools |
Return the execute button for the tools. |
| Property | tools |
Return the input field for the tools. |
| Property | tools |
Return the log view for the tools. |
| Property | tools |
Return the tools tree. |
| Method | _log |
Logs a message for a script. |
| Instance Variable | _app |
The application. |
| Instance Variable | _tools |
The input field for the tools. |
| Instance Variable | _tools |
The execute button for the tools. |
| Instance Variable | _tools |
The header for the tools. |
| Instance Variable | _tools |
The log view for the tools. |
| Instance Variable | _tools |
The top view for the tools. |
| Instance Variable | _tools |
The tree view for the tools. |
Prints a log message for a script.
| Parameters | |
scriptstr | The name of the script. |
msg:str | The message to print. |
Prints an error message for a script.
| Parameters | |
scriptstr | The name of the script. |
msg:str | The message to print. |
Prints a normal message for a script.
| Parameters | |
scriptstr | The name of the script. |
msg:str | The message to print. |
Visual bell for a script. The script name in the tree will have a reverse appearance for a short time.
| Parameters | |
scriptstr | The name of the script. |
Set the header and description of the tools view.
| Parameters | |
title:str | The title text. |
description:str | None | The description text. |
BINDINGS =
¶
The bindings for the container.
| Value |
|