![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| None | __init__ (self, Theme theme) |
| None | push_theme (self, Theme theme, bool inherit=True) |
| None | pop_theme (self) |
Public Attributes | |
| get | |
Protected Attributes | |
| _entries | |
A stack of themes.
Args:
theme (Theme): A theme instance
| None pip._vendor.rich.theme.ThemeStack.pop_theme | ( | self | ) |
Pop (and discard) the top-most theme.
| None pip._vendor.rich.theme.ThemeStack.push_theme | ( | self, | |
| Theme | theme, | ||
| bool | inherit = True |
||
| ) |
Push a theme on the top of the stack.
Args:
theme (Theme): A Theme instance.
inherit (boolean, optional): Inherit styles from current top of stack.