class documentation

class ACMEContainerAbout(VerticalScroll): (source)

Constructor: ACMEContainerAbout()

View In Hierarchy

About view for the ACME text UI.

Method __init__ Initialize the view.
Method action_goto_homepage Open the ACME homepage in the browser.
Method compose Compose the view. Callback from textualize.
Method on_show Show the view. Callback from textualize.
Constant BINDINGS The key bindings for the About view.
Class Variable link A link to the ACME CSE GitHub repository.
Class Variable qrcode The QR code for the ACME CSE.
Class Variable socialLink A link to the ACME CSE Mastodon account.
Class Variable text The text for the ACME CSE about view.
Instance Variable _aboutButton A hidden button to get the focus on this page.
def __init__(self): (source)

Initialize the view.

def action_goto_homepage(self): (source)

Open the ACME homepage in the browser.

def compose(self) -> ComposeResult: (source)

Compose the view. Callback from textualize.

Returns
ComposeResultThe ComposeResult.
def on_show(self): (source)

Show the view. Callback from textualize.

BINDINGS = (source)

The key bindings for the About view.

Value
[Binding('a', 'goto_homepage', 'Open Homepage')]

A link to the ACME CSE GitHub repository.

qrcode: str = (source)

The QR code for the ACME CSE.

socialLink = (source)

A link to the ACME CSE Mastodon account.

The text for the ACME CSE about view.

_aboutButton = (source)

A hidden button to get the focus on this page.