class documentation

class Options_Menu(QMenu):

View In Hierarchy

Options_Menu class.
Method __init__ Undocumented
Method on_backend_changed Gets called when the backend changed.
Method update Updates the menu.
Instance Variable backend_actions Undocumented
Instance Variable gui Undocumented
Instance Variable options_backend_group Undocumented
def __init__(self, gui):

Undocumented

Parameters
gui:GUIUndocumented
def on_backend_changed(self, backend_type):
Gets called when the backend changed.
Parameters
backend_type:intBackend type
def update(self):
Updates the menu.
backend_actions: dict =

Undocumented

gui =

Undocumented

options_backend_group =

Undocumented