Unity 8
|
Public Member Functions | |
def | get_greeter |
def | get_greeter_content_loader |
def | get_login_loader |
def | get_login_list |
def | get_hud |
def | get_hud_showable |
def | get_hud_show_button |
def | get_hud_edge_drag_area |
def | get_bottombar |
def | get_pinPadLoader |
def | get_lockscreen |
def | get_pinentryField |
def | open_indicator_page |
def | show_dash_swiping |
def | get_current_focused_app_id |
def | show_dash_from_launcher |
def | open_launcher |
def | is_launcher_open |
def | launch_application |
def | enter_pin_code |
An emulator class that makes it easy to interact with the shell
Definition at line 33 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.enter_pin_code | ( | self, | |
code | |||
) |
Enter code 'code' into the single-pin lightdm pincode entry screen. :param code: must be a string of numeric characters. :raises: TypeError if code is not a string. :raises: ValueError if code contains non-numeric characters.
Definition at line 154 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.get_current_focused_app_id | ( | self | ) |
Return the id of the focused application.
Definition at line 118 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.launch_application | ( | self, | |
application_name | |||
) |
Launch an application. :parameter application_name: The name of the application to launch.
Definition at line 143 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.open_indicator_page | ( | self, | |
indicator_name | |||
) |
Swipe to open the indicator, wait until it's open. :returns: The indicator page.
Definition at line 91 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.show_dash_from_launcher | ( | self | ) |
Open the dash clicking the dash icon on the launcher.
Definition at line 123 of file main_window.py.
def unity8.shell.emulators.main_window.QQuickView.show_dash_swiping | ( | self | ) |
Show the dash swiping from the left.
Definition at line 105 of file main_window.py.